/*
Theme Name: Naï Nô
Theme URI: https://www.nainoprod.com
Template: hello-elementor
Author: mister pc
Author URI: https://www.mister-pc.info
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1715002943
Updated: 2024-05-06 15:42:23

*/

/* CSS constants */
:root {
    --font-size-256: clamp(10rem, 7.2308rem + 12.3077vw, 16rem); /* 256 on desktop to 160 on mobile = 1.6 */
    --font-size-192: clamp(8rem, 6.1538rem + 8.2051vw, 12rem);; /* 192 to 128 = 1.5 */
    --font-size-128: clamp(5.75rem, 4.7115rem + 4.6154vw, 8rem); /* 128 to 92 = 1.4 */
    --font-size-64: clamp(3rem, 2.5385rem + 2.0513vw, 4rem); /* 64 to 48 = 1.33 */
    --font-size-48: clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem); /* 48 to 38,4 = 1.25 */
    --font-size-40: clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem); /* 40 to 33,6  = 1.19 */
    --font-size-32: clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem); /* 32 to 28,8 = 1.11 */
    --font-size-28: clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem); /* 28 to 25,6 = 1.09 */
    --font-size-24: clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem); /* 24 to 22,4 */
    --font-size-20: clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem); /* 20 to 19.2 */
    --font-size-16: 1rem;
    --font-size-12: 0.75rem;
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 600;
    --font-weight-black: 800;
}

/* Réglages du site */
body {
    background: url(/wp-content/uploads/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    overflow-y: visible !important;
}
html {
scrollbar-gutter: stable;
}
body > .naino-footer {
    position: sticky;
    bottom: 0;
		box-shadow: -4px 0px 0px 0px white;
}
body > .skiptranslate,
body > #aquilaAdminbarIcon {
    display: none !important;
}
body > :not(e-page-transition):not(.elementor-popup-modal):not(#cmplz-cookiebanner-container) {
    background: white;
    border-left: 2px solid red;
    -webkit-box-shadow: -5px 0px 0px 0px #000000; 
    box-shadow: -4px 0px 0px 0px white;
}
body > :is(.type-album, .type-evenement, .elementor-location-archive),
body > main,
body > div > main {
    margin-top: 2rem;
    padding: 20px 2vw;
}

body > :is(header, footer) {
        padding-left: 2vw;
        padding-right: 2vw;
}

