/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

html {
  scroll-behavior: smooth;
  font-size: clamp(0.9375rem, 2.2vw, 1.05rem);
}

.form-lucid {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.mobile-cta {
  box-shadow: 0 -4px 20px -4px rgb(0 0 0 / 0.1);
}

.tab:hover {
  border-color: rgb(96 64 6 / 0.3);
}

.image-orientation-from-image {
  image-orientation: none!important;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}
