/* Generated from page: naming-opportunities */
/* Builder Custom CSS START */
/* ============================================================
   ST. GEORGE — SHARED PAGE CSS
   Building / Naming / Donor Pages
   ============================================================ */
 
/* ── RESET ── */
#stg-building-future,
#stg-building-future *,
.sg-naming-block,
.sg-naming-block *,
.stg-cinema-hero,
.stg-cinema-hero *,
#stg-naming-all,
#stg-naming-all * {
  box-sizing: border-box;
}
 
/* ============================================================
   SHARED TOKENS
   ============================================================ */
:root {
  --stg-blue:       #0b5f8f;
  --stg-blue-dark:  #063b5f;
  --stg-blue-deep:  #042c47;
  --stg-gold:       #d8b56d;
  --stg-gold-dark:  #8b6a2f;
  --stg-red:        #8b1e1e;
  --stg-cream:      #f7f1e5;
  --stg-white:      #ffffff;
  --stg-text:       #101010;
  --stg-text-mid:   #333333;
  --stg-text-light: #666666;
}
 
/* ============================================================
   PAGE BASE
   ============================================================ */
#stg-building-future {
  width: 100%;
  background: var(--stg-cream);
  color: var(--stg-text);
  font-family: Georgia, "Times New Roman", serif;
}
 
#stg-building-future .stg-section {
  width: 100%;
  padding: 90px 24px;
  background: var(--stg-cream);
}
 
#stg-building-future .stg-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
 
/* ============================================================
   TYPOGRAPHY
   ============================================================ */
#stg-building-future .stg-label,
#stg-building-future .stg-kicker,
.sg-naming-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--stg-blue);
  font-weight: 800;
  font-family: Georgia, "Times New Roman", serif;
}
 
#stg-building-future .stg-title,
.sg-naming-title {
  margin: 0 0 30px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
  color: var(--stg-text);
  font-weight: 800;
}
 
#stg-building-future .stg-copy {
  max-width: 680px;
  font-size: 22px;
  line-height: 1.55;
  color: var(--stg-text-mid);
}
 
#stg-building-future .stg-copy p {
  margin: 0 0 18px;
}
 
/* ============================================================
   HERO INTRO GRID
   ============================================================ */
#stg-building-future .stg-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
 
#stg-building-future .stg-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  border: 3px solid var(--stg-blue);
  box-shadow: 0 22px 55px rgba(6,27,61,.18);
}
 
/* ============================================================
   BUTTONS
   ============================================================ */
#stg-building-future .stg-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
 
#stg-building-future .stg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
  transition: background .2s, border-color .2s;
}
 
#stg-building-future .stg-btn.primary {
  background: var(--stg-blue);
  color: var(--stg-white);
  border: 1px solid var(--stg-blue);
}
#stg-building-future .stg-btn.primary:hover {
  background: var(--stg-blue-dark);
  border-color: var(--stg-blue-dark);
}
 
#stg-building-future .stg-btn.secondary {
  background: var(--stg-white);
  color: var(--stg-blue);
  border: 1px solid rgba(11,95,143,.4);
}
#stg-building-future .stg-btn.secondary:hover {
  border-color: var(--stg-blue);
}
 
/* ============================================================
   PURPOSE CARDS (4-up grid)
   ============================================================ */
#stg-building-future .stg-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
 
#stg-building-future .stg-card {
  background: var(--stg-white);
  border: 1px solid rgba(0,0,0,.12);
  border-top: 8px solid var(--stg-blue);
  padding: 32px 28px;
  box-shadow: 0 12px 36px rgba(0,0,0,.06);
  font-size: 17px;
  line-height: 1.55;
  color: var(--stg-text-mid);
  min-height: 245px;
}
 
#stg-building-future .stg-card:nth-child(even) {
  border-top-color: var(--stg-gold);
}
 
