.elementor-69550 .elementor-element.elementor-element-de1a7c1{--display:flex;}/* Start custom CSS */.mantle-live-music-page {
  --mlm-orange: #f69320;
  --mlm-blue: #0A76B6;
  --mlm-light-blue: #40aee3;
  --mlm-gray: #718a94;
  --mlm-text: #163847;
  --mlm-text-soft: #4c6772;
  --mlm-bg: #ffffff;
  --mlm-bg-soft: #f6fbff;
  --mlm-border: rgba(10, 118, 182, 0.12);
  --mlm-shadow: 0 14px 38px rgba(10, 35, 52, 0.08);
  --mlm-radius: 24px;
  --mlm-radius-sm: 18px;
  --mlm-max: 1200px;
  --mlm-font: 'Montserrat', Arial, sans-serif;

  font-family: var(--mlm-font);
  color: var(--mlm-text);
  background: var(--mlm-bg);
}

.mantle-live-music-page * {
  box-sizing: border-box;
}

.mantle-live-music-page img {
  max-width: 100%;
  display: block;
}

.mantle-live-music-page a {
  text-decoration: none;
}

.mlm-container {
  width: min(var(--mlm-max), calc(100% - 32px));
  margin: 0 auto;
}

.mlm-hero,
.mlm-intro-cards,
.mlm-feature-market,
.mlm-split-section,
.mlm-education-band,
.mlm-night-plans,
.mlm-links-section,
.mlm-cta {
  padding: 72px 0;
}

.mlm-feature-market.alt,
.mlm-education-band,
.mlm-links-section {
  background: var(--mlm-bg-soft);
}

.mlm-kicker,
.mlm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(246, 147, 32, 0.12);
  color: #9a5b08;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mlm-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.mlm-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mlm-section-head h2,
.mlm-market-copy h2,
.mlm-split-copy h2,
.mlm-cta-copy h2 {
  margin: 14px 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  color: var(--mlm-text);
}

.mlm-section-head p,
.mlm-market-copy p,
.mlm-split-copy p,
.mlm-cta-copy p,
.mlm-hero-copy p {
  margin: 0 0 16px;
  font-size: 1.03rem;
  line-height: 1.75;
  color: var(--mlm-text-soft);
}

.mlm-hero {
  padding-top: 42px;
  padding-bottom: 58px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.mlm-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.mlm-hero-copy h1 {
  margin: 14px 0 16px;
  font-size: clamp(2.4rem, 4.3vw, 4.2rem);
  line-height: 0.98;
  color: var(--mlm-text);
}

.mlm-hero-actions,
.mlm-cta-actions,
.mlm-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.mlm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.97rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mlm-btn:hover {
  transform: translateY(-2px);
}

.mlm-btn-primary {
  background: var(--mlm-blue);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(10, 118, 182, 0.22);
}

.mlm-btn-secondary {
  background: #ffffff;
  color: var(--mlm-blue);
  border: 1px solid var(--mlm-border);
}

.mlm-btn-light {
  background: #ffffff;
  color: var(--mlm-blue);
}

.mlm-btn-outline-light {
  border: 1px solid rgba(255,255,255,0.45);
  color: #ffffff;
  background: transparent;
}

.mlm-text-link {
  font-weight: 700;
  color: var(--mlm-blue);
}

.mlm-hero-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--mlm-shadow);
}

.mlm-card-grid {
  display: grid;
  gap: 22px;
}

.mlm-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlm-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlm-info-card,
.mlm-edu-card,
.mlm-plan-card,
.mlm-link-card,
.mlm-media-card,
.mlm-venue-card {
  background: #ffffff;
  border: 1px solid var(--mlm-border);
  border-radius: var(--mlm-radius);
  box-shadow: var(--mlm-shadow);
}

.mlm-info-card,
.mlm-edu-card,
.mlm-plan-card {
  padding: 26px;
}

.mlm-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(64, 174, 227, 0.13);
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.mlm-info-card h3,
.mlm-edu-card h3,
.mlm-venue-body h3,
.mlm-plan-card h3,
.mlm-link-card strong {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
  color: var(--mlm-text);
}

