/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2025 | 09:02:57 */
/*** BANNER ***/

/** CONSENT **/

/* TABS */

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 2px solid #ea9c43 !important;
    color: #141414 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #ea9c43 !important;
}

/* HEADINGS */

.CybotCookiebotScrollArea h2 {
  	font-size: 25px !important;
}

/* BUTTON SLIDERS */

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #ea9c43 !important;
}

/* BUTTONS */

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #ea9c43 !important;
	background-color: transparent !important;
    color: #ea9c43 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    border: 2px solid #ea9c43 !important;
    background-color: #ea9c43 !important;
    color: #FBF9FF !important;
}

/** DETAILS **/

/* CARD */

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
    color: #ea9c43 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink {
    color: #a5d9df !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #ea9c43 !important;
}

/*** WIDGET ***/

/** WIDGET LOGO **/

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #ea9c43 !important;
}

/** LIST **/

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #ea9c43 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #ea9c43 !important;
}

/** BUTTONS **/

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #ea9c43 !important;
    color: #ea9c43 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #ea9c43 !important;
    border-color: #ea9c43 !important;
    color: #FBF9FF !important;
}

/**** TABLET ****/ 
@media screen and (max-width: 959px) {

/*** BANNER ***/

/** CONSENT **/

/* HEADINGS */

.CybotCookiebotScrollArea h2 {
  	font-size: 40px !important;
}
  
}

/**** MOBILE ****/ 
@media screen and (max-width: 569px) {

/*** BANNER ***/

/** CONSENT **/

/* HEADINGS */

.CybotCookiebotScrollArea h2 {
  	font-size: 30px !important;
    line-height: 1.25em !important;
}
  
}