#stg-building-future .stg-icon {
  font-size: 30px;
  color: var(--stg-red);
  margin-bottom: 16px;
}
 
#stg-building-future .stg-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.05;
  color: var(--stg-text);
}
 
#stg-building-future .stg-card p {
  margin: 0;
}
 
/* ============================================================
   DARK SECTION (How It Works background)
   ============================================================ */
#stg-building-future .stg-dark {
  background: var(--stg-blue-dark);
  color: var(--stg-white);
}
 
#stg-building-future .stg-dark .stg-title {
  color: var(--stg-white);
}
 
#stg-building-future .stg-dark .stg-label {
  color: var(--stg-gold);
}
 
/* ============================================================
   PHASE CARDS (How It Works / Premier — 3-up grid)
   ============================================================ */
#stg-building-future .stg-phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
 
#stg-building-future .stg-phase {
  background: var(--stg-white);
  border: 1px solid rgba(255,255,255,.18);
  border-top: 8px solid var(--stg-blue);
  padding: 34px 30px;
  min-height: 260px;
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
  color: var(--stg-text-mid);
}
 
#stg-building-future .stg-phase:nth-child(2) { border-top-color: var(--stg-gold); }
#stg-building-future .stg-phase:nth-child(3) { border-top-color: var(--stg-blue); }
 
#stg-building-future .stg-phase h3 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.05;
  color: var(--stg-blue-dark);
}
 
#stg-building-future .stg-phase h4 {
  margin: 0 0 28px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--stg-gold-dark);
}
 
#stg-building-future .stg-stat {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--stg-gold-dark);
}
 
#stg-building-future .stg-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 34px;
  line-height: 1;
  color: var(--stg-red);
  letter-spacing: 0;
  text-transform: none;
}
 
/* ============================================================
   LEGACY NAMING BLOCK (.sg-naming-block)
   — kept for backwards compatibility but superseded by
     #stg-naming-all on pages using the new unified grid
   ============================================================ */
.sg-naming-block {
  width: 100%;
  padding: 90px 24px;
  background: var(--stg-cream);
  color: var(--stg-text);
  font-family: Georgia, "Times New Roman", serif;
}
 
.sg-naming-inner {
  max-width: 1180px;
  margin: 0 auto;
}
 
.sg-naming-title { text-align: center; }
.sg-naming-kicker { display: block; text-align: center; }
 
.sg-naming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
 
.sg-naming-card {
  background: var(--stg-white);
  border: 1px solid rgba(0,0,0,.12);
  border-top: 8px solid var(--stg-blue);
  padding: 34px 30px;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 36px rgba(0,0,0,.06);
  color: var(--stg-text-mid);
}
 
.sg-naming-card:nth-child(2) { border-top-color: var(--stg-gold); }
.sg-naming-card:nth-child(3) { border-top-color: var(--stg-blue); }
 
.sg-naming-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.05;
  color: var(--stg-text);
}
 
.sg-naming-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--stg-text-mid);
}
 
.sg-naming-price {
  display: block;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 800;
  color: var(--stg-red);
}
 
/* ============================================================
   CINEMATIC HERO (.stg-cinema-hero)
   ============================================================ */
.stg-cinema-hero {
  position: relative;
  min-height: 86vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 90px 7vw;
  font-family: Georgia, "Times New Roman", serif;
  background-image:
    linear-gradient(
      to right,
      rgba(0,0,0,.62) 0%,
      rgba(0,0,0,.42) 38%,
      rgba(0,0,0,.16) 72%,
      rgba(0,0,0,.05) 100%
    ),
    url("https://www.stgeorgedowney.org/wp-content/uploads/2026/03/The-Yiannis-Project-Gym.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
 
.stg-cinema-content {
  max-width: 980px;
  position: relative;
  z-index: 2;
}
 
.stg-cinema-kicker {
  margin: 0 0 22px;
  color: var(--stg-gold);
  font-size: 16px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 800;
}
 
.stg-cinema-title {
  margin: 0 0 28px;
  color: var(--stg-white);
  font-size: clamp(72px, 11vw, 160px);
  line-height: .88;
  letter-spacing: -.05em;
  font-weight: 900;
  text-shadow: 0 12px 36px rgba(0,0,0,.45);
}
 
.stg-cinema-copy {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 26px;
  line-height: 1.45;
  text-shadow: 0 6px 20px rgba(0,0,0,.4);
}
 
.stg-cinema-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}
 
.stg-cinema-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .2s, border-color .2s;
}
 
