/* Newsletter input - override forms plugin */
.newsletter-input {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 0.75rem;
  box-shadow: none;
}

.newsletter-input:focus {
  border-color: black;
  box-shadow: none;
  outline: none;
  --tw-ring-shadow: none;
}

.newsletter-input--error {
  border-bottom-color: var(--color-accent);
}

/* Gallery slide states */
.slide-active {
  transform: scale(1.15);
  z-index: 10;
  opacity: 1;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.slide-inactive {
  transform: scale(0.85);
  z-index: 1;
  opacity: 0.5;
  box-shadow: none;
}