@media (min-width: 1367px) {
    body > :not(e-page-transition):not(.elementor-popup-modal):not(#cmplz-cookiebanner-container) {
        margin: 0 calc(min(max(100px, 9%), 250px)) !important;
    }
}
@media (min-width: 881px) and (max-width: 1366px) {
    body > :not(e-page-transition):not(.elementor-popup-modal):not(#cmplz-cookiebanner-container) {
        margin: 0 4% !important;
    }
}
@media (max-width: 880px) {
    body > :not(e-page-transition):not(.elementor-popup-modal):not(#cmplz-cookiebanner-container) {
        margin: 0 20px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.elementor-field-type-recaptcha_v3 {
    display: none !important;
}
.dialog-lightbox-close-button {
	text-decoration: none !important;
}
.widget-image-caption {
    text-align: left;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-light);
    margin-block-start: 5px;
}

/* Header */
.naino-menu-title a {
    color: red !important;
    text-transform: uppercase;
    font-family: "Roc Grotesk" !important;
    font-weight: var(--font-weight-medium) !important;
    font-size: var(--font-size-20) !important;
    padding: 0 0 5px 0;
}
.naino-menu-title:hover a {
    border-color: black !important;
}
@media (min-width: 881px) {
    .naino-header-menu-mobile {
        width: 87.5vw !important;
    }
}
@media (min-width: 768px) and (max-width: 880px) {
    .naino-header-menu-mobile {
        width: 91.5vw !important;
        padding-inline-start: 0 !important;
    }
}
@media (min-width: 626px) and (max-width: 767px) {
    .naino-header-menu-mobile {
        width: 91vw !important;
        padding-inline-start: 0 !important;
    }
}
@media (min-width: 531px) and (max-width: 625px) {
    .naino-header-menu-mobile {
        width: 90vw !important;
        padding-inline-start: 0 !important;
    }
}
@media (min-width: 481px) and (max-width: 530px) {
    .naino-header-menu-mobile {
        width: 89vw !important;
        padding-inline-start: 0 !important;
    }
}
@media (max-width: 480px) {
    .naino-header-menu-mobile {
        width: 88vw !important;
        padding-inline-start: 0 !important;
    }
}
.naino-header-menu-mobile {
    z-index: 99 !important;
}
.naino-header-menu-mobile[style*="display: block"] {
    display: flex !important;
}
.naino-header-hamburger-button-wrapper {
  width: 29%;
}
.naino-header-hamburger-button-wrapper a,
.naino-header-hamburger-button-wrapper a:hover {
  transition: all 0.3s ease-in-out;
}
.naino-header-menu-mobile[style*="display: none"] ~ .naino-header .naino-header-hamburger-button-wrapper a { /* menu caché */
	color: black !important;
	border-color: black !important;
}
.naino-header-menu-mobile[style*="display: none"] ~ .naino-header .naino-header-hamburger-button-wrapper a:hover { /* menu caché, survol */
	border-color: red !important;
}
.naino-header-menu-mobile[style*="display: flex"] ~ .naino-header .naino-header-hamburger-button-wrapper a { /* menu pas caché */
	color: red !important;
	border-color: red !important;
}
.naino-header-menu-mobile[style*="display: flex"] ~ .naino-header .naino-header-hamburger-button-wrapper a:hover { /* menu pas caché, survol */
	border-color: black !important;
}

/* Menu items */
.naino-header .naino-search-icon {
	cursor: pointer;
}
.naino-header .elementor-widget-icon:hover + .elementor-widget-button .elementor-button-link {
    border-color: black;
}

/* Bouton Recherche mobile */
.elementor-widget-search input {
	  font-family: "Roc Grotesk";
	  font-size: var(--font-size-20);
}
@media (max-width: 1366px) {
    .elementor-widget-search input {
        width: 180px;
    }
}
@media (max-width: 1200px) {
    .naino-header-search-mobile {
        justify-content: flex-end !important;
        float: right;
    }
    .naino-header-search-mobile .elementor-widget-search form {
        min-height: 50px !important;
    }
    .naino-header-search-mobile .elementor-widget-search.e-focus form {
        border: 1px solid black;
    }
    .naino-header-search-mobile .elementor-widget-search:not(.e-focus) form {
        border: 1px solid transparent;
    }
    .naino-header-search-mobile .elementor-widget-icon {
        margin: 30px 0 10px 0;
        transform: translateY(14px);
    }
    .naino-header-search-mobile .elementor-widget-search output {
        display: none !important;
    }
    .naino-header-search-mobile .elementor-widget-search .e-search-submit {
        justify-content: center;
        font-size: var(--font-size-32);
        cursor: pointer;
    }
    .naino-header-search-mobile .elementor-widget-search.e-focus .e-search-submit {
        background-color: black !important;
    }
}

/* Page */
.naino-breadcrumb {
    color: black;
    text-transform: uppercase;
    font-family: "Roc Grotesk";
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-16);
}
.naino-main-title {
    color: black;
    text-transform: uppercase;
    font-family: "Roc Grotesk Compressed";
    font-weight: var(--font-weight-thin);
    font-size: var(--font-size-192);
    margin-top: 30px;
    line-height: 0.8;
}
.naino-main-title-note {
    color: black;
    text-transform: uppercase;
    font-family: "Roc Grotesk Wide";
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-28);
}
.naino-main-subtitle {
    color: black;
    text-transform: uppercase;
    font-family: "Roc Grotesk Compressed";
    font-weight: var(--font-weight-thin);
    font-size: var(--font-size-128);
    margin-top: 50px;
    line-height: 0.8;
}
.naino-presentation {
    filter: drop-shadow(10px 10px 0px black);
    margin-top: 50px;
    margin-right: 10px;
}
.naino-presentation > div {
    color: black;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-24);
    padding: 15px 30px 15px 15px;
    border: 1px solid black;
    line-height: 1.13;
    background: white;
    z-index: 1;
    clip-path: polygon(0 0, calc(100% + 10px) 0, calc(100% + 10px) calc(100% - 50px), calc(100% - 50px) calc(100% + 10px), 0 calc(100% + 10px));
}

.naino-text {
    color: black;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-24);
    line-height: 1.13;
}
.naino-separator {
    color: red;
    font-weight: var(--font-weight-bold);
    padding: 0 4px;
}
.naino-document-link {
    color: red;
    font-family: "Roc Grotesk";
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-16);
    --icon-box-icon-margin: 15px;
    margin: 35px 0 0 25px;
}
.naino-document-link .elementor-icon {
    font-size: 30px;
}
.naino-document-link .elementor-icon-box-title {
    margin-top: 5px;
}
.naino-document-link svg {
    font-size: 30px;
}

