/* ==========================================================
   ExploringArizona.org - DST Page Local Styles
   File: _CSS-time.css
   Purpose: Light structural and color enhancements only
   ========================================================== */

/* Subtle container tint (desert beige tone) */
.dst-wrapper {
  background-color: #fffaf3; /* matches site desert palette */
  border: 1px solid #e5d2b8;
  padding: 12px 16px;
  margin-top: 10px;
  border-radius: 6px;
}

/* Section headers within DST sections */
.dst-header {
  border-bottom: 2px solid #c98e56; /* site bronze-gold accent */
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.dst-title {
  color: #804000; /* consistent with headline brown */
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}

/* Highlighted warning or note text */
.dst-warning {
  color: #b02a00; /* matches alert red used in notices/forms */
  font-weight: bold;
}
