.silos-marlon-popup {

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.2),
      rgba(0,0,0,.7)
    ),
    url('https://thesilosrvresort.com/wp-content/uploads/2026/05/689482075_122305507316225183_7858870848571344318_n-2.jpg')
    center/cover no-repeat;

  padding: 30px;

  border-radius: 24px;

  text-align: center;

  color: white;

  font-family: 'Montserrat', sans-serif;
}


/* LIVE THIS WEEKEND */
.silos-live-tag {

  color: #8aa8ff;

  font-size: 11px;

  letter-spacing: 4px;

  font-weight: 700;

  margin-bottom: 16px;

}


/* TITLE */
.silos-marlon-popup h2 {

  font-size: 52px;

  line-height: .9;

  margin-bottom: 18px;

  color: white;

}


/* TIME */
.silos-time {

  font-size: 15px;

  font-weight: 700;

  margin-bottom: 20px;

}


/* DESCRIPTION */
.silos-marlon-popup p {

  font-size: 14px;

  line-height: 1.6;

  margin-bottom: 24px;

}


/* BUTTON */
.silos-book-btn {

  display: inline-block;

  background: #f3cb73;

  color: #111;

  padding: 14px 28px;

  border-radius: 999px;

  text-decoration: none;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 2px;

}
/* CAMPER OF THE YEAR FLOATING PILL */

.silos-camper-pill {

    position: fixed;

    top: 220px;
    right: 20px;

    z-index: 999;

    background: rgba(8,18,38,.88);

    color: white;

    padding: 14px 22px;

    border-radius: 999px;

    font-family: 'Montserrat', sans-serif;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: .5px;

    text-decoration: none;

    border: 1px solid rgba(255,255,255,.12);

    backdrop-filter: blur(8px);

    box-shadow:
      0 8px 22px rgba(0,0,0,.22);

    transition: .25s ease;
}


/* HOVER */
.silos-camper-pill:hover {

    transform: translateY(-2px);

    background: rgba(12,28,58,.95);

    box-shadow:
      0 12px 28px rgba(0,0,0,.28);

}
.hero-catchline {
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f4ead7;
  text-align: center;
  text-shadow:
    2px 2px 6px rgba(0,0,0,0.75),
    0px 0px 12px rgba(0,0,0,0.45);
  line-height: 1.05;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}
/* Prevent Google review shortcode from widening the page */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Keep review widgets inside their section */
.wp-gr,
.google-reviews,
.google-review,
[class*="review"],
[class*="google"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
}