.cookie-consent-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 1rem;
  color: #222;
  background: #fff;
  border-top: 1px solid #d8d8d8;
  box-shadow: 0 -3px 14px rgba(0, 0, 0, .18);
}

.instagram-consent-placeholder {
  padding: 1rem;
  text-align: center;
}

.cookie-consent-content {
  max-width: 1100px;
  margin: 0 auto;
}

.cookie-consent-banner h2 {
  margin: 0 0 .5rem;
  font-size: 1.25rem;
}

.cookie-consent-banner p {
  margin: 0 0 1rem;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.cookie-consent-actions button {
  min-width: 12rem;
  padding: .65rem 1rem;
  color: #fff;
  background: #37096B;
  border: 2px solid #37096B;
  border-radius: 3px;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.cookie-consent-actions button:focus,
.cookie-consent-actions button:hover {
  background: #240546;
}

@media (max-width: 576px) {
  .cookie-consent-actions button {
    width: 100%;
  }
}
