/* ==============================================
   Sections — Layout & Backgrounds
   ============================================== */
.sam-section {
  width: 100%;
}

.sam-section .et_pb_row,
.sam-section-inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 50px 20px;
}

.sam-section-light {
  background: var(--mustangs-light) !important;
}

.sam-section-white {
  background: #fff !important;
}

.sam-section-dark {
  background: #002070 !important;
}

/* Section titles */
.sam-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 4px solid var(--mustangs-blue);
  padding-left: 12px;
  margin: 0 0 24px;
  color: #111;
}

.sam-section-dark .sam-section-title {
  color: #fff;
  border-left-color: var(--mustangs-silver);
}

/* ==============================================
   Schedule Strip
   ============================================== */
.sam-schedule-strip {
  background: #fff;
  border-bottom: 3px solid var(--mustangs-blue);
  display: flex;
  align-items: stretch;
  overflow-x: auto;
}

.sam-schedule-label {
  background: var(--mustangs-blue);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.sam-schedule-game {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border-left: 1px solid #eee;
}

.sam-schedule-date-month {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--mustangs-blue);
  letter-spacing: 1px;
}

.sam-schedule-date-day {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1;
}

.sam-schedule-opponent {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}

.sam-schedule-badge-home {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--mustangs-blue);
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
}

.sam-schedule-badge-away {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--mustangs-light);
  color: #999;
  padding: 2px 8px;
  border-radius: 2px;
}

.sam-schedule-time {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  color: var(--mustangs-blue);
}

/* ==============================================
   News Cards
   ============================================== */
.sam-news-card {
  background: #fff;
  overflow: hidden;
}

.sam-news-card-img {
  height: 210px;
  overflow: hidden;
}

.sam-news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sam-news-card-body {
  padding: 16px;
}

.sam-news-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--mustangs-blue);
  margin: 0 0 6px;
}

.sam-news-title {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a1a40;
  line-height: 1.3;
  margin: 0;
}

.sam-news-list-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}

.sam-news-list-item:hover {
  background: #f5f7ff;
  border-color: var(--mustangs-blue);
}

/* ==============================================
   Info Cards
   ============================================== */
.sam-info-card {
  background: #fff;
  border: 1px solid #dde3f0;
  border-top: 3px solid var(--mustangs-blue);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.sam-info-card:hover {
  border-top-color: var(--mustangs-red);
}

.sam-info-card-img {
  height: 148px;
  background: linear-gradient(135deg, var(--mustangs-blue), var(--mustangs-navy));
  display: flex;
  align-items: center;
  justify-content: center;
}

.sam-info-card-body {
  padding: 16px;
}

.sam-info-card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  margin: 0 0 6px;
}

.sam-info-card-text {
  font-size: 12px;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

/* ==============================================
   Promo Tiles
   ============================================== */
.sam-promo-tile {
  background: #002070;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.sam-promo-tile:hover {
  background: #002a8a;
}

.sam-promo-title {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.sam-promo-subtitle {
  font-size: 10px;
  color: #4a6ab0;
  margin: 2px 0 0;
}

/* ==============================================
   Scores Section
   ============================================== */
.sam-scores {
  background: #002070;
}

.sam-score-card {
  background: rgba(255, 255, 255, 0.05);
  border-top: 3px solid var(--mustangs-blue);
  padding: 16px;
}

.sam-score-win {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4caf50;
}

.sam-score-loss {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--mustangs-red);
}

.sam-score-number {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.sam-score-dimmed {
  color: #1e3a7a;
}

/* ==============================================
   Standings Table
   ============================================== */
.sam-standings {
  background: rgba(255, 255, 255, 0.04);
  width: 100%;
  border-collapse: collapse;
}

.sam-standings th {
  font-family: 'Oswald', sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2a4a90;
  padding: 8px 10px;
  text-align: left;
}

.sam-standings td {
  font-size: 12px;
  color: #4a6ab0;
  padding: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.sam-standings tr.sam-standings-highlight td {
  color: var(--mustangs-silver);
}

.sam-standings tr.sam-standings-highlight td.sam-standings-team {
  font-weight: 700;
  color: #fff;
}

/* ==============================================
   Arena Section
   ============================================== */
.sam-arena {
  background: var(--mustangs-navy);
}

.sam-arena-columns {
  display: flex;
  gap: 0;
}

.sam-arena-col {
  flex: 1;
  padding: 40px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.sam-arena-col:last-child {
  border-right: none;
}

.sam-arena-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--mustangs-red);
  margin: 0 0 8px;
}

.sam-arena-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 12px;
}

.sam-arena-text {
  font-size: 12px;
  color: #3a5aaa;
  line-height: 1.6;
}

.sam-arena-link {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--mustangs-red);
  text-decoration: none;
  letter-spacing: 1px;
}

.sam-arena-link:hover {
  color: #fff;
}

/* ==============================================
   Sponsors
   ============================================== */
.sam-sponsors {
  background: #fff;
}

.sam-sponsor-box {
  border: 1px solid #dde3f0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.sam-sponsor-box span {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bbb;
  transition: color 0.2s ease;
}

.sam-sponsor-box:hover {
  border-color: var(--mustangs-blue);
}

.sam-sponsor-box:hover span {
  color: var(--mustangs-blue);
}

/* ==============================================
   Blurb Cards (sam-blurb-card)
   ============================================== */
.et_pb_section .et_pb_row .et_flex_column > .sam-blurb-card {
  margin-left: auto;
  margin-right: auto;
}

.sam-blurb-card {
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.sam-blurb-card .et_pb_blurb_content {
  padding: 0;
  --vertical-gap: 0;
  margin: 0 auto;
}

/* Image area with blue overlay */
.sam-blurb-card .et_pb_main_blurb_image {
  position: relative;
  margin: 0;
  padding: 0;
}

.sam-blurb-card .et_pb_main_blurb_image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 40, 130, 0.15) 0%, rgba(0, 26, 94, 0.75) 60%, rgba(0, 18, 51, 0.95) 100%);
  z-index: 1;
}

.sam-blurb-card .et_pb_main_blurb_image img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Title overlaid on image in the dark bottom area */
.sam-blurb-card .et_pb_module_header {
  position: absolute;
  top: 160px;
  left: 16px;
  right: 16px;
  z-index: 2;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

/* Text body */
.sam-blurb-card .et_pb_blurb_container {
  padding: 16px 20px;
}

.sam-blurb-card .et_pb_blurb_description {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

/* ==============================================
   Breadcrumbs
   ============================================== */
.sam-breadcrumbs {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sam-breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.15s ease;
}

.sam-breadcrumbs a:hover {
  color: #fff;
}

.sam-crumb-sep {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
}

.sam-crumb-current {
  color: rgba(255, 255, 255, 0.4);
}
