p.not-available {
    border: 1px solid;
    border-color: rgba(218,218,218,1);
    color: rgba(218,218,218,1);
    font-size: 80%;
    min-width: 33%;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    letter-spacing: .03em;
    margin: 0px 15px;
    height: 38px;
    line-height: 36px;
}

.button.is-outline.new-button {
  border-color: #000;
}

p.button-header-replacements {
font-size: 80%;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 30px;
}

p.explore {
  margin-bottom: 30px;
  text-align: center;
  font-size: 400%;
  letter-spacing: 15px;
  line-height: 1.3em;
  font-weight: 700;
}

@media only screen and (max-width: 549px) {

p.not-available {
  line-height: 60px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button.is-outline.new-button {
  width: 100%; 
  line-height: 60px; 
  margin: 15px 0px; 
  padding: 0px 0px;
}

p.explore {
    margin-bottom: 30px;
    text-align: center;
    font-size: 300%;
    letter-spacing: 15px;
    line-height: 1.1em;
    font-weight: 700;
    padding-left: 15px
}

.menu-item-5732 {
    background: linear-gradient(45deg, #3498db, #e91e63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
}

/* Stop horizontal panning/scroll and page bounce */
html, body {
  max-width: 100%;
  overflow-x: clip;        /* use clip; if something misbehaves, try hidden */
  width: 100%;
  position: relative;
  overscroll-behavior-x: none;  /* no horizontal bounce (Chrome/Android, iOS 16+) */
  touch-action: pan-y;          /* ignore horizontal swipes on the page */
}

/* Common overflow culprits */
img, video, iframe, canvas, svg, table, pre, code {
  max-width: 100%;
}
pre, code, table {
  overflow-x: auto;  /* let long content scroll inside itself, not the page */
}

/* Sliders / full-bleed rows sometimes set 100vw; prefer 100% */
.full-width, .slider, .hero, .section, .row {
  width: 100%;
}

/* Safety for absolutely/relatively positioned elements with negative margins */
*[style*="left:"], *[style*="right:"], [class*="offcanvas"], [class*="parallax"] {
  max-width: 100vw;
}

.page-id-4630 #footer {
  display: none !important;
}

/* Base alert */
.alert {
  width: 100%;
  padding: 16px;                /* default padding for text-only alerts */
  background-color: #fff8e1;
  border: 1px solid #ffab00;
  color: #000;
  font-weight: bold;
  font-size: 85%;
  margin: 16px 0;
  border-radius: 0;
  box-shadow: none;
}

/* Extra spacing only when bullets exist */
.alert ul,
.alert ol {
  font-weight: 700;
  font-size: 80%;
  line-height: 1.5em;
  margin: 0;
  padding-left: 2em;            /* add extra breathing room */
  list-style-type: disc;
  list-style-position: outside;
}

.alert ul li,
.alert ol li {
  margin-bottom: 0 !important;
  padding-left: 0;
  text-indent: 0;
}

.alert ul li::marker,
.alert ol li::marker {
  content: "• "; /* consistent bullet */
}

/* Links inside alerts */
.alert a {
  text-decoration: underline;
  color: inherit;
}

/* Global li reset (if needed) */
li {
  margin-bottom: 0 !important;
  margin-left: 12px !important;
}