.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: 20%;
  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);
}

.oha-student-life .btn-sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.8rem;
  margin-top: 0;
}

.oha-student-life .btn-outline {
  background: transparent;
  color: #cb0235;
  border: 2px solid #cb0235;
}

.oha-student-life .btn-outline:hover {
  background: #cb0235;
  color: #fff;
}

.oha-student-life .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.75rem;
}

/* ── 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: #253746;
  color: #ffffff;
  padding: 4rem 0;
}

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

.oha-student-life .dining-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: stretch;
}

.oha-student-life .dining-copy {
  background: #ffffff;
  border-radius: 8px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.oha-student-life .dining-eyebrow,
.oha-student-life .dining-card__label {
  color: #cb0235;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.oha-student-life .dining-logo {
  width: min(280px, 100%);
  height: auto;
  margin: 0 0 1.4rem;
}

.oha-student-life .dining-copy h2 {
  color: #1b1a17;
  max-width: 11ch;
}

.oha-student-life .dining-copy .accent-line {
  color: #4daa50;
}

.oha-student-life .dining-lede {
  color: #4d4d49;
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

.oha-student-life .dining-highlights {
  display: grid;
  gap: 0.75rem;
}

.oha-student-life .dining-highlights div {
  border-left: 4px solid #4daa50;
  padding-left: 0.9rem;
}

.oha-student-life .dining-highlights span {
  color: #1b1a17;
  display: block;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

.oha-student-life .dining-highlights p {
  color: #5b5b57;
  font-size: 0.93rem;
  line-height: 1.5;
  margin: 0;
}

.oha-student-life .dining-learn-more {
  align-self: flex-start;
  margin-top: 1.4rem;
}

.oha-student-life .dining-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  align-content: stretch;
  min-height: 100%;
}

.oha-student-life .dining-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.oha-student-life .dining-photo--snacks {
  object-position: center 45%;
}

.oha-student-life .dining-photo--lunch {
  object-position: center 48%;
}

.oha-student-life .dining-photo--chef {
  object-position: center 18%;
}

.oha-student-life .dining-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  margin-top: 1rem;
}

.oha-student-life .dining-card {
  background: #ffffff;
  border-radius: 8px;
  color: #1b1a17;
  overflow: hidden;
  padding: 1.6rem;
}

.oha-student-life .dining-card h3 {
  color: #1b1a17;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.oha-student-life .meal-grid {
  display: grid;
  gap: 1rem;
}

.oha-student-life .meal-block {
  background: #f7f3ee;
  border: 1px solid #e8e2d9;
  border-radius: 8px;
  padding: 1rem;
}

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

.oha-student-life .meal-block p {
  color: #5b5b57;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.oha-student-life .meal-block p:last-child {
  margin-bottom: 0;
}

.oha-student-life .xendella-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1.25rem;
  align-items: center;
}

.oha-student-life .xendella-logo {
  width: min(260px, 100%);
  height: auto;
  margin: 0 0 1rem;
}

.oha-student-life .xendella-card p:not(.dining-card__label) {
  color: #4d4d49;
  line-height: 1.65;
  margin: 0;
}

.oha-student-life .xendella-photo {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 8px;
}
/* ── 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;
  }
}

@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;
  }
}
@media (max-width: 1000px) {
  .oha-student-life .dining-hero,
  .oha-student-life .dining-info-grid {
    grid-template-columns: 1fr;
  }

  .oha-student-life .dining-copy h2 {
    max-width: 16ch;
  }


  .oha-student-life .xendella-card {
    grid-template-columns: minmax(0, 1fr) 240px;
  }
}

@media (max-width: 700px) {
  .oha-student-life .feature-row.bg-dining {
    padding: 2.5rem 0;
  }

  .oha-student-life .dining-copy,
  .oha-student-life .dining-card {
    padding: 1.25rem;
  }

  .oha-student-life .dining-media-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }


  .oha-student-life .xendella-card {
    grid-template-columns: 1fr;
  }

  .oha-student-life .xendella-photo {
    min-height: 220px;
  }
}/* End custom CSS */