.stg-cinema-btn.primary {
  background: var(--stg-blue);
  color: var(--stg-white);
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
}
.stg-cinema-btn.primary:hover { background: var(--stg-blue-dark); }
 
.stg-cinema-btn.secondary {
  background: rgba(255,255,255,.12);
  color: var(--stg-white);
  border: 1px solid rgba(255,255,255,.44);
  backdrop-filter: blur(6px);
}
.stg-cinema-btn.secondary:hover { background: rgba(255,255,255,.2); }
 
/* ============================================================
   UNIFIED NAMING GRID (#stg-naming-all)
   All 6 spaces — premier + legacy — in one section.
   ============================================================ */
#stg-naming-all {
  width: 100%;
  padding: 100px 24px;
  background: var(--stg-cream);
  font-family: Georgia, "Times New Roman", serif;
  color: var(--stg-text);
}
 
#stg-naming-all .sna-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
 
/* Header row */
#stg-naming-all .sna-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
 
#stg-naming-all .sna-kicker {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--stg-blue);
  margin-bottom: 14px;
}
 
#stg-naming-all .sna-gold-rule {
  display: block;
  width: 64px;
  height: 4px;
  background: var(--stg-gold);
  margin: 14px 0 20px;
}
 
#stg-naming-all .sna-title {
  font-size: clamp(40px, 5.5vw, 78px);
  font-weight: 800;
  line-height: .93;
  color: var(--stg-text);
  margin: 0;
}
 
#stg-naming-all .sna-intro-text {
  max-width: 380px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--stg-text-light);
  padding-bottom: 6px;
}
 
/* Progress strip */
#stg-naming-all .sna-progress-strip {
  background: var(--stg-blue-dark);
  border-radius: 16px;
  padding: 26px 34px;
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
 
#stg-naming-all .sna-progress-text {
  flex: 1;
  min-width: 200px;
}
 
#stg-naming-all .sna-progress-label {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: rgba(255,255,255,.5);
  margin-bottom: 8px;
}
 
#stg-naming-all .sna-progress-track {
  background: rgba(255,255,255,.14);
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
  margin-bottom: 6px;
}
 
#stg-naming-all .sna-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--stg-gold);
  border-radius: 10px;
  transition: width 1.4s ease;
}
 
#stg-naming-all .sna-progress-sub {
  font-size: 11px;
  color: rgba(255,255,255,.38);
  text-transform: uppercase;
  letter-spacing: .12em;
}
 
#stg-naming-all .sna-progress-stat {
  text-align: center;
}
 
#stg-naming-all .sna-progress-stat-num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--stg-gold);
  line-height: 1;
}
 
#stg-naming-all .sna-progress-stat-sub {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 4px;
}
 
#stg-naming-all .sna-reserve-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--stg-blue);
  color: var(--stg-white);
  white-space: nowrap;
  transition: background .2s;
}
#stg-naming-all .sna-reserve-btn:hover { background: var(--stg-blue-deep); }
 
/* ── THE BUILDING GRID ── */
#stg-naming-all .sna-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
 
