/* .wpcf7-form:not(.not-empty) .wpcf7-form-control-wrap[data-name='acceptance-check'],
.wpcf7-form:not(.not-empty) p:has(.wpcf7-form-control-wrap[data-name='acceptance-check']) {
   display: none;
} */

/*.wpcf7-acceptance label {
   display: grid;
   grid-template-columns: auto 1fr;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.wpcf7-acceptance label input {
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}*/

/* Complianz */

:root {
   --cmplz-black: #3C2D73;
   --cmplz-accent: #9B96CD;
   --cmplz-font-weight: bold;
   --cmplz-btn-rad: 10px;

   --cmplz-btn-acc-bg: #3C2D73;
   --cmplz-btn-acc-c: #fff;
;

   --cmplz-btn-acc-h-bg: #9B96CD;
   --cmplz-btn-acc-h-c: #3C2D73;

   --cmplz-btn-h-bg: #9B96CD;
   --cmplz-btn-h-c: #3C2D73;

   /* --cmplz-img-cookie: url("/wp-content/uploads/2023/09/half-cookie.svg"); */
}

.cmplz-cookiebanner {
   --cmplz_banner_width: 420px;
   --cmplz_text_color: var(--cmplz-black);
   --cmplz_button_deny_text_color: var(--cmplz-black);
   --cmplz_button_settings_text_color: var(--cmplz-black);
   --cmplz_title_font_size: 16px;
   --cmplz_text_font_size: 11.5px;
   --cmplz_button_font_size: 14px;
}

.cmplz-cookiebanner {
   padding-top: 22px !important;
   padding-bottom: 22px !important;
}

body .cmplz-cookiebanner .cmplz-header {
   grid-template-columns: 1fr !important;
}

.cmplz-cookiebanner .cmplz-title {
   grid-column-start: 1 !important;
   justify-self: left !important;
   line-height: 1;
}

.cmplz-divider.cmplz-divider-header {
   display: none;
}

.cmplz-message {
   margin-bottom: 0 !important;
}

.cmplz-message a {
   /* color: var(--cmplz-accent) !important; */
   color: var(--cmplz-black) !important;
   text-decoration: underline;
}

.cmplz-links.cmplz-documents {
   display: none !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
   padding-top: 0 !important;
}

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-category-header
   :is(.cmplz-category-title, .cmplz-always-active) {
   line-height: 1.3;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label {
   position: unset !important;
}

.cmplz-category-title + .cmplz-banner-checkbox {
   height: 19px;
}

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-banner-checkbox
   input.cmplz-consent-checkbox
   + .cmplz-label:before {
   top: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
   top: 50% !important;
   translate: 0 -53% !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
   display: flex;
}

/*** END New styles ***/

.manage-cookies {
   cursor: pointer;
/*    text-decoration: underline; */
}

body.privacy-policy #page-container .et_pb_text h2 {
   font-size: var(--fs-h3);
}

@media only screen and (min-width: 981px) {
   body.privacy-policy .et_pb_text :is(h2, h3, h4, h5, h6) {
      margin-top: 20px !important;
   }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
   body.privacy-policy .et_pb_text :is(h2, h3, h4, h5, h6) {
      margin-top: 10px !important;
   }
}

.wpcf7-acceptance .wpcf7-list-item {
   margin-left: 0;
   /* padding-left: 19px; */
   /* text-indent: -22px; */
}

.cmplz-link {
   color: var(--cmplz-accent) !important;
}

.cmplz-manage-consent {
   display: none !important;
}

@media (max-width: 768px) {
   html body #cmplz-manage-consent .cmplz-manage-consent {
      display: none !important;
   }
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
   height: 19px !important;
   width: 32px !important;
}

/* .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
	top: -3px !important;
} */

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-banner-checkbox
   input.cmplz-consent-checkbox:checked
   + .cmplz-label:after {
   left: 16px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
   border: solid 2px #000;
}

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-banner-checkbox
   input.cmplz-consent-checkbox:not(:checked)
   + .cmplz-label:after {
   background-color: #000;
}

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-banner-checkbox
   input.cmplz-consent-checkbox:focus
   + .cmplz-label:before {
   box-shadow: none !important;
}

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-banner-checkbox
   input.cmplz-consent-checkbox:checked
   + .cmplz-label::before {
   background-color: #008000 !important;
   border-color: #008000 !important;
}

.cmplz-cookiebanner
   .cmplz-categories
   .cmplz-category
   .cmplz-banner-checkbox
   input.cmplz-consent-checkbox:not(:checked)
   + .cmplz-label:before {
   background-color: rgba(0, 128, 0, 0) !important;
}

.cmplz-cookiebanner.cmplz-show:hover {
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
}

