.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.card .card-header .btn-link:after {
  content: "\f063";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  float: right;
  color: #333333;
}

.card .card-header .btn-link.collapsed:after {
  content: "\f062";
}

.card-body-npad {
  padding: 0 !important;
}

.march-live-shell {
  background: #111;
  color: #fff;
}

.march-live-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(90deg, #0d0d0d 0%, #1a1a1a 100%);
}

.march-live-toolbar__left,
.march-live-toolbar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.march-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff3b30;
  box-shadow: 0 0 0 6px rgba(255, 59, 48, 0.18);
  display: inline-block;
}

.march-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.filter-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 0.75;
}

.filter-button:hover,
.filter-button.is-active {
  transform: scale(1.05);
  opacity: 1;
}

.filter-button img {
  width: 30px;
  height: auto;
  display: block;
}

.march-featured-game {
  background: linear-gradient(135deg, #fff 0%, #f4f4f4 100%);
  color: #111;
  border-bottom: 4px solid #f5ba4b;
  padding: 1.25rem;
}

.march-featured-game__header,
.march-featured-game__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.march-featured-game__body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}

.march-featured-team {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.march-featured-team img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.march-featured-team__name {
  font-weight: 700;
  line-height: 1.2;
}

.march-featured-team__score {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.march-featured-vs {
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.7;
}

.march-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
}

.march-status--live {
  background: #ffefef;
  color: #b30000;
}

.march-status--neutral {
  background: #ececec;
  color: #333;
}

.score-card {
  background: #fff;
  height: 100%;
  min-height: 155px;
  border-left: 1px solid #d7d7d7;
}

.score-card__top,
.score-card__bottom {
  background: #111;
  color: #fff;
  padding: 0.5rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.score-card__teams {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.25rem;
  padding: 0.85rem 0.35rem;
  overflow: hidden;
}

.team-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  max-width: 42%;
  min-width: 0;
  padding-left: 0.15rem;
}

.team-info {
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
}

.team-logo {
  max-height: 2.5rem;
  max-width: 2.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.team-name {
  font-size: 0.85rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0.15rem;
}

.vs-container {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  flex-shrink: 0;
}

.hero-media-slider {
  width: 90%;
  max-width: 1000px;
  margin-left: 3rem;
  margin-top: -1rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.heroMediaSwiper {
  width: 100%;
  height: 500px;
}

.hero-media-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  background: #000;
}

.hero-media-slide img {
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.youtube-player,
.vimeo-player {
  width: 100%;
  height: 100%;
}

.preserve-ratio {
  object-fit: contain !important;
}

.stretch-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-swiper-prev,
.hero-swiper-next {
  color: #fff;
}

.march-empty-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  background: #fff;
  font-weight: 700;
  color: #444;
}

@media (max-width: 767px) {
  .hero-media-slider {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .heroMediaSwiper {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .march-featured-game__body {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .march-featured-team {
    justify-content: center;
  }

  .march-featured-vs {
    display: none;
  }
}

:root {
  --march-sticky-offset: 0px;
}

.march-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.march-section-header--light .march-section-title,
.march-section-header--light .march-section-kicker {
  color: #fff;
}

.march-section-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5ba4b;
}

.march-section-title {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
}

.march-live-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.march-live-metric {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.march-filter-bar-wrap {
  position: relative;
  z-index: 20;
}

.march-filter-bar--sticky {
  position: sticky;
  top: var(--march-sticky-offset);
  z-index: 30;
  background: rgba(17, 17, 17, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.march-filter-bar__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0.65rem;
  color: #fff;
}

.march-filter-bar__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f5ba4b;
}

.march-filter-bar__links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.march-filter-bar__links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
}

.march-filter-bar__links a:hover {
  color: #f5ba4b;
}

.march-filter-bar__buttons {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}

.march-filter-bar__buttons::-webkit-scrollbar {
  height: 6px;
}

.march-filter-bar__buttons::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.march-featured-game--upset {
  border-bottom-color: #ff7a00;
  box-shadow: inset 0 0 0 2px rgba(255, 122, 0, 0.12);
}

.score-card--upset {
  box-shadow: inset 0 0 0 2px rgba(255, 122, 0, 0.16);
}

.score-card__badges {
  padding: 0 0.75rem 0.55rem;
}

.march-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.march-badge-row--compact .march-badge {
  font-size: 0.68rem;
  padding: 0.22rem 0.5rem;
}

.march-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.32rem 0.66rem;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.march-badge--live {
  background: #ffe8e8;
  color: #b30000;
}

.march-badge--final {
  background: #111;
  color: #f5ba4b;
}

.march-badge--upcoming {
  background: #edf1f5;
  color: #44505c;
}

.march-badge--inprogress {
  background: #e8f2ff;
  color: #1757a6;
}

.march-badge--upset {
  background: #fff1e6;
  color: #c75a00;
}

.march-badge--close {
  background: #fff7db;
  color: #8a6700;
}

.march-badge--note {
  background: #f0ecff;
  color: #5b34b1;
}

.march-sponsor-band {
  padding: 2.75rem 0;
  background: linear-gradient(135deg, #0d1117 0%, #151b23 100%);
}

.march-sponsor-band__meta {
  display: flex;
  align-items: center;
}

.march-sponsor-swiper {
  overflow: visible;
}

.march-sponsor-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 255px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.march-sponsor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  color: inherit;
}

.march-sponsor-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  background: #fff;
  padding: 1rem;
}

.march-sponsor-card__media img {
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
}

.march-sponsor-card__body {
  padding: 1rem 1rem 1.1rem;
}

.march-sponsor-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

.march-sponsor-card__copy {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #4d5761;
}

.march-feed-shell {
  padding: 2.75rem 0;
  background: #f7f8fb;
}

.march-feed-featured {
  height: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 1.25rem;
  box-shadow: 0 18px 42px rgba(19, 29, 43, 0.08);
}

.march-feed-featured__meta,
.march-feed-item__meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  color: #52606d;
}

.march-feed-featured__title {
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #111;
}

.march-feed-featured__media {
  margin-bottom: 0.75rem;
  border-radius: 18px;
  overflow: hidden;
}

.march-feed-featured__media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.march-feed-featured__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.march-feed-featured__thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.march-feed-featured__body {
  color: #2f3b46;
  line-height: 1.65;
}

.march-feed-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 760px;
  overflow: auto;
  padding-right: 0.25rem;
}

.march-feed-item {
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1rem 1.05rem;
  box-shadow: 0 14px 34px rgba(19, 29, 43, 0.06);
  border-left: 4px solid transparent;
}

.march-feed-item.is-latest {
  border-left-color: #f5ba4b;
}

.march-feed-item__title {
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 800;
  color: #111;
  margin-bottom: 0.5rem;
}

.march-feed-item__excerpt {
  margin: 0 0 0.8rem;
  color: #52606d;
  line-height: 1.55;
}

.march-feed-item__photos {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.march-feed-item__photos img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.march-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  background: #eef2f6;
  color: #3c4956;
}

.march-pill--gold {
  background: #fef2cc;
  color: #7d5a00;
}

.march-pill--dark {
  background: #1b2430;
  color: #fff;
}

.march-feed-empty,
.march-empty-slide {
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1.2rem;
  color: #4a5662;
  font-weight: 700;
}

@media (max-width: 991px) {
  .march-section-header {
    align-items: start;
    flex-direction: column;
  }

  .march-filter-bar__label {
    flex-direction: column;
    align-items: start;
  }

  .march-feed-timeline {
    max-height: none;
    overflow: visible;
  }
}

.march-feed-content-block + .march-feed-content-block {
  margin-top: 1rem;
}

.march-feed-content-block--richtext {
  color: #2f3b46;
  line-height: 1.7;
}

.march-feed-content-block--richtext p:last-child {
  margin-bottom: 0;
}

.march-feed-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.march-feed-gallery.is-single {
  grid-template-columns: 1fr;
}

.march-feed-gallery__item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.march-feed-gallery__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.march-feed-gallery.is-single .march-feed-gallery__item img {
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.march-feed-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.march-feed-video .youtube-player,
.march-feed-video .youtube-player iframe {
  width: 100%;
  height: 100%;
}

.instagram-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 0.5rem;
  overflow: hidden;
}

.march-feed-featured__body .march-feed-gallery__item img {
  height: 260px;
}

@media (max-width: 767px) {
  .march-feed-gallery {
    grid-template-columns: 1fr;
  }

  .march-feed-gallery__item img,
  .march-feed-featured__body .march-feed-gallery__item img {
    height: auto;
  }
}

.march-feed-layout {
  align-items: flex-start;
}

.march-feed-timeline--left {
  max-height: 900px;
  overflow: auto;
  padding-right: 0.35rem;
}

.march-feed-item--interactive {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease;
}

.march-feed-item--interactive:hover {
  transform: translateY(-1px);
}

.march-feed-item--interactive .march-feed-item__inner {
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1rem 1.05rem;
  box-shadow: 0 14px 34px rgba(19, 29, 43, 0.06);
  border-left: 4px solid transparent;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.march-feed-item--interactive.is-active .march-feed-item__inner {
  border-left-color: #27a8e0;
  box-shadow: 0 18px 40px rgba(19, 29, 43, 0.1);
  background: #fcfeff;
}

.march-feed-item__date {
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-size: 0.84rem;
  color: #5e6a76;
  font-weight: 600;
}

.march-feed-item__preview {
  border-radius: 12px;
  overflow: hidden;
}

.march-feed-item__preview img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.march-feed-featured {
  min-height: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: 0 18px 42px rgba(19, 29, 43, 0.08);
}

.march-feed-featured__header {
  margin-bottom: 1rem;
}

.march-feed-featured__title {
  font-size: 1.85rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: #111;
}

.march-feed-featured__date {
  font-size: 0.92rem;
  color: #5e6a76;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.march-feed-featured__rule {
  width: 72px;
  height: 2px;
  background: #27a8e0;
  border-radius: 999px;
}

.march-feed-featured__body {
  margin-top: 1.15rem;
}

@media (max-width: 991px) {
  .march-feed-timeline--left {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .march-feed-item__preview img {
    height: 180px;
  }

  .march-feed-featured {
    margin-bottom: 1rem;
  }
}

/* Smaller featured game bar */
.march-featured-game {
  padding: 0.95rem 1.1rem;
}

.march-featured-game__title {
  font-size: 1.35rem;
  line-height: 1.1;
}

.march-featured-game__body {
  gap: 0.75rem;
  margin: 0.75rem 0;
}

.march-featured-team {
  gap: 0.65rem;
}

.march-featured-team img {
  width: 52px;
  height: 52px;
}

.march-featured-team__name {
  font-size: 0.95rem;
}

.march-featured-team__score {
  font-size: 1.65rem;
}

.march-featured-vs {
  font-size: 1rem;
}

.march-featured-game__footer {
  font-size: 0.85rem;
}

.march-status {
  padding: 0.32rem 0.65rem;
  font-size: 0.78rem;
}

.march-featured-game {
  padding: 0.8rem 1rem;
}

.march-featured-game__title {
  font-size: 1.2rem;
}

.march-featured-team img {
  width: 46px;
  height: 46px;
}

.march-featured-team__name {
  font-size: 0.9rem;
}

.march-featured-team__score {
  font-size: 1.45rem;
}

.march-featured-game__footer {
  font-size: 0.8rem;
}

/* Featured games wrapper */
.march-featured-games {
  display: grid;
  gap: 0.9rem;
  padding: 0.9rem;
  background: #111;
}

.march-featured-games--count-1 {
  grid-template-columns: 1fr;
}

.march-featured-games--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Make cards fill the grid area cleanly */
.march-featured-games .march-featured-game {
  height: 100%;
  margin: 0;
}

/* Slightly tighten cards when two are shown */
.march-featured-games--count-2 .march-featured-game {
  padding: 0.85rem 0.95rem;
}

.march-featured-games--count-2 .march-featured-game__title {
  font-size: 1.15rem;
}

.march-featured-games--count-2 .march-featured-team img {
  width: 44px;
  height: 44px;
}

.march-featured-games--count-2 .march-featured-team__name {
  font-size: 0.88rem;
}

.march-featured-games--count-2 .march-featured-team__score {
  font-size: 1.35rem;
}

.march-featured-games--count-2 .march-featured-vs {
  font-size: 0.9rem;
}

.march-featured-games--count-2 .march-featured-game__footer {
  font-size: 0.78rem;
}

@media (max-width: 991px) {
  .march-featured-games--count-2 {
    grid-template-columns: 1fr;
  }
}