.tp-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 1rem 1.25rem;
  background: #12202e;
  color: #f4f7fa;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
}

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

.tp-cookie-banner h2 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.tp-cookie-banner p {
  margin: 0 0 0.75rem;
  max-width: 48rem;
  line-height: 1.45;
}

.tp-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tp-cookie-actions button {
  border: 0;
  border-radius: 0.25rem;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  font: inherit;
}

.tp-cookie-actions .tp-cookie-accept {
  background: #3aa0ff;
  color: #081018;
}

.tp-cookie-actions .tp-cookie-reject,
.tp-cookie-actions .tp-cookie-manage {
  background: transparent;
  color: #f4f7fa;
  border: 1px solid rgba(244, 247, 250, 0.45);
}

.tp-cookie-panel {
  margin-top: 0.75rem;
}

.tp-cookie-panel label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0.35rem 0;
}

.tp-cookie-panel .tp-cookie-actions--panel-save {
  margin-top: 0.5rem;
}
