.elementor-149 .elementor-element.elementor-element-312c8b0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4795cd0 */@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap");

.oha-student-life {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: #1b1a17;
  background: #f7f3ee;
  line-height: 1.65;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.oha-student-life div,
.oha-student-life section,
.oha-student-life article,
.oha-student-life header,
.oha-student-life figure,
.oha-student-life figcaption,
.oha-student-life blockquote,
.oha-student-life img,
.oha-student-life a,
.oha-student-life p,
.oha-student-life h1,
.oha-student-life h2,
.oha-student-life h3,
.oha-student-life h4,
.oha-student-life hr,
.oha-student-life ul,
.oha-student-life li,
.oha-student-life span,
.oha-student-life strong {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.oha-student-life img {
  display: block;
  max-width: 100%;
}

/* ── Container ─────────────────────────── */
.oha-student-life .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── Typography ────────────────────────── */
.oha-student-life h1,
.oha-student-life h2,
.oha-student-life h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.15;
  color: #1b1a17;
}

.oha-student-life h1 {
  font-size: 2.75rem;
  margin-bottom: 1rem;
}

.oha-student-life h2 {
  font-size: 2.625rem;
  margin-bottom: 1rem;
}

.oha-student-life h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.oha-student-life p {
  margin: 0 0 1rem;
  color: #5b5b57;
  line-height: 1.7;
}

.oha-student-life .prose p {
  max-width: 70ch;
}

.oha-student-life strong {
  color: #1b1a17;
}

/* ── Accent Line / HR ──────────────────── */
.oha-student-life .accent-line {
  border: none;
  border-top: 2px solid currentColor;
  width: 6rem;
  margin: 0;
}

.oha-student-life .accent-line.mb {
  margin-bottom: 1rem;
}

.oha-student-life .section-divider {
  border: none;
  border-top: 1px solid #d4d4d4;
  margin: 2rem 0;
}

/* ── Page Header Image ─────────────────── */
.oha-student-life .page-header {
  background: #000;
  margin-bottom: 1rem;
  width: 100%;
}

.oha-student-life .header-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 35.71%;
  position: relative;
}

.oha-student-life .header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ── Routing / Nav Buttons ─────────────── */
.oha-student-life .routing-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 1.25rem 0 1.75rem;
}

.oha-student-life .routing-buttons a.route-btn,
.oha-student-life .routing-buttons a.route-btn:link,
.oha-student-life .routing-buttons a.route-btn:visited,
.oha-student-life .routing-buttons a.route-btn:active {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cb0235;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 12px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 50px;
  box-shadow: 0 6px 18px rgba(203, 2, 53, 0.25);
}

.oha-student-life .routing-buttons a.route-btn:hover,
.oha-student-life .routing-buttons a.route-btn:focus-visible {
  background-color: #fcba3c;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(252, 186, 60, 0.38);
  outline: none;
}

/* ── Billboard / Page Title ────────────── */
.oha-student-life .billboard {
  margin: 2.5rem 0 1rem;
}

/* ── Two Column Layout ─────────────────── */
.oha-student-life .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}

.oha-student-life .two-col__media img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.oha-student-life .content-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-top: 1rem;
}

/* ── Feature Rows ──────────────────────── */
.oha-student-life .feature-row {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
  width: 100%;
}

.oha-student-life .feature-row__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.oha-student-life .feature-row__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.oha-student-life .feature-row__grid.gap {
  gap: 2rem;
}

.oha-student-life .feature-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oha-student-life .feature-row__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.5rem;
}

.oha-student-life .feature-row__content.card-white {
  background: #ffffff;
  padding: 2rem 2.5rem;
}

/* ── Feature Row Background Variants ───── */
.oha-student-life .feature-row.bg-gray {
  background: #6b7280;
}

.oha-student-life .feature-row.bg-dark-red {
  background: #7a1526;
}

.oha-student-life .feature-row.bg-plain {
  background: #f7f3ee;
}

.oha-student-life .feature-row.bg-teal-light {
  background: #d4e4df;
}

.oha-student-life .feature-row.bg-dark-teal {
  background: #1f3f3a;
}

.oha-student-life .feature-row.bg-white {
  background: #ffffff;
}

