.jamo-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  width: min(760px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid rgba(47, 125, 50, .2);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(16, 42, 67, .16);
  color: #102a43;
}

.jamo-cookie-banner[hidden] {
  display: none;
}

.jamo-cookie-banner__content {
  display: grid;
  gap: 6px;
}

.jamo-cookie-banner strong {
  font-size: 1rem;
}

.jamo-cookie-banner p {
  margin: 0;
  color: #52677d;
  line-height: 1.5;
}

.jamo-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: start;
  justify-content: flex-end;
}

.jamo-cookie-banner button,
.jamo-cookie-preferences button {
  min-height: 38px;
  border: 1px solid #d8e4dc;
  border-radius: 999px;
  background: #f8fbf7;
  color: #102a43;
  padding: 8px 14px;
  font-weight: 750;
  cursor: pointer;
}

.jamo-cookie-banner [data-jamo-cookie-accept],
.jamo-cookie-preferences [data-jamo-cookie-save] {
  border-color: #2f7d32;
  background: #2f7d32;
  color: #fff;
}

.jamo-cookie-banner__panel {
  grid-column: 1 / -1;
  border-top: 1px solid #e3ebe6;
  padding-top: 14px;
}

.jamo-cookie-banner__panel[hidden] {
  display: none;
}

.jamo-cookie-preferences {
  display: grid;
  gap: 12px;
}

.jamo-cookie-preferences__intro {
  margin: 0;
  color: #52677d;
}

.jamo-cookie-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid #dbe6df;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.jamo-cookie-choice input {
  margin-top: 4px;
}

.jamo-cookie-choice span {
  display: grid;
  gap: 4px;
}

.jamo-cookie-choice small {
  color: #52677d;
  line-height: 1.45;
}

.jamo-cookie-preferences__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.jamo-cookie-preferences__status {
  color: #2f7d32;
  font-weight: 750;
}

.jamo-legal-page {
  display: grid;
  gap: 28px;
}

.jamo-legal-page__head p,
.jamo-legal-section p {
  color: #40566f;
  line-height: 1.7;
}

.jamo-legal-section {
  display: grid;
  gap: 10px;
}

.jamo-legal-section h2 {
  margin: 0;
}

.jamo-legal-section p {
  margin: 0;
}

.jamo-legal-section em {
  color: #9a5b00;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 760px) {
  .jamo-cookie-banner {
    grid-template-columns: 1fr;
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }

  .jamo-cookie-banner__actions {
    justify-content: stretch;
  }

  .jamo-cookie-banner button {
    flex: 1 1 auto;
  }
}