.cmplz-description {
   line-height: 1.5;
}

.cmplz-categories-visible .cmplz-categories {
   margin-top: 20px;
}

body:not(.cmplz-marketing) .no-marketing {
   /*display: none;*/
}

.cmplz-cookiebanner .cmplz-logo :is(img, svg) {
   height: 60px !important;
   max-height: 60px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
   transition: all 150ms ease-in-out;
   font-weight: var(--cmplz-font-weight) !important;
   border-radius: var(--cmplz-btn-rad) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
   background-color: var(--cmplz-btn-acc-bg) !important;
   color: var(--cmplz-btn-acc-c) !important;
   border-color: var(--cmplz-btn-acc-bg) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
   background-color: var(--cmplz-btn-acc-h-bg) !important;
   color: var(--cmplz-btn-acc-h-c) !important;
   border-color: var(--cmplz-btn-acc-h-bg) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:not(.cmplz-accept):hover {
   background-color: var(--cmplz-btn-h-bg) !important;
   color: var(--cmplz-btn-h-c) !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
   padding: 10px 20px !important;
}

#cmplz-manage-consent {
   position: fixed;
   bottom: 0px;
   right: 10px;
   z-index: 1000;
}

/* #cmplz-manage-consent:before {
	content: "";
	width: 60%;
	height: 60%;
	background: var(--cmplz-img-cookie);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	pointer-events: none;
} */

#cmplz-manage-consent .cmplz-manage-consent {
   position: initial !important;
   min-width: 55px !important;
   min-height: 55px !important;
   transition: all 150ms ease-in-out !important;
}

#cmplz-manage-consent .cmplz-manage-consent:hover {
   min-width: 60px !important;
   min-height: 60px !important;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
   line-height: 1.2 !important;
   border: none !important;
   background-color: var(--cmplz-black, #000);
}

.cmplz-blocked-content-notice.cmplz-accept-category {
   cursor: pointer;
}

.cmplz-blocked-content-container,
.cmplz-wp-video {
   border-radius: 0 !important;
}

.cmplz-cookiebanner {
   max-height: calc(100vh - 80px) !important;
}

.cmplz-cookiebanner .cmplz-title {
   font-weight: var(--cmplz-font-weight) !important;
}

@media only screen and (max-width: 767px) {
   #cmplz-manage-consent .cmplz-manage-consent {
      min-width: 45px !important;
      min-height: 45px !important;
      height: 45px !important;
   }

   #cmplz-manage-consent .cmplz-manage-consent:hover {
      min-width: 50px !important;
      min-height: 50px !important;
      height: 50px !important;
   }

   #cmplz-manage-consent .cmplz-manage-consent {
      display: block !important;
   }

   .cmplz-cookiebanner .cmplz-header {
      grid-template-columns: 55px 1fr 55px !important;
   }

   .cmplz-logo {
      display: flex;
   }

   .cmplz-cookiebanner .cmplz-body {
      /*max-height: calc(100vh - 146px);*/
      max-height: calc(100vh - 335px) !important;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none;
   }

   .cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
      display: none;
   }

   .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
      height: 100% !important;
      padding: 6px 15px !important;
   }

   .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
      grid-template-columns: 1fr auto 30px !important;
   }

   .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox {
      width: 30px !important;
   }

   .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
      margin-left: auto;
   }

   .cmplz-cookiebanner .cmplz-logo img {
      height: 40px !important;
      max-height: 40px !important;
   }

   .cmplz-cookiebanner .cmplz-title {
      line-height: 1.2 !important;
   }
}

@media only screen and (max-width: 425px) {
   .cmplz-cookiebanner .cmplz-title {
      display: block !important;
   }
}

/**/

.cmplz-placeholder-1 {
   max-height: 440px;
}

@media (min-width:768px) and (max-width:980px) {
   .cmplz-placeholder-1 {
      max-height: 350px;
   }
}


@media (max-width:767px) {
   .cmplz-placeholder-1 {
      max-height: 220px;
   }
}

/* #nodev-gm-map > div {
   width: 100%;
   height: 100%;
   background-image: url('/wp-content/uploads/2025/08/map-placeholder-2.png');
   background-repeat: no-repeat;
   background-size: cover;
}

#nodev-gm-map .cmplz-blocked-content-notice {
   display: block;
   line-height: 1.2 !important;
   border: none !important;
   background-color: var(--blue);
   color: var(--white);
   white-space: normal;
   text-transform: initial;
   position: absolute !important;
   width: 90%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   max-width: 300px;
   font-size: 14px;
   padding: 10px;

   text-align: center;
   z-index: 98;
   line-height: 23px;
}

#nodev-gm-map:has( .cmplz-blocked-content-notice):before {
   mix-blend-mode: normal;
} */

