/* Contact Us Page */
.ranlo-contact-body { padding: 48px 24px; }
.ranlo-contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 900px) {
  .ranlo-contact-grid { grid-template-columns: 1fr; }
}
.ranlo-contact-section-header {
  border-bottom: 3px solid var(--ranlo-sage);
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.ranlo-contact-section-header h2 {
  margin: 0;
  font-size: 1.4rem;
  color: var(--ranlo-burgundy);
}
/* Info cards */
.ranlo-contact-info-card {
  background: var(--ranlo-cream);
  border: 1px solid var(--ranlo-border);
  border-radius: var(--ranlo-radius);
  padding: 24px;
  margin-bottom: 20px;
}
.ranlo-contact-info-card h3 {
  color: var(--ranlo-burgundy);
  font-size: 1rem;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ranlo-sage);
}
.ranlo-contact-detail {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.ranlo-contact-detail-icon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.ranlo-contact-detail a { color: var(--ranlo-burgundy); }
.ranlo-contact-detail a:hover { color: var(--ranlo-sage-dark); }
/* Dept quick contacts */
.ranlo-dept-contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .ranlo-dept-contacts-grid { grid-template-columns: 1fr; }
}
.ranlo-dept-contact-card {
  background: #fff;
  border: 1px solid var(--ranlo-border);
  border-left: 4px solid var(--ranlo-burgundy);
  border-radius: var(--ranlo-radius);
  padding: 14px 16px;
  font-size: 0.9rem;
}
.ranlo-dept-contact-card strong {
  display: block;
  color: var(--ranlo-burgundy);
  margin-bottom: 4px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.ranlo-dept-contact-card a { color: var(--ranlo-dark); text-decoration: none; }
.ranlo-dept-contact-card a:hover { color: var(--ranlo-burgundy); }
.ranlo-emergency-bar {
  background: #b91c1c;
  color: #fff;
  border-radius: var(--ranlo-radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.ranlo-emergency-bar strong { font-size: 1.1rem; }
.ranlo-emergency-bar a { color: #fff; font-weight: 700; }
/* Form sidebar */
.ranlo-contact-form-wrap .wpforms-container { margin: 0; }
.ranlo-contact-form-wrap .wpforms-submit-container { text-align: left; }
