.oomph-consent {
  position: fixed;
  z-index: 999999;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: center;
  color: #171717;
  font-family: var(--et_global_body_font, "Barlow Condensed", Arial, sans-serif);
}

.oomph-consent__panel {
  width: min(100%, 880px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 18px;
  border: 2px solid #171717;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.oomph-consent__title {
  margin: 0 0 6px;
  color: #7c0707;
  font-family: var(--et_global_heading_font, "Bangers", Impact, sans-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.oomph-consent__body {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.oomph-consent__readmore {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.2;
}

.oomph-consent__readmore a {
  color: #7c0707;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}

.oomph-consent__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.oomph-consent__choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 10px;
  border: 1px solid #d5cbb8;
  border-radius: 6px;
  background: #f8f4ed;
}

.oomph-consent__choice input {
  margin-top: 4px;
}

.oomph-consent__choice strong,
.oomph-consent__choice small {
  display: block;
}

.oomph-consent__choice strong {
  font-size: 17px;
  line-height: 1.1;
}

.oomph-consent__choice small {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.2;
}

.oomph-consent__actions {
  display: flex;
  width: 238px;
  flex-direction: column;
  gap: 8px;
}

.oomph-consent__button,
.oomph-consent-settings-link {
  min-height: 38px;
  border: 1px solid #171717;
  border-radius: 6px;
  background: #fffdf8;
  color: #171717;
  cursor: pointer;
  font-family: var(--et_global_body_font, "Barlow Condensed", Arial, sans-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.oomph-consent__button--primary {
  background: #7c0707;
  color: #fffdf8;
}

.oomph-consent__button--ghost {
  background: transparent;
}

.oomph-consent__button:hover,
.oomph-consent-settings-link:hover {
  transform: translateY(-1px);
}

.oomph-consent-settings-link {
  position: fixed;
  z-index: 999998;
  right: 12px;
  bottom: 12px;
  min-height: 30px;
  padding: 0 9px;
  border-color: rgba(23, 23, 23, 0.45);
  background: rgba(255, 253, 248, 0.92);
  font-size: 13px;
}

.oomph-consent + .oomph-consent-settings-link {
  display: none;
}

@media (max-width: 780px) {
  .oomph-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .oomph-consent__panel {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .oomph-consent__choices {
    grid-template-columns: 1fr;
  }

  .oomph-consent__actions {
    width: 100%;
  }
}

.oomph-privacy-page {
  max-width: 920px;
  margin: 0 auto;
  color: #171717;
}

.oomph-privacy-page h1,
.oomph-privacy-page h2 {
  color: #7c0707;
  font-family: var(--et_global_heading_font, "Bangers", Impact, sans-serif);
  font-weight: 500;
  letter-spacing: 0;
}

.oomph-privacy-page h1 {
  margin-bottom: 0.25em;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.oomph-privacy-page h2 {
  margin-top: 1.35em;
  margin-bottom: 0.35em;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.oomph-privacy-page p,
.oomph-privacy-page li {
  font-size: 21px;
  line-height: 1.32;
}

.oomph-privacy-page a {
  color: #7c0707;
  font-weight: 800;
}

.oomph-privacy-page__lead {
  max-width: 760px;
  font-size: 25px !important;
  line-height: 1.22 !important;
}

.oomph-privacy-page__box {
  margin: 24px 0;
  padding: 18px 20px;
  border: 2px solid #171717;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.oomph-privacy-page__list {
  padding-left: 1.1em;
}

.oomph-privacy-page__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #171717;
  border-radius: 6px;
  background: #7c0707;
  color: #fffdf8 !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}
