.kendr-cookie-banner,
.kendr-cookie-settings,
.kendr-cookie-panel {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kendr-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display: grid;
  width: min(720px, calc(100vw - 36px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #1a1917;
  color: #d6d3d1;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

.kendr-cookie-banner h2,
.kendr-cookie-panel h2 {
  margin: 0;
  color: #f5f5f4;
  font-size: 15px;
  font-weight: 650;
}

.kendr-cookie-banner p,
.kendr-cookie-panel p,
.kendr-cookie-choice span {
  margin: 7px 0 0;
  color: #a8a29e;
  font-size: 12px;
  line-height: 1.55;
}

.kendr-cookie-banner a {
  display: inline-flex;
  margin-top: 9px;
  color: #e7e5e4;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kendr-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.kendr-cookie-button,
.kendr-cookie-settings {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: #e7e5e4;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.kendr-cookie-button {
  min-width: 132px;
  padding: 0 14px;
}

.kendr-cookie-button:hover,
.kendr-cookie-settings:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.075);
  color: #f5f5f4;
}

.kendr-cookie-button-primary {
  border-color: #e7e5e4;
  background: #e7e5e4;
  color: #1c1917;
}

.kendr-cookie-button-primary:hover {
  border-color: #fafaf9;
  background: #fafaf9;
  color: #1c1917;
}

.kendr-cookie-settings {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1190;
  min-width: 0;
  padding: 0 13px;
  background: #1a1917;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.32);
}

.kendr-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1210;
  display: grid;
  place-items: center;
  padding: 18px;
}

.kendr-cookie-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 16, 15, 0.72);
  cursor: pointer;
}

.kendr-cookie-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #1a1917;
  color: #d6d3d1;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.kendr-cookie-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.kendr-cookie-choice strong {
  display: block;
  color: #f5f5f4;
  font-size: 13px;
  font-weight: 650;
}

.kendr-cookie-choice input {
  width: 18px;
  height: 18px;
  accent-color: #34d399;
}

.kendr-cookie-required {
  margin: 0 !important;
  color: #34d399 !important;
  font-size: 11px !important;
  font-weight: 650;
  white-space: nowrap;
}

.kendr-cookie-panel .kendr-cookie-actions {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .kendr-cookie-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .kendr-cookie-actions,
  .kendr-cookie-panel .kendr-cookie-actions {
    justify-content: stretch;
  }

  .kendr-cookie-button {
    flex: 1 1 100%;
    min-width: 0;
  }

  .kendr-cookie-choice {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kendr-cookie-settings {
    left: 12px;
    bottom: 12px;
  }
}
