.tostadas-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  padding: 0.9rem 1rem 1.2rem;
  background: #4d412d;
  color: #fff9e7;
  font-size: 0.875rem;
}

.tostadas-legal-links a,
.tostadas-legal-links button {
  color: inherit;
}

.tostadas-legal-links button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.tostadas-consent[hidden] {
  display: none;
}

.tostadas-consent {
  position: fixed;
  z-index: 99999;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.tostadas-consent__content {
  width: min(44rem, 100%);
  padding: 1.25rem;
  border: 1px solid #d08a1a;
  border-radius: 0.5rem;
  background: #fff9e7;
  box-shadow: 0 0.75rem 2rem rgba(50, 39, 22, 0.24);
  color: #3d3427;
  pointer-events: auto;
}

.tostadas-consent__content h2 {
  margin: 0 0 0.5rem;
  color: #754f17;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.tostadas-consent__content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.tostadas-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.tostadas-consent__actions button {
  flex: 1 1 11rem;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 2px solid #754f17;
  border-radius: 0.25rem;
  background: #fff9e7;
  color: #51350f;
  font: 700 0.95rem/1.2 Arial, sans-serif;
  cursor: pointer;
}

.tostadas-consent__actions button[data-consent="granted"] {
  background: #754f17;
  color: #fff;
}

.tostadas-consent :focus-visible,
.tostadas-legal-links :focus-visible {
  outline: 3px solid #4f72ff;
  outline-offset: 3px;
}

.tostadas-contact-privacy {
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 36rem) {
  .tostadas-consent {
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .tostadas-consent__content {
    padding: 1rem;
  }
}

