/*
 * 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.
 */

@import url("/assets/grgc-tokens-5fb70060.css");
@import url("/assets/custom-image-28f4633e.css");

.text-success { color: #198754; }
.text-danger { color: #dc3545; }
.text-center { text-align: center; }

/* Bootstrap sets scroll-behavior: smooth on :root, which
   interferes with Turbo's scroll preservation during morphs. */
:root {
  scroll-behavior: auto !important;
}

@media (max-width: 576px) {
  #dev-toolbar {
    display: none !important;
  }
}

.app-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="number"],
select,
textarea {
  font-size: 16px;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
}

button,
input[type="submit"],
.button {
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  font-size: 16px;
}
