.d1-consent {
  margin: 14px 0 16px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #4b5563;
}

.d1-consent__label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
}

.d1-consent__checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 1px 0 0;
  accent-color: #2563eb;
}

.d1-consent a,
.d1-cookie a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.d1-consent__error {
  display: none;
  margin-top: 8px;
  color: #dc2626;
  font-size: 12px;
  line-height: 1.3;
}

.d1-consent--invalid .d1-consent__error {
  display: block;
}

.d1-cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(520px, calc(100vw - 24px));
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.16);
  color: #111827;
  font-family: Arial, sans-serif;
}

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

.d1-cookie__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.d1-cookie__button {
  min-width: 58px;
  min-height: 36px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font: 700 13px/1 Arial, sans-serif;
  cursor: pointer;
}

@media (max-width: 560px) {
  .d1-cookie {
    right: 12px;
    bottom: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    width: calc(100vw - 24px);
  }
}
