[hidden] {
  display: none !important;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
}

[data-sitekit-mode="preview"] [data-cms-address],
[data-sitekit-mode="preview"] [data-cms-kind] {
  cursor: pointer;
}

[data-sitekit-mode="preview"] [data-cms-address]:hover,
[data-sitekit-mode="preview"] [data-cms-kind]:hover,
[data-sitekit-mode="preview"] [data-cms-selected] {
  outline: 3px solid #24a259;
  outline-offset: 5px;
  background: rgba(36, 162, 89, 0.1);
}

.consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 900px;
  margin: auto;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  background: #fff;
  color: #2a2a2a;
  box-shadow: 0 12px 36px rgba(21, 25, 23, 0.18);
}

.consent-banner p {
  margin: 6px 0 0;
  color: #5b635e;
  line-height: 1.45;
}

.consent-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.consent-actions button,
.consent-settings {
  border: 1px solid #9ba39e;
  border-radius: 8px;
  background: #fff;
  color: #2a2a2a;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.consent-actions .primary {
  border-color: #8b2635;
  background: #8b2635;
  color: #fff;
}

.consent-settings {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1100;
  padding: 8px 11px;
  font-size: 12px;
}

@media (max-width: 640px) {
  .consent-banner {
    align-items: stretch;
    flex-direction: column;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .consent-actions button {
    min-height: 44px;
  }
}
