.hteugdpr-lock-scroll {
  overflow: hidden !important;
}

.cky-consent-container {
  position: fixed !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 2147483200 !important;
  pointer-events: none;
}

.cky-consent-container.hteugdpr-position-top {
  top: 20px !important;
  bottom: auto !important;
}

.cky-consent-bar {
  pointer-events: auto;
  background: #fff;
  color: #111827;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e7eb;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.cky-notice-group {
  flex: 1 1 auto;
  min-width: 0;
}

.cky-title {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--hteugdpr-text-heading, #111827);
}

.cky-message {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--hteugdpr-text-body, #4b5563);
}

.cky-policy {
  font-size: 12px;
  font-weight: 600;
  color: var(--hteugdpr-text-link, #1863dc);
  text-decoration: underline;
}

.cky-notice-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cky-btn {
  min-width: 118px;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cky-btn-customize,
.cky-btn-reject {
  background: var(--hteugdpr-btn-secondary-bg, #ffffff);
  border-color: var(--hteugdpr-btn-secondary-border, #1863dc);
  color: var(--hteugdpr-btn-secondary-text, #1863dc);
}

.cky-btn-accept {
  background: var(--hteugdpr-btn-primary-bg, #1863dc);
  border-color: var(--hteugdpr-btn-primary-border, #1863dc);
  color: var(--hteugdpr-btn-primary-text, #ffffff);
}

.cky-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483000;
}

.cky-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483300;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
}

.cky-modal.show {
  display: flex;
}

.cky-preference-center {
  width: min(850px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow: auto;
  overflow-x: hidden;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.cky-preference-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 18px;
}

.cky-preference-title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: var(--hteugdpr-text-heading, #111827);
}

.cky-btn-close {
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--hteugdpr-text-body, #4b5563);
  cursor: pointer;
}

.cky-preference-intro {
  margin: 0;
  padding: 12px 18px;
  color: var(--hteugdpr-text-body, #4b5563);
  font-size: 13px;
  line-height: 1.45;
  border-bottom: 1px solid #f0f1f3;
}

.cky-preference-body {
  padding: 0 18px;
}

.cky-accordion-item {
  border-bottom: 1px solid #eceff3;
  padding: 14px 0;
}

.cky-accordion-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cky-accordion-row strong {
  color: var(--hteugdpr-text-heading, #111827);
}

.cky-accordion-desc {
  margin: 8px 0 0;
  color: var(--hteugdpr-text-body, #4b5563);
  font-size: 13px;
  line-height: 1.4;
}

.cky-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.cky-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cky-slider {
  position: absolute;
  inset: 0;
  background: #d1d5db;
  border-radius: 999px;
  transition: 0.2s ease;
}

.cky-slider:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s ease;
}

.cky-switch input:checked + .cky-slider {
  background: #1863dc;
}

.cky-switch input:checked + .cky-slider:before {
  transform: translateX(22px);
}

.cky-preference-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 18px 18px;
}

.cky-preference-footer .cky-btn {
  min-width: 150px;
}

.hteugdpr-footer-link-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 2147483100;
}

.hteugdpr-cookie-settings-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  background: var(--hteugdpr-reopen-button-bg, #111827);
  color: var(--hteugdpr-reopen-button-text, #1a73e8) !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hteugdpr-cookie-settings-btn:hover,
.hteugdpr-cookie-settings-btn:focus {
  text-decoration: none;
  color: var(--hteugdpr-reopen-button-text, #1a73e8) !important;
}

.hteugdpr-cookie-icon {
  width: var(--hteugdpr-reopen-icon-size, 24px);
  height: var(--hteugdpr-reopen-icon-size, 24px);
  color: var(--hteugdpr-reopen-icon-color, #111111);
  flex-shrink: 0;
}

.hteugdpr-cookie-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  color: currentColor;
}

.hteugdpr-dsr-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #c7ccd4;
  background: #f8fafc;
  color: #394150 !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
}

.hteugdpr-dsr-action-link:hover,
.hteugdpr-dsr-action-link:focus {
  text-decoration: none;
  color: #1f2937 !important;
  background: #eef2f7;
}

.hteugdpr-dsr-action-danger {
  border-color: #f3b8b8;
  background: #fff3f3;
  color: #b42318 !important;
}

.hteugdpr-export-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.45);
  z-index: 2147483500;
}

.hteugdpr-export-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483510;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.hteugdpr-export-card {
  width: min(640px, calc(100vw - 32px));
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #d1d5db;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.hteugdpr-export-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 12px;
}

.hteugdpr-export-header h3 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #1f2937;
}

.hteugdpr-export-close {
  border: 2px solid #1f2937;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #1f2937;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hteugdpr-export-body {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin: 0 22px;
  padding: 26px 0;
}

.hteugdpr-export-label {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #374151;
}

.hteugdpr-export-format-switch {
  display: inline-flex;
  border: 1px solid #9ca3af;
  border-radius: 12px;
  overflow: hidden;
}

.hteugdpr-export-format-btn {
  min-width: 112px;
  padding: 14px 18px;
  border: 0;
  border-right: 1px solid #9ca3af;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}

.hteugdpr-export-format-btn:last-child {
  border-right: 0;
}

.hteugdpr-export-format-btn.active {
  background: #6b7280;
  color: #ffffff;
}

.hteugdpr-export-footer {
  padding: 22px;
  display: flex;
  justify-content: flex-end;
}

.hteugdpr-export-submit {
  min-width: 160px;
  height: 72px;
  border-radius: 14px;
  border: 2px solid #9ca3af;
  background: #ffffff;
  color: #6b7280;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.hteugdpr-policy-directory {
  margin: 16px 0;
  border: 1px solid #ddd;
  padding: 12px;
}

@media (max-width: 900px) {
  .cky-consent-container {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }

  .cky-consent-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .cky-notice-btn-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .cky-btn {
    min-width: 0;
    flex: 1 1 calc(50% - 6px);
  }
}

@media (max-width: 640px) {
  .cky-modal {
    align-items: flex-start;
    padding: 8px;
  }

  .cky-preference-footer {
    flex-direction: column;
  }

  .cky-preference-footer .cky-btn {
    width: 100%;
  }

  .hteugdpr-footer-link-wrapper {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .hteugdpr-cookie-settings-btn {
    justify-content: center;
  }

  .hteugdpr-export-header h3 {
    font-size: 28px;
  }

  .hteugdpr-export-format-btn {
    min-width: 84px;
    font-size: 18px;
    padding: 10px 12px;
  }

  .hteugdpr-export-submit {
    min-width: 120px;
    height: 52px;
    font-size: 28px;
  }
}

