/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.fdd-category-buttons {
  display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 10px 0;
	justify-content: center;
	font-family: "ITC Avant Garde Gothic LT Bold", Sans-serif;
	font-weight: 600;
}

.fdd-category-buttons .category-button {
	width: 300px;
	height: 40px;
	background-color: #58a9df;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	display: flex;
	align-items: center;     /* vertical centering */
	justify-content: center; /* horizontal centering */
	border-left: 20px solid orange;
	box-sizing: border-box;
	transition: background-color 0.3s ease;
	padding: 0;              /* no padding needed */
	text-align: center;
	line-height: 1;
}

.single-post .fdd-category-buttons {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0;
    justify-content: center;
    font-family: "ITC Avant Garde Gothic LT Bold", Sans-serif;
    font-weight: 600;
}

.single-post .fdd-category-buttons .category-button {
	width: 300px;
    height: 15px;
    background-color: unset;
    color: #112847;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: unset;
    border-left: 8px solid orange;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    padding: 0 0px 0 10px;
    text-align: left;
    line-height: 1;
}