/* Larger padding on colored background rows */
@media (min-width: 1024px) {
  .oha-student-life .feature-row.bg-gray,
  .oha-student-life .feature-row.bg-dark-red,
  .oha-student-life .feature-row.bg-teal-light,
  .oha-student-life .feature-row.bg-dark-teal {
    padding: 4rem 0;
  }

  .oha-student-life .feature-row__content.card-white {
    padding: 2.5rem 4rem;
  }
}

/* ── Button ────────────────────────────── */
.oha-student-life .btn {
  display: inline-block;
  background: #cb0235;
  color: #fff;
  border: none;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-top: 0.5rem;
}

.oha-student-life .btn:hover {
  background: #FCBA3C;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(203, 2, 53, 0.3);
}

/* ── Quote Card ────────────────────────── */
.oha-student-life .quote-card {
  background: #000;
  color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oha-student-life .quote-card blockquote {
  margin: 0 0 1.5rem;
}

.oha-student-life .quote-card blockquote p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
}

.oha-student-life .quote-card figcaption {
  margin-top: auto;
}

.oha-student-life .quote-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
}

.oha-student-life .quote-role {
  font-size: 0.875rem;
  color: #ccc;
}

/* ── Dark text theme for dark bg sections ─ */
.oha-student-life .theme-dark-text h2 {
  color: #fff;
}

.oha-student-life .theme-dark-text .accent-line {
  color: #fff;
}

.oha-student-life .theme-dark-text p {
  color: #d1d5db;
}

/* ── Dining Services Section ───────────── */
.oha-student-life .feature-row.bg-dining {
  background: #fdf8f2;
  padding: 3rem 0;
}

.oha-student-life .dining-section {
  max-width: 100%;
}

.oha-student-life .dining-header {
  margin-bottom: 2rem;
}

.oha-student-life .dining-location {
  font-size: 1.05rem;
}

.oha-student-life .dining-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.oha-student-life .dining-gallery img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.oha-student-life .dining-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.oha-student-life .dining-hours h3 {
  margin-bottom: 1.25rem;
}

.oha-student-life .meal-block {
  margin-bottom: 1.25rem;
}

.oha-student-life .meal-block h4 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #1b1a17;
}

.oha-student-life .meal-block p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

/* Director Card */
.oha-student-life .director-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.oha-student-life .director-headshot {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.oha-student-life .director-info h3 {
  margin-bottom: 0.25rem;
}

.oha-student-life .director-title {
  font-weight: 600;
  color: #1b1a17;
  margin-bottom: 0.25rem;
}

.oha-student-life .director-email a {
  color: #cb0235;
  text-decoration: none;
  font-weight: 600;
}

.oha-student-life .director-email a:hover {
  color: #FCBA3C;
}

/* About MG */
.oha-student-life .dining-about {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  border-left: 4px solid #cb0235;
}

.oha-student-life .dining-about a {
  color: #cb0235;
  text-decoration: none;
  font-weight: 600;
}

.oha-student-life .dining-about a:hover {
  color: #FCBA3C;
}

/* ── Bottom Section ────────────────────── */
.oha-student-life .bottom-section {
  padding: 2rem 0 4rem;
}

/* ── Responsive ────────────────────────── */
@media (max-width: 1000px) {
  .oha-student-life .routing-buttons {
    grid-template-columns: repeat(3, 1fr);
  }

  .oha-student-life .feature-row__grid {
    grid-template-columns: 1fr;
  }

  .oha-student-life .feature-row__media img {
    height: 300px;
  }

  .oha-student-life .two-col {
    grid-template-columns: 1fr;
  }

  .oha-student-life .dining-info {
    grid-template-columns: 1fr;
  }

  .oha-student-life .dining-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .oha-student-life .container {
    padding: 0 1.25rem;
  }

  .oha-student-life h1 {
    font-size: 2rem;
  }

  .oha-student-life h2 {
    font-size: 1.75rem;
  }

  .oha-student-life .routing-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  .oha-student-life .feature-row__content {
    padding: 1.5rem;
  }

  .oha-student-life .feature-row__content.card-white {
    padding: 1.5rem;
  }
}/* End custom CSS */