/* Line-up */
.naino-line-up-title {
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-family: "Roc Grotesk Wide" !important;
    font-weight: var(--font-weight-bold) !important;
    font-size: var(--font-size-16) !important;
    line-height: 1.5 !important;
}
.naino-line-up-list {
    color: black;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-20);
    text-decoration: 1px underline dotted grey;
    text-decoration-offset: 4px;
}
.naino-line-up-text {
    color: black;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-20);
    line-height: 1.13;
}
.naino-line-up-note {
    color: black;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-12);
    line-height: 1.13;
}

/* Columns */
.naino-column-title {
    color: white;
    background: black;
    text-transform: uppercase;
    font-family: "Roc Grotesk Wide";
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-12);
    padding: 5px 7px;
    display: inline-block;
    line-height: 1.5;
}
.naino-column-text {
    color: black;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-20);
    line-height: 1.1;
}

/* Tile wrapper */
body.single-album .naino-album-tile,
body.single-evenement .naino-event-tile {
    align-self: center !important;
    width: 500px !important;
    height: 500px !important;
    
}
body.single-album .naino-album-popup > a {
    display: none !important; /* strange generated empty anchor */
}
.naino-artist-tile {
    width: 150px !important;
    height: 150px !important;
}
.naino-event-tile {
    width: 200px !important;
    height: 200px !important;
}
@media (min-width: 1920px) {
    .naino-band-tile,
    .naino-album-tile {
        width: 350px !important;
        min-height: 350px !important;
        height: 350px !important;
    }
}
@media (min-width: 1201px) and (max-width: 1919px) {
    .naino-band-tile,
    .naino-album-tile {
        width: 300px !important;
        min-height: 300px !important;
        height: 300px !important;
    }
}
@media (min-width: 881px) and (max-width: 1200px) {
    .naino-band-tile,
    .naino-album-tile {
        width: 350px !important;
        min-height: 350px !important;
        height: 350px !important;
    }
}
@media (min-width: 768px) and (max-width: 880px) {
    .naino-band-tile,
    .naino-album-tile {
        width: 300px !important;
        min-height: 300px !important;
        height: 300px !important;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .naino-band-tile,
    .naino-album-tile {
        width: 350px !important;
        min-height: 350px !important;
        height: 350px !important;
    }
}
@media (max-width: 480px) {
    .naino-band-tile,
    .naino-album-tile {
        width: calc(100vw - 60px) !important;
        min-height: calc(100vw - 60px) !important;
        height: calc(100vw - 60px) !important;
    }
}

.naino-event-tile,
.naino-band-tile,
.naino-album-tile,
.naino-artist-tile {
    background-size: cover;
    border: 1px solid red;
    background-blend-mode: screen;
    background-color: #f555;
    align-self: stretch !important;
    transition: all 0.5s ease-in-out !important;
}
.naino-event-tile:hover,
.naino-band-tile:hover,
.naino-album-tile:hover,
.naino-artist-tile:hover {
    border: 1px solid black;
    background-color: black;
    background-size: cover !important;
    transition: all 0.5s ease-in-out !important;
}
.naino-event-tile > div,
.naino-album-tile > div,
.naino-artist-tile > div {
    backdrop-filter: contrast(200%);
}
.naino-event-tile:hover > div,
.naino-album-tile:hover > div,
.naino-artist-tile:hover > div {
    backdrop-filter: contrast(120%);
}
.naino-event-tile .naino-event-info,
.naino-album-tile .naino-album-info,
.naino-artist-tile .naino-artist-info {
    background-color: red !important;
}
.naino-event-tile:hover .naino-event-info,
.naino-album-tile:hover .naino-album-info,
.naino-artist-tile:hover .naino-artist-info {
    background-color: black !important;
}

/* Popup close button */
.naino-popup-close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 46px;
    height: 48px;
    padding: 3px 1px;
    z-index: 9999;
    background: #ffffffb0;
    transform: translateY(-27px);
    transition: all 0.3s ease-in-out;
}
.naino-popup-close:before, .naino-popup-close:after {
    position: absolute;
    content: ' ';
    left: 20px;
    height: 43px;
    width: 6px;
    background: red;
    transition: all 0.3s ease-in-out;
}
.naino-popup-close:before {
    transform: rotate(45deg);
}
.naino-popup-close:after {
    transform: rotate(-45deg);
}
.naino-popup-close:hover {
    background: red;
    transition: all 0.3s ease-in-out;
}
.naino-popup-close:hover:before, .naino-popup-close:hover:after {
    background: white;
    transition: all 0.3s ease-in-out;
}

