.numis-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 1rem;
  background: rgba(12, 22, 38, 0.96);
  color: #f4f7fb;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.28);
  font-family: Manrope, system-ui, sans-serif;
}

.numis-cookie-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.numis-cookie-banner p {
  margin: 0;
  flex: 1 1 280px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #e8eef6;
}

.numis-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.numis-cookie-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.numis-cookie-btn--accept {
  background: #1e4d8c;
  color: #fff;
}

.numis-cookie-btn--accept:hover {
  background: #163a6b;
}

.numis-cookie-btn--reject {
  background: transparent;
  color: #f4f7fb;
  border: 1px solid rgba(244, 247, 251, 0.35);
}

.numis-cookie-btn--reject:hover {
  border-color: #fff;
}

.numis-cookie-link {
  color: #9ec0ef;
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 0.15rem;
}

.numis-cookie-link:hover {
  color: #fff;
}

@media (max-width: 720px) {
  .numis-cookie-banner {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  body:has(.mobile-dock) .numis-cookie-banner {
    bottom: 4.25rem;
  }
}
