/*
	 * Date: July 3, 2025
	 */ 

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-progress-wrapper {
    margin-top: 10px;
    position: relative;
     width: 66%;
}

.wpcf7-progress-bar {
    display: none; /* Hidden by default */
    width: 100%;
    height: 13px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
 
}

.wpcf7-progress-bar.active {
    display: block;
}

.wpcf7-progress-bar::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    animation: progress 50s linear forwards;
}

.wpcf7-failure-message {
    display: none;
    color: #333;
    font-size: 14px;
     text-align: center;
   
    margin-top: 5px;
    background-color:#fff;
    border: solid 3px #D32F2F;
           padding: 4px;
    font-weight: 600;
}

.wpcf7-failure-message a{
 color: #002256;
    font-size: 14px;
     text-align: center;
     text-decoration:underline;
}

.wpcf7-failure-message a:hover{
 color: #222;
    font-size: 14px;
     text-align: center;
     text-decoration:underline;
}

.wpcf7-progress-wrapper.failed .wpcf7-progress-bar {
    display: none;
}

.wpcf7-progress-wrapper.failed .wpcf7-failure-message {
    display: block;
}

@keyframes progress {
    0% { width: 0; background: #4CAF50; } /* Green start */
    50% { width: 50%; background: #4CAF50; } /* Green end */
    51% { width: 51%; background: #FFA500; } /* Orange start */
    90% { width: 90%; background: #FFA500; } /* Orange end */
    91% { width: 91%; background: #D32F2F; } /* Red start */
    100% { width: 100%; background: #D32F2F; } /* Red end */
}






.gsh-gdpr-content {
    font-size: 13px;
}

.gsh-gdpr-btns>.accept-btn, .gsh-gdpr-btns>.custom-btn, .gsh-gdpr-btns>.deny-btn {
    display: inline-block;
    line-height: normal;
    padding: 11px 20px;
    font-size: 13px;
}

.gsh-gdpr-btns>.accept-btn:hover, .gsh-gdpr-btns>.custom-btn:hover, .gsh-gdpr-btns>.deny-btn:hover {
    opacity: 0.8
}

.gsh-gdpr-btns>.custom-btn a {
    text-decoration: none !important;
}

.gsh-gdpr {
    padding: 15px;
}





fieldset-cf7mls {
    margin-top: -15px;
    top: 0;
    padding: 0;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: min-content;
}

element.style {
    height: auto;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    display: block;
}
form.wpcf7-form fieldset.fieldset-cf7mls:not(:first-of-type) {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.fieldset-cf7mls {
    top: 0;
    padding: 0;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: min-content;
}

* {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}
* {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}
* {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    border-radius:5px;
}
fieldset {
    border: none;
}


/*
.blackout {
    height: 100vh;
    width: 100vw;
    top: 68px;
    left: 0;
    position: fixed;
  z-index:3900;
-webkit-transform:translate3d(0,0,1000px);
  top: 0;
  
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5); 
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

*/



/* block-Quiz */


#block-quiz {
    position: fixed;
    z-index: 33333;
    left: auto;
    right: auto;

    margin: 0 auto 20px auto;
    padding: 0;
   --background-color: #f4f6fe;
    /*#edf1ff;*/
    border-radius: 5px;
    height:auto;
    width:100%;
}


.block-quiz {
    --max-width: 400px;
    margin: 0 auto;
}


.block-quiz  .cn-text-container, .block-quiz .cn-buttons-container {
    display: block;
        padding: 8px 0 0 7px;
}
.block-quiz .cn-notice-text {
    text-align: left;
    --min-height: 200px;
    margin-bottom: 0px;
	padding: 0;
	--border-top: 15px solid #33575e;
}


.cn-revoke-cookie{
 user-select:none;
}

.cn-notice-text {
    text-align: left;
    max-width: 100%;
}
.cn-text-container, .cn-buttons-container {
    display: inline-block;
}
.cn-text-container {
    margin: 0 0 6px 0;
    text-align: left;
    position: relative;
      z-index: 999999999999999;
}
.hello-style {
    text-align: left;
    font-family: -apple-system, system-ui, Helvetica, sans-serif;
    color: #fc03b3;
}



.cn-text-container {
    margin: 0 0 6px 0;
    text-align: left;
}






.accept-monoblock {
margin: 0 0 6px 0;
	
}

.accept-monoblock:before, .accept-monoblock:after {
    content: "";
    display: table;
}


.accept-monoblock div {
    position: relative;
}

.accept-location {
    width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}


.cn-text-container {
    text-align: left;
}

.window-privacy {
    width: 100%;
    overflow-x: hidden;
    max-height: 80vh;           /* Prevents overflow past screen height */
    overflow-y: auto;           /* Enables vertical scroll if content overflows */
    margin: 0 auto;
    padding: 10px 3% 0 3%;
    box-sizing: border-box;
}


.window-privacy .content-title{
margin:0 auto;
padding: 3px 5px 10px 5px;
}


.window-privacy p, .window-privacy p>b, .window-privacy p>a, .window-privacy a{
 text-decoration: none;
font-size: calc(11px + 0.1vw) !important;
font-weight: 400 !important;
margin:0;
line-height: calc(18px + 0.1vw) !important;
padding: 1px;
}

.window-privacy a{
color:#c4007d;
}
.window-privacy p>b{
padding: 2px 0;
font-weight:800;
}


.window-privacy .gdpr-heading-title{
 text-decoration: none;
font-size: calc(13px + 0.2vw);
font-weight: 900;
line-height: calc(17px + 0.2vw);
padding: 1px;
}

.window-privacy .desktop-content{
display:block;
margin: 0 0 10px 0;
}

.window-privacy .desktop-content h2,.window-privacy .desktop-content h2 b, .window-privacy .desktop-content h2 strong{
font-size: calc(11px + 0.1vw);
font-weight: 800;
line-height: calc(15px + 0.1vw);
padding: 2px 0;
margin:0;
}


.inline-button-content{
display: block;
  white-space: nowrap;
width:100%;
}

.cookie-switch{
width: 100%;
    max-width: 190px;
    margin:10px auto;
}



.cookie-question {
    white-space: normal;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 3px;
	width: 95%;
	text-transform: none;
}




























.inline-button{
width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
   
}
.inline-centered-button{
display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
 margin: 5px auto;
  width: 100%;
    position: relative;
    float: left;
}



.buttons-3d {
  text-align: center;
  position:absolute;
  width:100%;
  padding: 0 5%;
}

.button-no {
  text-decoration: none;
  color: #000;
 width: 100%;
  position: relative;
  margin: 0 auto;
  top: 0px;
  padding: 10px;
  font-size: 15px;

  transition: all 0.2s;
  line-height: 12px;
    font-weight: 400;

    --box-shadow: 0px 8px 0px 0px #0349a9;
    cursor:pointer;
    
}

.button-no:hover{
background-color: #f4f4f4;

}


.button-yes {
  text-decoration: none;
  color: #000;
 width: 100%;
  position: relative;
  margin: 0 auto;
  top: 0px;
 padding: 10px;
  font-size: 15px;
  border-radius: 30px;
  transition: all 0.2s;
  line-height: 12px;
    font-weight: 400;

    --box-shadow: 0px 8px 0px 0px #0349a9;
    cursor:pointer; 
}




.button-yes:hover{

background-color: #ecb80e;
}

.personalizza-button{
  text-decoration: none;
  color: #000;
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: 0px;
  padding: 10px;
  font-size: 15px;
   border-radius: 30px;
  transition: all 0.2s;
  line-height: 12px;
    font-weight: 400;
    cursor:pointer;

}

.personalizza-button a{
margin: 10px auto;
color: #333;
text-decoration:none;
font-weight:200;
text-decoration:underline;
}

.personalizza-button a:hover{
color: #bd4800;
text-decoration:underline;

}


.button2:active {
background-color: #023f95;
    box-shadow: 1px 8px 4px 0px #022960;
    top: 4px;
}


.button-switches{
    /* auto text size */
  display: inline-block;
  padding: 0.5em 1em; /* Controls space inside the button */
  width: auto;        /* Let content define the width */
  white-space: nowrap; /* Keeps text on one line */
    }

.button-switches:hover{


    filter: brightness(90%);
    transition: filter 0.2s ease;
    cursor: pointer;



}

/* block show image css - better use javascript */
.show-img{
display:none;

}




.show-img{
    display: none;
    position:absolute;
    left:0px;
    top:-300px;
}

.a:hover + .show-img {
    display: block;
}

#language-alert{
display:none;
}

.language-alert{
	width:50%;
	left:25%;
	text-align:center;
	margin:0 auto;
	opacity:1;
	display:none;
	z-index:1000;
	font-size:12px;
	cursor:pointer;
	background: #ffff00;
}

.language-alert div{
	display:inline;

}






/****** ADDITIONAL COOKIES INFO ********************************************************************************/




.cookie-mstatus {
display: inline-block;
    font-size: 15px;
    width: 43%;
}

#cookie-notice {
  margin-top: 60px;
}
.cook-stat-on {
  display:block;
}
.cookie-legenda{
font-size:12px;

}

.status-off {
  box-shadow: 0px 1px 2px 1px rgb(150, 152, 152, 0.43);
  
  border-radius: 4px;
  padding: 6px 8px;
  border: 1px solid #dadada
}
.accepted{
	background-color: #00ff04;
	background: #00ff04;
background: rgb(175,1,28);
background: -moz-linear-gradient(90deg, #660000 19%, rgba(147, 163, 80, 1) 21%, #00ff04 23%);
background: -webkit-linear-gradient(90deg, #660000 19%, rgba(147, 163, 80, 1) 21%, #00ff04 23%);
background: linear-gradient(90deg, #660000 19%, rgba(147, 163, 80, 1) 21%, #00ff04 23%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff04",endColorstr="#660000",GradientType=1);
--width:90px;
text-align:right;
}

.revoked{
background-color: #660000; /* Fallback solid background */
background: rgb(102,0,0); /* Base fallback for RGB */
background: -moz-linear-gradient(90deg, rgba(102,0,0,1) 78%, rgba(0,255,4,1) 82%);
background: -webkit-linear-gradient(90deg, rgba(102,0,0,1) 78%, rgba(0,255,4,1) 82%);
background: linear-gradient(90deg, rgba(102,0,0,1) 78%, rgba(0,255,4,1) 82%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#660000",endColorstr="#00ff04",GradientType=1);
color:#fff;	
font-weight: 800;
--width:90px;
text-align:left;
}

.cookie-legenda-accepted{
display:none;
}
.cookie-legenda-revoked{
display:none;
}

.revoked + .cookie-legenda-accepted {
    display: block;
}

.status-off {
  display:none;
  
}

.status-on {
  box-shadow: 0px 1px 2px 1px rgb(150, 152, 152, 0.43);

  border-radius: 4px;
  padding: 6px 5px;
 
}

.status-on.accepted{
 color: #000;
}

.cn-position-bottom {
  bottom: 0;
}

.cookie-notice-container {
  --padding: 5% 5%;
  text-align: center;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  --top: 28%;
}

div.wpcf7 .ajax-loader {
  background-image: url('https://www.glarish.com/wp-content/themes/glarishtwenty/assets/images/ajax-loader.gif');
}

.cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: none;
}

.cn-close-icon:hover {
  opacity: 1;
}

.cn-close-icon:before, .cn-close-icon:after {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}

.cn-close-icon:before {
  transform: rotate(45deg);
}

.cn-close-icon:after {
  transform: rotate(-45deg);
}



.cn-button {
  font-family:  -apple-system, sans-serif !important;;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cn-button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.cn-button.bootstrap {
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
}

.cn-button.bootstrap {
  color: #000;
  background: #fff;
  font-weight: 900;
}

.cn-text-container.cn-privacy {
  background-color: rgba(0, 0, 0, 0);
}

.cn-text-container, .cn-buttons-container {
  display: inline-block;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



/* 1200px  */
@media all and (max-width: 1200px) {
.window-privacy div.desktop-content{
display:none;

}

}


/* 990px  */
@media all and (max-width: 990px) {
  .cookie-notice-container .cn-notice-text {
    text-align: left;
   
  }
  
  .bottom-space-gdpr{
margin: 10px 0;
}
  
  .window-privacy {
    width: 100%;
    overflow-x: hidden;
    max-height: 80vh;           /* Prevents overflow past screen height */
    overflow-y: auto;           /* Enables vertical scroll if content overflows */
   margin: 0 auto 20px 0;
    padding: 3px 3px;
    box-sizing: border-box;
}

    
  .cookie-notice-container #cn-notice-buttons {
    display: block;
  }
  
  .blackout{
top:25px;
}

.gsh-toggle-id-1{
display:none !important;
}  

#block-quiz {
--max-width:95%;
}

/* block-Quiz */


#block-quiz {
    position: fixed;
    z-index: 999999999999999999999999999;
    left: auto;
    right: auto;

    margin: 0 auto;
    padding: 0;
   --background-color: #f4f6fe;
    /*#edf1ff;*/
    border-radius: 5px;
    height:auto;
    width:100%;
}

.blackout .content-title {
margin: 3% auto !important;
    overflow-y: auto;
    max-height: 150px;
        padding: 3px 5px !important;
    border: solid 0.5px #a7b3b2;
}


.block-quiz  .cn-text-container, .block-quiz .cn-buttons-container {
    display: block;
        padding: 8px 0 0 7px;
}
.block-quiz .cn-notice-text {
    text-align: left;
  
	margin: 0;
    padding:0 3%;
}

 
  
}
/* END 990px  */

/* 480px  */
@media all and (max-width: 480px) {
  .cookie-notice-container {
    padding: 8px 10px;
  }
  .cn-notice-text {
    text-align: left;
    padding: 30px 30px;
  }
}
/* 480px  */



.heading-room {
  margin: 0px auto;
  text-align: center;
  max-width: 370px;
}

.hello-style {
  text-align: left;
  margin: -13px 0 0 10px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Helvetica, sans-serif;
font-size:1.5rem;
  color: #9e0371;
}

.cn-notice-text h2.hello-title, .cn-notice-text .hello-title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  display: inline;
  line-height: 1.5;
}

.classspace {
  line-height: 10px;
  font-size: 10px;
  height: 10px;
}

.hello-text {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 15px;
  line-height: 1.3;
  width: 100%;
}

.hello-text span {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}



.page-template-template-full-width .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100rem;
  width: calc(100% - 4rem);
}

.entry-header-inner {
  margin-top: 5%;
}

.text-slogan-promotion.hiwords {
  margin: 1.5rem auto;
  text-decoration: none;
  font-size: 3rem;
}

.text-slogan-promotion.hiwords a {
  text-decoration: none;
}


.accept-policy {
  text-align: right;
  font-size: 15px;
  font-weight: 200;
  padding: 20px 0 20px;
  letter-spacing: -0.5px;
}

.accept-policy span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.accept-policy span>ul {
  text-align: left;
  margin-bottom: 40px;
}

.accept-policy span>ul>li {
  margin: 0.5rem 0 0 3rem;
}

.accept-policy, .cn-set-cookie {
  display: inline;
}


.startover a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}



.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 3.5em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  content: " ";
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('https://www.glarish.com/wp-content/themes/glarishtwenty/assets/images/ajax-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: ltr;
}

.noscroll {
  overflow: hidden;
}


.wpcf7-response-output-success{
border: 1px rgb(4 200 7) solid;
    padding: 20px 5px;
    border-radius: 9px;
    text-align: center;
}

.wpcf7-response-output-failure{
border: 3px #c90101 solid;
    padding: 20px 5px;
    border-radius: 9px;
    text-align: center;
    font-weight:900;
}

.wpcf7-response-output-success button, .wpcf7-response-output-failure button{
color: #4158d0 !important;
background-color: #fff !important;
text-decoration: underline;

}



.privacy-inline{
display: block;
    font-size: 80%;
    letter-spacing: -0.5px;
    padding: 0;
}


.privacy-inline .wpcf7-list-item{
margin:0;
}

.send-me-class{
display: block;
    font-size: 80%;
    letter-spacing: -0.5px;
    padding: 0;
}

.toggle_form{
display:none;
}

.cn-text-container{
width:100%;
}
/* NEW STYLE SWITCHES */



.bottom-space-gdpr{
margin: 0 0;
}

.inline-switches-button, .inline-button-switches {
  margin: 0 0 6px 0;
}

.inline-button-switches {
    display: grid;
 
    align-items: center;
    width: 100%;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

 .flex-col-3{ grid-template-columns: auto auto auto;}
 
 .flex-col-2{ grid-template-columns: auto auto;}


/* Parent container holding all switches */
.gsh-toggle-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap; /* Prevents unwanted wrapping */
}

/* Ensure each switch is inline */
.gsh-toggle-checkbox {
    float: left;
    min-width: 100px; /* Maintain consistent width */
    margin: 10px; /* Add spacing between switches */
    text-align: center;
}

/* Properly position the title above the switch */
.gsh-toggle-checkbox span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px; /* Pushes text above the switch */
}

/* Hide default checkbox */
.gsh-toggle-checkbox input {
    display: none;
}

/* Style the switch */
.gsh-toggle-checkbox label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 34px;
    cursor: pointer;
    transition: 0.4s;
}

/* Create the slider */
.gsh-toggle-checkbox label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    bottom: 2px;
    left: 2px;
    transition: 0.4s;
}