/* Tile button + */
.naino-band-tile .naino-tile-button-wrapper button,
.naino-album-tile .naino-tile-button-wrapper button,
.naino-artist-tile .naino-tile-button-wrapper button {
    color: red;
    font-weight: bold;
    border: 1px solid red;
    background: white;
    border-radius: 50%;
    padding: 0px 8px 0 6px;
    float: right;
    margin: 12px;
    width: 22px;
    height: 22px;
    transition: all 0.5s ease-in-out;
}
.naino-tile-button-wrapper button:hover {
    background-color: white !important;
}

/* Tile inner rectangle */
.naino-band-tile-artist,
.naino-event-tile-date,
.naino-album-tile-artist,
.naino-artist-tile-artist {
    color: red;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-medium);
    transform: translateY(-15px);
}
.naino-band-tile:hover .naino-band-tile-artist,
.naino-event-tile:hover .naino-event-tile-date,
.naino-album-tile:hover .naino-album-tile-artist,
.naino-artist-tile:hover .naino-artist-tile-artist {
    border-color: black !important;
}
.naino-album-tile:hover .naino-album-tile-artist {
    color: black !important;
}
@media (max-width: 767px) {
    .naino-band-tile-artist {
        font-size: var(--font-size-40) !important;
    }
}

/* Tile infos */
.naino-event-tile > div,
.naino-event-tile .naino-event-info,
.naino-album-tile > div,
.naino-album-tile .naino-album-info,
.naino-artist-tile > div,
.naino-artist-tile .naino-artist-info,
.naino-album-tile .naino-album-tile-artist,
.naino-artist-tile .naino-artist-tile-artist {
    transition: all 0.5s ease-in-out !important;
}
.naino-event-tile:hover > div,
.naino-event-tile:hover .naino-event-info,
.naino-album-tile:hover > div,
.naino-album-tile:hover .naino-artist-info,
.naino-artist-tile:hover > div,
.naino-artist-tile:hover .naino-artist-info,
.naino-album-tile:hover .naino-album-tile-artist,
.naino-artist-tile:hover .naino-artist-tile-artist {
    transition: all 0.5s ease-in-out !important;
}

.naino-tile-title {
    color: white;
    text-transform: uppercase;
    font-family: "Roc Grotesk Compressed";
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-48);
    text-align: center;
    line-height: 0.9;
    margin: 0 20px !important;
    transition: all 0.5s ease-in-out !important;
}
.naino-tile-subtitle {
    color: white;
    font-family: "Roc Grotesk Condensed";
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-20);
    text-align: center;
}
.naino-album-tile:hover .naino-tile-title,
.naino-artist-tile:hover .naino-tile-title {
    color: red;
    transition: all 0.5s ease-in-out;
}

/* Band tiles */
.naino-bands-tiles {
    justify-items: center;
}
.naino-band-tile > div:first-child {
    backdrop-filter: contrast(200%);
    min-height: 75%;
}
.naino-band-tile:hover > div:first-child {
    backdrop-filter: contrast(115%);
}

.naino-band-tile button {
    color: red !important;
    font-weight: bold !important;
    border: 1px solid red !important;
    background: white;
    border-radius: 50% !important;
    padding: 0px 8px 0 6px !important;
    float: right;
    margin: 12px;
    width: 22px;
    height: 22px;
}

.naino-band-tile > div:last-child {
    background: red;
    min-height: 25%;
}
.naino-band-tile:hover > div:last-child {
    background: black;
}

.naino-band-tile > div:last-child > div {
    transform: translateY(-50%);
}
.naino-band-tile .naino-band-tile-artist {
    border: 1px solid red;
    background: white;
    font-size: var(--font-size-28);
    padding: 5px 10px 0 !important;
}
.naino-band-tile .naino-band-tile-artist .elementor-heading-title {
    color: red;
    text-transform: uppercase;
}
.naino-band-tile:hover .naino-band-tile-artist {
    border: 1px solid black;
}

.naino-band-tile,
.naino-band-tile:hover,
.naino-band-tile > div,
.naino-band-tile:hover > div,
.naino-band-tile button,
.naino-band-tile:hover button,
.naino-band-tile .naino-band-tile-artist,
.naino-band-tile:hover .naino-band-tile-artist {
    transition: all 0.5s ease-in-out !important;
}

.post-14 .e-off-canvas__content > div.e-child {
    padding: 30px 3vw !important;
}

