.kdf-cookie-banner[hidden] {
  display: none !important;
}

.kdf-cookie-banner {
  position: fixed;
  z-index: 2147483000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 760px;
  margin: 0 auto;
  padding: 22px;
  color: #0a0a0a;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.kdf-cookie-banner h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.kdf-cookie-banner p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

.kdf-cookie-banner a {
  color: #6f5426;
  font-weight: 600;
  text-decoration: underline;
}

.kdf-cookie-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.kdf-cookie-button {
  min-height: 44px;
  padding: 10px 18px;
  color: #ffffff;
  background: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.kdf-cookie-button:hover,
.kdf-cookie-button:focus-visible {
  color: #0a0a0a;
  background: #ffffff;
  outline: 3px solid #c9a96e;
  outline-offset: 2px;
}

.kdf-cookie-settings-link {
  display: inline;
  padding: 0;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.25s ease;
}

.kdf-cookie-settings-link:hover,
.kdf-cookie-settings-link:focus-visible {
  color: rgba(255, 255, 255, 0.7);
  outline: 2px solid #c9a96e;
  outline-offset: 3px;
}

.footer-legal {
  align-items: center;
  flex-wrap: wrap;
}

.cookie-table-wrapper {
  margin: 20px 0;
  overflow-x: auto;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.cookie-table th,
.cookie-table td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #e2e2e2;
}

.cookie-table th {
  background: #f5f5f5;
}

.legal-inline-button {
  display: inline;
  padding: 0;
  color: #8b692f;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.legal-inline-button:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .kdf-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
  }

  .kdf-cookie-actions {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    gap: 12px;
  }
}