/* Explicit placement */
#stg-naming-all .sna-hall      { grid-column: 1; grid-row: 1 / 3; }
#stg-naming-all .sna-sports    { grid-column: 2; grid-row: 1 / 3; }
#stg-naming-all .sna-gym       { grid-column: 3; grid-row: 1 / 3; }
#stg-naming-all .sna-divider   { grid-column: 1 / -1; grid-row: 3; }
#stg-naming-all .sna-event     { grid-column: 1; grid-row: 4; }
#stg-naming-all .sna-kitchen   { grid-column: 2; grid-row: 4; }
#stg-naming-all .sna-education { grid-column: 3; grid-row: 4; }
 
/* Tier divider */
#stg-naming-all .sna-tier-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 0 4px;
}
 
#stg-naming-all .sna-tier-line {
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,.1);
}
 
#stg-naming-all .sna-tier-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--stg-text-light);
  white-space: nowrap;
}
 
/* ── CARD BASE ── */
#stg-naming-all .sna-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
  position: relative;
  border-radius: 4px;
}
 
#stg-naming-all .sna-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(0,0,0,.16);
}
 
/* ── PREMIER CARDS ── */
#stg-naming-all .sna-card.premier {
  background: var(--stg-blue-dark);
  min-height: 500px;
}
 
#stg-naming-all .sna-card.premier::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(6,59,95,.08) 0%, rgba(4,27,47,.9) 100%);
  z-index: 1;
}
 
#stg-naming-all .sna-card.featured {
  background: var(--stg-blue-deep);
  border: 2px solid var(--stg-gold);
}
 
#stg-naming-all .sna-card-body {
  position: relative;
  z-index: 2;
  padding: 32px;
}
 
/* Tag pill */
#stg-naming-all .sna-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 5px 13px;
  border-radius: 999px;
  margin-bottom: 16px;
}
 
#stg-naming-all .sna-card.premier .sna-tag {
  background: rgba(216,181,109,.15);
  color: var(--stg-gold);
  border: 1px solid rgba(216,181,109,.35);
}
 
#stg-naming-all .sna-card.featured .sna-tag {
  background: rgba(216,181,109,.28);
  color: #f0cc7a;
  border: 1px solid rgba(216,181,109,.55);
}
 
#stg-naming-all .sna-card.legacy .sna-tag {
  background: rgba(11,95,143,.08);
  color: var(--stg-blue);
  border: 1px solid rgba(11,95,143,.2);
}
 
/* Card title */
#stg-naming-all .sna-card-title {
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 12px;
}
 
#stg-naming-all .sna-card.premier .sna-card-title {
  font-size: 28px;
  color: var(--stg-white);
}
 
#stg-naming-all .sna-card.legacy .sna-card-title {
  font-size: 24px;
  color: var(--stg-text);
}
 
/* Card description */
#stg-naming-all .sna-card-desc {
  line-height: 1.6;
  margin: 0 0 22px;
}
 
#stg-naming-all .sna-card.premier .sna-card-desc {
  font-size: 15px;
  color: rgba(255,255,255,.65);
}
 
#stg-naming-all .sna-card.legacy .sna-card-desc {
  font-size: 15px;
  color: var(--stg-text-mid);
}
 
/* Amount row */
#stg-naming-all .sna-amount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 18px;
}
 
#stg-naming-all .sna-card.legacy .sna-amount-row {
  border-top-color: rgba(0,0,0,.08);
}
 
#stg-naming-all .sna-amount-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 4px;
}
 
#stg-naming-all .sna-card.premier .sna-amount-label { color: rgba(255,255,255,.42); }
#stg-naming-all .sna-card.legacy  .sna-amount-label { color: var(--stg-gold-dark); }
 
#stg-naming-all .sna-amount {
  font-weight: 800;
  line-height: 1;
}
 
#stg-naming-all .sna-card.premier .sna-amount { font-size: 30px; color: var(--stg-gold); }
#stg-naming-all .sna-card.legacy  .sna-amount { font-size: 26px; color: var(--stg-red); }
 
/* Pledge button */
#stg-naming-all .sna-pledge-btn {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s;
}
 