/* Event tiles */
.naino-event-tile {
	font-size: 80%;
}
.naino-event-tile .naino-event-tickets {
    background-color: transparent;
    padding: 7px 7px 7px 10px;
}
.naino-event-tile:hover .naino-event-tickets:has(.tickets-image) {
    background-color: #0007;
}
.naino-event-tile .get-tickets {
    opacity: 0;
    font-size: 0;
    color: black;
    transition: all 0.5s ease-in-out;
}
.naino-event-tile:hover .get-tickets {
    opacity: 1;
    color: white;
    font-family: "Roc Grotesk";
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-16);
    padding-right: 5px;
}
.naino-event-tile .tickets-image {
    filter: invert(1) hue-rotate(160deg);
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
}
.naino-event-tile:hover .tickets-image {
    filter: none;
}
.naino-event-tile-date {
    padding: 3px 7px 0 7px !important;
    font-size: var(--font-size-16);
}
.naino-event-tile .naino-tile-title {
	  font-size: var(--font-size-32);
}
.naino-event-tile .naino-tile-subtitle {
	  font-size: var(--font-size-16);
}

/* Album popup */
.type-album .naino-album-popup {
    display: none; /* default value hidden, then is displayed with jQuery thru user action */
}
.naino-album-popup-content,
.naino-album-popup > div:not(:has(.naino-popup-close)) {
    max-width: 90%;
    max-height: 90vh !important;
    overflow-y: scroll !important;
}
.naino-album-tile:hover .naino-album-tile-red {
    background: black !important;
}
.naino-album-tile-artist {
    padding: 5px 7px 0 7px !important;
    font-size: var(--font-size-28);
    text-transform: uppercase;
}
.naino-album-popup .naino-album-buy-button a,
.naino-album-popup .naino-album-buy-button a:hover {
    font-family: "Roc Grotesk Wide", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    padding: 14px 17px 11px 17px;
}
.naino-album-popup .naino-album-buy-button a.elementor-button-link {
    color: red;
    border-color: red;
}
.naino-album-popup .naino-album-buy-button a.elementor-button-link:hover {
    color: white;
    background: red;
}
.naino-album-popup .naino-album-buy-button a:not(.elementor-button-link) {
    color: #999;
    border-color: #999;
    background: white;
    cursor: not-allowed;
}
@media (min-width: 768px) {
    .naino-album-popup-tracks {
        margin-top: 23px !important;
    }
    .naino-album-popup-tracks .track-list {
        margin: 50px 80px 0 30px;
        min-width: 30%;
    }
}
@media (max-width: 767px) {
    .naino-album-popup-tracks {
        margin-top: 50px !important;
    }
    .naino-album-popup-tracks .track-list {
        margin: 20px 0 0 30px;
        min-width: 70%;
    }
}
.naino-album-popup-tracks .track-list td:first-of-type {
    padding-right: 30px;
    height: 25px;
}

/* Artist tiles */
.naino-artist-popup {
    display: none;
}
.naino-artist-popup-content,
.naino-artist-popup > div:not(:has(.naino-popup-close)) {
    max-width: 90%;
    max-height: 90vh !important;
    overflow-y: scroll !important;
}
.naino-artist-tile-artist {
    padding: 5px 7px 0 7px !important;
    font-size: var(--font-size-18);
}

/* Complianz */
#cmplz-cookiebanner-container,
#cmplz-cookiebanner-container .cmplz-btn {
    font-family: "Roc Grotesk" !important;
}
#cmplz-cookiebanner-container .cmplz-btn {
    text-transform: unset;
}
#cmplz-manage-consent {
    display: none;
}
.elementor-widget-video.cmplz-blocked-content-container .elementor-open-inline {
    background-color: #0006;
}
.elementor-widget-video.cmplz-blocked-content-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #45181842;
    z-index: -1;
}

.elementor-widget-video .cmplz-blocked-content-notice {
    margin: 0 auto !important;
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 165px);
    width: 330px;
    height: 200px;
    text-align: center;
    background: #000a;
    border-radius: 10px;
    padding: 20px 0;
    transform: none;
}
.elementor-widget-video .cmplz-blocked-content-notice-body,
.elementor-widget-video .cmplz-accept-service {
    color: white;
    font-family: "Roc Grotesk";
}
.elementor-widget-video .cmplz-links {
    margin-top: 25px;
}
.elementor-widget-video .cmplz-accept-service {
    padding: 12px;
    border: 2px solid red;
    background: transparent;
    margin-top: 8px;
}
.elementor-widget-video .cmplz-accept-service:hover {
    color: white;
    background: red;
    border: 2px solid red;
}

:is(#goog-gt-tt, #goog-gt-vt) ~ div:has(> div > svg) {
    display: none !important;
}

