/* SAHKO_CONSENT_V2 */
.sahko-cookie-banner {
  position: fixed;
  z-index: 2147483646;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
  font-family: inherit;
}

.sahko-cookie-banner__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.sahko-cookie-banner__copy {
  max-width: 620px;
}

.sahko-cookie-banner__copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.sahko-cookie-banner__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.sahko-cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.sahko-cookie-button,
.sahko-cookie-settings {
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sahko-cookie-button {
  min-height: 44px;
  padding: 10px 16px;
}

.sahko-cookie-button--primary {
  color: #111827;
  background: #f4c95d;
}

.sahko-cookie-button--secondary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.sahko-cookie-settings {
  position: fixed;
  z-index: 2147483645;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #fff;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.sahko-cookie-button:focus-visible,
.sahko-cookie-settings:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .sahko-cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .sahko-cookie-banner__inner {
    display: block;
    padding: 18px;
  }

  .sahko-cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .sahko-cookie-button {
    width: 100%;
  }
}