#stg-naming-all .sna-card.premier .sna-pledge-btn {
  background: var(--stg-blue);
  color: var(--stg-white);
}
#stg-naming-all .sna-card.premier .sna-pledge-btn:hover { background: #0a4f78; }
 
#stg-naming-all .sna-card.featured .sna-pledge-btn {
  background: var(--stg-gold);
  color: var(--stg-white);
}
#stg-naming-all .sna-card.featured .sna-pledge-btn:hover { background: var(--stg-gold-dark); color: var(--stg-white); }
 
#stg-naming-all .sna-card.legacy .sna-pledge-btn {
  background: var(--stg-blue-dark);
  color: var(--stg-white);
}
#stg-naming-all .sna-card.legacy .sna-pledge-btn:hover { background: var(--stg-blue-deep); }
 
/* ── LEGACY CARDS ── */
#stg-naming-all .sna-card.legacy {
  background: var(--stg-white);
  border: 1px solid rgba(0,0,0,.1);
  border-top: 8px solid var(--stg-blue);
  min-height: 260px;
  justify-content: flex-start;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
}
 
#stg-naming-all .sna-card.legacy .sna-card-body {
  padding: 28px 26px 26px;
}
 
/* Scroll reveal */
#stg-naming-all .sna-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
 
#stg-naming-all .sna-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
 
/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
 
  #stg-building-future .stg-section,
  .sg-naming-block,
  #stg-naming-all {
    padding: 60px 20px;
  }
 
  #stg-building-future .stg-intro-grid,
  #stg-building-future .stg-cards,
  #stg-building-future .stg-phases,
  .sg-naming-grid {
    grid-template-columns: 1fr;
  }
 
  #stg-building-future .stg-title,
  .sg-naming-title {
    font-size: 44px;
  }
 
  #stg-building-future .stg-copy {
    font-size: 19px;
  }
 
  /* Naming grid: 2 columns on tablet */
  #stg-naming-all .sna-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
 
  #stg-naming-all .sna-hall    { grid-column: 1; grid-row: auto; min-height: 360px; }
  #stg-naming-all .sna-sports  { grid-column: 2; grid-row: auto; min-height: 360px; }
  #stg-naming-all .sna-gym     { grid-column: 1 / -1; grid-row: auto; min-height: 300px; }
  #stg-naming-all .sna-divider { grid-column: 1 / -1; grid-row: auto; }
  #stg-naming-all .sna-event   { grid-column: 1; grid-row: auto; }
  #stg-naming-all .sna-kitchen { grid-column: 2; grid-row: auto; }
  #stg-naming-all .sna-education { grid-column: 1 / -1; grid-row: auto; }
 
  #stg-naming-all .sna-header { flex-direction: column; }
  #stg-naming-all .sna-intro-text { max-width: 100%; }
  #stg-naming-all .sna-progress-strip { flex-direction: column; align-items: flex-start; gap: 16px; }
  #stg-naming-all .sna-progress-stat { text-align: left; }
 
  .stg-cinema-hero { min-height: 80vh; padding: 60px 24px; }
  .stg-cinema-title { font-size: 62px; }
  .stg-cinema-copy { font-size: 20px; }
}
 
@media (max-width: 580px) {
 
  #stg-naming-all .sna-grid { grid-template-columns: 1fr; }
 
  #stg-naming-all .sna-hall,
  #stg-naming-all .sna-sports,
  #stg-naming-all .sna-gym,
  #stg-naming-all .sna-event,
  #stg-naming-all .sna-kitchen,
  #stg-naming-all .sna-education,
  #stg-naming-all .sna-divider {
    grid-column: 1;
    grid-row: auto;
  }
 
  .stg-cinema-title { font-size: 52px; }
  .stg-cinema-copy { font-size: 18px; }
 
  .stg-cinema-btn {
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
  }
}
/* Builder Custom CSS END */