.elementor-kit-6{--e-global-color-primary:#09111D;--e-global-color-secondary:#101D2D;--e-global-color-text:#D6D9DE;--e-global-color-accent:#D89F00;--e-global-color-d922697:#162536;--e-global-color-dacf420:#C79B4B;--e-global-color-ff34660:#D8B46A;--e-global-color-38ab83d:#A97B2D;--e-global-color-eea16da:#FFFFFF;--e-global-color-49d9f31:#A6ADB8;--e-global-color-a59fa7e:#2C3E55;--e-global-color-31ad789:#2F9E6A;--e-global-color-a3c3181:#C54D4D;--e-global-color-14c1be1:#000000;--e-global-color-9b0090b:#FFFFFF00;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-45a433b-font-family:"Heebo";--e-global-typography-45a433b-font-size:72px;--e-global-typography-45a433b-font-weight:600;--e-global-typography-ea9f0d5-font-family:"Heebo";--e-global-typography-ea9f0d5-font-size:54px;--e-global-typography-ea9f0d5-font-weight:600;font-family:"Heebo", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-family:"Heebo", Sans-serif;font-size:30px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-45a433b-font-size:54px;--e-global-typography-ea9f0d5-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.tagcloud, 
.wp-block-tag-cloud,
.widget_categories ul,
.wp-block-categories-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tagcloud a, 
.wp-block-tag-cloud a,
.widget_categories li,
.wp-block-categories-list li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tagcloud a:hover, 
.wp-block-tag-cloud a:hover,
.widget_categories li a:hover,
.wp-block-categories-list li a:hover {
    color: #e0b15c !important; 
}


.tagcloud a.current-tag,
.wp-block-categories-list li.current-cat a {
    color: #e0b15c !important;
    font-weight: bold;
}

.tag-link-count,
.tag-cloud-link .count,
.widget_categories li .count,
.wp-block-categories-list .post-count {
    order: -1; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 24px;
    padding: 2px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    font-size: 13px;
    color: #ffffff;
    box-sizing: border-box;
}

.tagcloud a.current-tag .tag-link-count,
.wp-block-categories-list li.current-cat .post-count {
    background-color: #e0b15c;
    color: #111111;
    border-color: #e0b15c;
}/* End custom CSS */