/*
Theme Name: TailPress
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: TailPress is a simple boilerplate WordPress theme with Tailwind CSS.
Version: 3.6.5
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: tailpress
*/
#cmplz-manage-consent {
  display: none;
  visibility: hidden;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  border: 2px solid var(--cmplz_button_accept_border_color) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
  border: 2px solid var(--cmplz_button_deny_border_color) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  border: 2px solid var(--cmplz_button_settings_border_color) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
  border: 2px solid var(--cmplz_button_settings_border_color) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options {
  border: 2px solid var(--cmplz_button_settings_border_color) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  min-width: 128px !important;
  width: auto !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: #ffffff !important;
}
.cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > .cmplz-categories {
  margin: 24px 0px 16px;
}
@media (min-width: 1024px) {
  .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div {
    width: 100% !important;
  }
}
.cmplz-cookiebanner .cmplz-body {
  display: block !important;
}
.cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible
  .cmplz-buttons,
.cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible
  .cmplz-buttons {
  flex-direction: row !important;
}
.cmplz-cookiebanner {
  margin: 0px !important;
  width: 100% !important;
  grid-template-columns: 1fr !important;
  padding: 24px !important;
}
.cmplz-cookiebanner-inner {
  max-width: 768px;
  padding: 48px 0px 48px !important;
  margin: 0px auto;
}
.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 0px 1fr 100px !important;
}
.cmplz-cookiebanner .cmplz-title {
  justify-self: self-start !important;
}
.cmplz-cookiebanner-inner .cmplz-buttons {
  margin: 24px 0px 32px;
}
.cmplz-cookiebanner .cmplz-close svg {
  width: 40px !important;
  height: 40px !important;
}
.cmplz-cookiebanner .cmplz-close {
  line-height: 40px !important;
  width: 40px !important;
  height: 40px !important;
}
.cmplz-cookiebanner .cmplz-title {
  margin-bottom: 12px;
}