/* Checkbox checked state */
.gsh-toggle-checkbox input:checked + label {
    background-color: #4CAF50;
}

.gsh-toggle-checkbox input:checked + label::before {
    transform: translateX(26px);
}

.gsh-discrete-controls-container{
	width:100%;
	margin: 0 auto;
	}
/* Show checkmark only when the switch is ON */
.gsh-toggle-checkbox input:checked + label::after {
    content: "✔"; /* Permanent checkmark */
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 30%; /* Center inside the switch */
    top: 50%;
    transform: translate(-50%, -50%);
}

.inline-button-switches .justify-left { justify-self: start; }
.inline-button-switches .justify-center { justify-self: center; }
.inline-button-switches .justify-right { justify-self: end; right:5px;}


.blackout .content-title {
  font-family:  -apple-system, sans-serif !important;;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}





.gsh-toggle-checkbox {
  position: relative;
}

.gsh-toggle-checkbox label {
  position: relative;
}

.gsh-toggle-checkbox .tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #4CAF50;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}



/* Show tooltip on hover or focus */
.gsh-toggle-checkbox label:hover .tooltip,
.gsh-toggle-checkbox label:focus-within .tooltip {
  opacity: 1;
}

/* Style tooltip differently when switch is off AND hovered */
.gsh-toggle-checkbox input:not(:checked) + label:hover .tooltip,
.gsh-toggle-checkbox input:not(:checked) + label:focus-within .tooltip {
  background: #ddd;
  color: #000;
  text-decoration: line-through;
}


.brand_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 5px 10px;
  flex-wrap: wrap; /* allows stacking on small screens */
}

.box_logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  object-fit: contain;
}

.box_logo_text {
  font-size: 1em;
  font-weight: 300;
  color: #555;
  padding: 10px 20px 0 0;
  letter-spacing: 0.5px;
  flex: 1;
}
