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

.c-zen-card {
  background: #ffffff;
  border: 5px solid #867359;
  border-radius: 0;
  box-shadow: none;
}

.c-zen-heading {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: #8b7355;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-style: italic;
}

.c-zen-subheading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  color: #a89080;
  font-weight: 300;
  line-height: 1.6;
}

.c-zen-label {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  color: #8b7355;
  font-weight: 300;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.c-zen-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e8ddd3;
  border-radius: 0;
  padding: 0.5rem 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  color: #8b7355;
  transition: border-color 0.3s ease;
  font-size: 0.9375rem;
  font-weight: 300;
}

.c-zen-input:focus {
  outline: none;
  border-bottom-color: #8b7355;
}

.c-zen-input::placeholder {
  color: #d4c4b0;
  font-weight: 300;
}

.c-zen-button {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #8b7355;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  letter-spacing: 0.025em;
}

.c-zen-button:hover:not(:disabled) {
  color: #6b5740;
  text-decoration-thickness: 2px;
}

.c-zen-button:active:not(:disabled) {
  color: #5a4632;
}

.c-zen-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: none;
}

.c-zen-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e8ddd3;
  border-radius: 0;
  padding: 0.5rem 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  color: #e8ddd3;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 0.9375rem;
  font-weight: 300;
}

.c-zen-select:focus {
  outline: none;
  border-bottom-color: #8b7355;
}

.c-zen-select option {
  color: #8b7355;
}

.c-zen-select:not(:invalid) {
  color: #8b7355;
}

.c-loading-spinner-zen {
  color: #8b7355;
}