.mlm-info-card p,
.mlm-edu-card p,
.mlm-venue-body p,
.mlm-plan-card p,
.mlm-link-card span,
.mlm-media-card figcaption {
  margin: 0;
  color: var(--mlm-text-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.mlm-market-grid,
.mlm-split-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.mlm-market-grid.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.mlm-market-grid.reverse .mlm-market-copy {
  order: 2;
}

.mlm-market-grid.reverse .mlm-market-media {
  order: 1;
}

.mlm-media-stack,
.mlm-split-photo-grid {
  display: grid;
  gap: 18px;
}

.mlm-media-stack {
  grid-template-columns: 1fr 1fr;
}

.mlm-media-card {
  overflow: hidden;
}

.mlm-media-card img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.mlm-media-card.tall img {
  height: 100%;
  min-height: 100%;
}

.mlm-media-card figcaption {
  padding: 14px 16px 16px;
  font-weight: 600;
}

.mlm-venue-grid {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.mlm-venue-grid-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

.mlm-venue-card {
  overflow: hidden;
}

.mlm-venue-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.mlm-venue-body {
  padding: 22px;
}

.mlm-split-photo-grid {
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: auto auto;
}

.mlm-split-photo-grid .mlm-media-card.tall {
  grid-row: 1 / span 2;
  height: 100%;
}

.mlm-checks {
  list-style: none;
  padding: 0;
  margin: 22px 0 24px;
}

.mlm-checks li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--mlm-text-soft);
  line-height: 1.65;
}

.mlm-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mlm-orange);
  font-weight: 700;
}

.mlm-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mlm-plan-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(10, 118, 182, 0.09);
  color: var(--mlm-blue);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mlm-link-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mlm-link-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.mlm-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 118, 182, 0.25);
}

.mlm-cta-box {
  background: linear-gradient(135deg, #0A76B6 0%, #40aee3 100%);
  border-radius: 28px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  box-shadow: 0 18px 40px rgba(10, 118, 182, 0.24);
}

.mlm-cta-copy h2,
.mlm-cta-copy p,
.mlm-cta-copy .mlm-eyebrow {
  color: #ffffff;
}

.mlm-cta-copy .mlm-eyebrow {
  background: rgba(255,255,255,0.14);
}

@media (max-width: 1100px) {
  .mlm-card-grid-4,
  .mlm-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlm-link-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlm-venue-grid-3,
  .mlm-card-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .mlm-hero,
  .mlm-intro-cards,
  .mlm-feature-market,
  .mlm-split-section,
  .mlm-education-band,
  .mlm-night-plans,
  .mlm-links-section,
  .mlm-cta {
    padding: 56px 0;
  }

  .mlm-hero-grid,
  .mlm-market-grid,
  .mlm-market-grid.reverse,
  .mlm-split-grid,
  .mlm-cta-box {
    grid-template-columns: 1fr;
  }

  .mlm-market-grid.reverse .mlm-market-copy,
  .mlm-market-grid.reverse .mlm-market-media {
    order: initial;
  }

  .mlm-media-stack,
  .mlm-split-photo-grid,
  .mlm-venue-grid-3,
  .mlm-card-grid-3,
  .mlm-card-grid-4,
  .mlm-plan-grid,
  .mlm-link-cards {
    grid-template-columns: 1fr;
  }

  .mlm-hero-media img {
    height: 320px;
  }

  .mlm-media-card img,
  .mlm-venue-card img {
    height: auto;
    max-height: 320px;
  }

  .mlm-split-photo-grid .mlm-media-card.tall {
    grid-row: auto;
  }

  .mlm-cta-box {
    padding: 30px 22px;
  }
}

@media (max-width: 520px) {
  .mlm-container {
    width: min(var(--mlm-max), calc(100% - 20px));
  }

  .mlm-hero-copy h1 {
    font-size: 2.35rem;
  }

  .mlm-section-head h2,
  .mlm-market-copy h2,
  .mlm-split-copy h2,
  .mlm-cta-copy h2 {
    font-size: 1.85rem;
  }

  .mlm-info-card,
  .mlm-edu-card,
  .mlm-plan-card,
  .mlm-link-card,
  .mlm-venue-body {
    padding: 20px;
  }

  .mlm-btn {
    width: 100%;
  }

  .mlm-hero-actions,
  .mlm-cta-actions {
    flex-direction: column;
  }
}/* End custom CSS */