/* App-specific helpers not covered by the prebuilt Tailwind bundle. */
.htmx-indicator {
  display: none;
}
.htmx-request .htmx-indicator {
  display: block;
}
.htmx-request.htmx-indicator {
  display: block;
}

.iframe-no-border {
  border: 0;
}

.master-card[data-selected="true"] {
  outline: 2px solid #C4402F;
  outline-offset: 0;
}

.master-card[data-selected="true"] h3 {
  color: #C4402F;
}

.logo-mark {
  height: 3.6rem;
  width: auto;
}

@media (min-width: 768px) {
  .logo-mark {
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .logo-mark {
    height: 3.6rem;
  }
}
