#ark-cookie-banner {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 16, 15, .62);
  color: #11100f;
  font-family: Arial, Helvetica, sans-serif;
}

#ark-cookie-banner.ark-cookie-visible { display: flex; }
html.ark-cookie-modal-open { overflow: hidden; }

.ark-cookie-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 26px;
  border: 1px solid rgba(17, 16, 15, .12);
  background: #fff;
  box-shadow: 0 26px 90px rgba(0, 0, 0, .28);
}

.ark-cookie-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #11100f !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

#ark-cookie-banner strong {
  display: block;
  margin: 0 0 10px;
  color: #11100f;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#ark-cookie-banner p {
  margin: 0 0 20px;
  color: #4e4942;
  font-size: 15px;
  line-height: 1.55;
}

.ark-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#ark-cookie-banner button,
#ark-cookie-preferences {
  min-height: 44px;
  padding: 13px 15px;
  border: 1px solid #11100f;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

#ark-cookie-accept { background: #11100f; color: #fff; }
#ark-cookie-reject,
#ark-cookie-policy { background: #fff; color: #11100f; }

#ark-cookie-preferences {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 2147482999;
  display: none;
  background: #11100f;
  color: #fff;
}

#ark-cookie-preferences.ark-cookie-visible { display: block; }

@media (max-width: 640px) {
  #ark-cookie-banner { align-items: flex-end; padding: 14px; }
  .ark-cookie-panel { padding: 20px; }
  .ark-cookie-actions { display: grid; }
  #ark-cookie-banner button { width: 100%; }
  #ark-cookie-banner .ark-cookie-close { width: 44px; }
}
