:root {
  --sold-out-red: #ee2d65;

  --client-site-bg: #f3668e;
  --client-site-header-bg: #fcacc3;
  /* --client-site-header-bg: #f3668e; */

  --client-site-button-bg: #fecb02;
  --client-site-button-hvr-bg: #00bef1;
  --client-site-button-actv-bg: white;

  --client-site-highlight: #ec648a;
  --client-site-blue: #303a67;
  --client-site-pink: #f6638c;
  --client-site-green: #8ac640;

  --status-banner-red-bg: #ff0000;
  --ot-orange: #ff7545;
  --ot-blue: #0077c9;
  --status-banner-orange-bg: #ff8200;
  --status-banner-pink-bg: var(--client-site-pink);

  --html-body-color: var(--client-site-bg);
  --html-body-background-color: var(--client-site-bg);

  --month-button-background-color: var(--client-site-button-bg);
  --month-button-background-hover: var(--client-site-button-hvr-bg);
  --month-button-color: black;
  --month-button-color-hover: white;
  --month-button-active-background: var(--client-site-button-actv-bg);
  --month-button-active-color: #ec0086;

  --modal-background: white;
  --modal-events-background: white;

  --choose-text-color: white;
  --ad-text-color: white;
  --calendar-background: white;
  --calendar-borders: #5a3433;
  /* --calendar-borders: var(--client-site-blue); */
  --calendar-event-count: #e12523;
  /* --calendar-borders: var(--ot-blue); */
  --calendar-day-header-color: var(--client-site-blue);
  --calendar-day-header-background: white;

  --btn-hover-color: var(--client-site-blue);
  --btn-hover-bg: var(--client-site-highlight);
  --btn-hover-border-color: var(--client-site-blue);
  --btn-hover-text-color: black;

  --btn-primary-bg: var(--client-site-blue);
  --btn-primary-color: white;
  --btn-primary-border-color: var(--client-site-blue);

  --fc-daygrid-event-background: var(--client-site-highlight);
  --fc-daygrid-event-color: var(--client-site-pink);
  --fc-daygrid-event-hover-background: var(--client-site-blue);

  --fc-daygrid-day-borders: var(--client-site-blue);

  --fc-event-title-color: var(--client-site-pink);

  --fc-toolbar-title-color: var(--client-site-pink);

  --fc-view-button-primary-background: var(--client-site-green);
  --fc-view-button-primary-color: white;
  --fc-view-button-active-background: var(--client-site-pink);
  --fc-view-button-active-color: white;

  --tickets-available-color: white;
  --tickets-available-background: var(--client-site-green);

  --sold-out-color: white;
  --sold-out-background: var(--sold-out-red);

  --fc-day-disabled-background: #27170c3d;
  --fc-day-disabled-visibility: hidden;

  --no-events-background: #c7c7c75e;
  --no-events-day-number-color: rgb(214, 214, 214);
  --no-events-borders: var(--client-site-blue);

  --fc-daygrid-day-number-color: var(--client-site-blue);

  --list-header-bar-bg: var(--blueberry);
  --list-day-top-bg: var(--ot-blue);
  --list-day-text: var(--ot-orange);
  --list-day-border: var(--ot-blue);
  --list-day-hover-bg: var(--azurine);

  --footer-background: var(--client-site-bg);
  --footer-links-color: rgba(255, 255, 255, 0.5);
  --footer-links-hover-color: #fff;
}

/* Force default cursor for all non-interactive text elements */
.event-name,
.venue-name,
.fc-event-title,
.fc-event-venue,
#modal-event-name,
#modal-venue-name,
#modal-event-dates,
.event-pass-heading h5,
.event-pass-text,
.choose-text,
.popover-header,
.popover-body,
#calendar-instructions {
  cursor: default !important;
}

.event-tile,
.event-tile *,
a,
button,
[role="button"] {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default;
}

.results-container {
  border-top: solid 2px var(--client-site-blue);
  border-bottom: solid 2px var(--client-site-blue);
  padding-top: 10px;
  padding-bottom: 20px;
}
/* custom overrides to hide ticket availability flag */
.availability-flag.list-view.tickets-available,
.availability-flag.calendar-view.tickets-available {
  /* display: none; */
}

/* END custom overrides to hide ticket availability flag END */
html,
body {
  margin: 0;
  padding: 0;
  color: var(--html-body-color);
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  background-color: var(--html-body-background-color);
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  width: 50%;
  max-width: 1000px;
  margin-top: calc(var(--margin) * -1);
}

.foot-background-container {
  position: relative;
  width: 100%;
  /* max-width: 1800px; */
  height: 100%;
}

.foot-background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  z-index: 0;
  width: 50%;
  max-width: 1000px;
  transform: rotate(180deg);
}

.background-container {
  width: 100%;
  /* max-width: 1800px; */
}

.head-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 20px;
  min-height: 101px;
}

.head-img-left,
.head-img-center,
.head-img-right {
  max-height: 220px;
}

.head-img-left-middle {
  height: auto;
  max-height: 140px;
}

.head-img-right-middle {
  height: auto;
  max-height: 100px;
}

.foot-img-left,
.foot-img-center,
.foot-img-right {
  max-height: 150px;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-link {
  color: var(--client-site-pink);
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 2px solid var(--client-site-pink);
  /* border-radius: 4px; */
  transition: all 0.3s ease;
}

.nav-link:hover {
  background-color: var(--client-site-pink);
  color: var(--client-site-highlight);
}

.nav-link.active {
  background-color: var(--client-site-pink);
  color: var(--client-site-highlight);
  pointer-events: none;
  cursor: default;
}

.flip-vertical {
  transform: rotate(180deg);
}

.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-270 {
  transform: rotate(270deg);
}

.flip-horizontal {
  transform: rotate(180deg) scaleX(-1);
}
.flip-vertical {
  transform: rotateY(270deg);
}

a.oztix-logo:focus,
a.oztix-logo:hover {
  box-shadow: unset !important;
}

a.oztix-logo {
  height: inherit;
  width: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a.oztix-logo svg .fill {
  fill: #fff;
}

a.oztix-logo:focus svg .fill,
a.oztix-logo:hover svg .fill {
  fill: var(--ot-blue);
}

a.oztix-logo svg {
  height: inherit;
  width: inherit;
}

.oztix-swirl-logo {
  background-image: url("../images/ot-swirl-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .logo {
    width: 120px;
    align-self: center;
  }

  .logo img {
    width: inherit;
    height: inherit;
  }
}

@media screen and (min-width: 800px) {
  .logo {
    grid-column: 1 / span 1;
    grid-row: 1;
    width: 144px;
  }
}

.footer .fab {
  transition: transform 0.18s cubic-bezier(0.4, 2, 0.6, 1.2), color 0.18s;
}

.footer .fab:hover,
.footer .fab:focus {
  transform: scale(1.25);
  color: #ffb7e5 !important;
}

.footer .cumberland-logo {
  height: 100px;
  width: auto;
  display: block;
  max-width: 100%;
  margin-top: 8px;
}
.footer .cumberland-logo-small {
  height: 65px;
  width: auto;
  display: block;
  max-width: 100%;
}
.footer .cherry-blossom-logo {
  height: 185px;
  width: auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .head-container {
    flex-direction: column;
    padding: 10px;
    height: auto !important;
  }

  .nav-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* header {
    background-image: none !important;
    background-color: var(--client-site-highlight) !important;
  } */
}

main {
  flex: 1;
}

header {
  display: flex;
  flex-direction: column;
  background-color: var(--client-site-header-bg);
  border-bottom: 6px solid #303a67;
  /* background-image: linear-gradient(105deg, #ffcb05 90%, #ec0086 90%); */
}

header img {
  /* padding-top: 10px; */
  position: relative;
  z-index: 10;
}

.view-picker {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.view-button {
  min-width: 136px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: var(--month-button-background-color);
  color: var(--month-button-color);
  font-weight: bold;
  transition: background-color 0.3s;
}

.view-button:hover {
  background-color: var(--month-button-background-hover);
  color: var(--month-button-color-hover) !important;
  text-shadow: 1px 1px 1px black;
}

.view-button.active {
  background-color: var(--month-button-active-background);
  color: var(--month-button-active-color);
}

.view-button.active:hover {
  background-color: var(--month-button-active-background);
  color: var(--month-button-active-color) !important;
  text-shadow: none;
}

.modal-header {
  background-color: var(--client-site-header-bg);
  border-radius: 0;
}

.modal-content {
  /* border: solid 2px var(--client-site-highlight); */
  border-radius: 0;
}
.modal-body {
  padding: 0.2rem 1rem 0.2rem 1rem;
}

.modal-event-date {
  color: var(--client-site-pink);
  font-weight: bold;
}
.modal-event-time {
  color: black;
  font-weight: bold;
}
#modal-event-dates {
  border-radius: 0;
}

#modal-event-name {
  color: rgb(0, 0, 0);
}
#modal-venue-name {
  color: rgb(0, 0, 0);
}

#modal-event-dates .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 3px;
}

#modal-event-dates .list-group-item:first-child {
  border-top-width: 0;
}
#modal-event-dates .list-group-item:last-child {
  border-bottom-width: 0;
}

#modal-event-dates .list-group-item div:first-child {
  flex: 1;
  text-align: left;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

#modal-event-dates .list-group-item .btn {
  /* padding: 2px 5px; */
  /* margin-left: 4px; */
  text-align: right;
}

#modal-event-dates .list-group-item .buy-btn {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.banner-and-buy-btn {
  display: flex;
  flex-direction: column;
}

.info-event-status-banner {
  color: #fff;
  padding: 0 8px;
  text-align: center;
  font-size: 0.7rem;
  width: 100%;
  margin-top: 5px;
  text-transform: uppercase;
}

.calendar-event-status-banner {
  color: #fff;
  padding: 0 8px;
  text-align: center;
  font-size: 0.7rem;
  width: fit-content;
  margin-top: 5px;
  text-transform: uppercase;
}

.event-guide-event-status-banner {
  color: #fff;
  padding: 0 8px;
  text-align: center;
  font-size: 0.7rem;
  width: 100%;
  margin-top: 5px;
  text-transform: uppercase;
}

.event-guide-grouped-event-status-banner {
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  width: 65%;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 8px 0;
  z-index: 101;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
  transition: ease-in 0.5s;
}

.banner-orange {
  background-color: var(--status-banner-orange-bg);
}

.banner-red {
  background-color: var(--status-banner-red-bg);
}

.banner-pink {
  background-color: var(--client-site-pink);
}

.book-now-banner-container {
  width: 100%;
  min-height: 30px;
}

.book-now-banner {
  background-color: var(--client-site-blue);
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 75%;
  padding: 20px 20px;
  z-index: 100;
  text-align: center;
  position: absolute;
  bottom: 0;
  /* Overlap the bottom edge of the image */
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
}

/* ------------- CALENDAR ------------ */

.month-picker {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.month-button {
  min-width: 136px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: var(--month-button-background-color);
  color: var(--month-button-color);
  font-weight: bold;
  transition: background-color 0.3s;
}

.month-button:hover {
  background-color: var(--month-button-background-hover);
  color: var(--month-button-color-hover) !important;
  text-shadow: 1px 1px 1px black;
}

.month-button.active {
  background-color: var(--month-button-active-background);
  color: var(--month-button-active-color);
}

.month-button.active:hover {
  background-color: var(--month-button-active-background);
  color: var(--month-button-active-color) !important;
  text-shadow: none;
}

.calendar-border {
  /* border-radius: 18px; */
  /* border: solid 6px var(--client-site-highlight); */
}

#calendar {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6px 6px 6px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border: solid 1px var(--client-site-pink);
  background: var(--calendar-background);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  position: relative;
}

button#infoButton,
a.btn.btn-secondary.btn-sm {
  /* border-radius: 0 !important; */
  background-color: grey !important;
  color: white !important;
  border: none !important;
}

button#infoButton:hover,
a.btn.btn-secondary.btn-sm:hover {
  background-color: rgb(97, 88, 88) !important;
  color: white !important;
  border: none !important;
}

.info-buy-btn {
  /* border-radius: 0 !important; */
  background-color: var(--btn-primary-bg) !important;
  color: var(--btn-primary-color) !important;
  border: 4px solid var(--btn-primary-border-color) !important;
  align-content: center;
  padding: 0.1rem 0.3rem;
}

.calendar-buy-btn {
  /* border-radius: 0 !important; */
  background-color: var(--btn-primary-bg) !important;
  color: var(--btn-primary-color) !important;
  border: 4px solid var(--btn-primary-border-color) !important;
  align-content: center;
  padding: 0.3rem 0.3rem;
}

.event-guide-buy-btn {
  border-radius: 0 !important;
  background-color: var(--btn-primary-bg) !important;
  color: var(--btn-primary-color) !important;
  border: 4px solid var(--btn-primary-border-color) !important;
  align-content: center;
  padding: 0.1rem 0.3rem;
}

.btn {
  /* border-radius: 0 !important; */
  background-color: var(--btn-primary-bg) !important;
  color: var(--btn-primary-color) !important;
  border: 2px solid var(--btn-primary-border-color) !important;
  align-content: center;
}

.btn:hover {
  color: white !important;
  background-color: var(--btn-hover-bg) !important;
  border-color: var(--btn-hover-bg) !important;
}

.fc-eventGuideBtn-button {
  background-color: var(--client-site-blue) !important;
  border-color: var(--client-site-blue) !important;
  color: #fff !important;
}
.fc-eventGuideBtn-button:hover {
  background-color: var(--client-site-highlight) !important;
  border-color: var(--client-site-highlight) !important;
  color: #000 !important;
}

.pass-info-btn {
  line-height: 1em;
}

#passInfoAccordion {
  display: flex;
  justify-content: center;
}

.pass-columns {
  min-width: 340px;
}

.event-pass-container {
  margin-top: 15px;
}

.event-pass-heading {
  text-align: center;
  margin-bottom: 10px;
  min-width: 308px;
  padding-bottom: 2px;
  border-bottom: solid 1px var(--client-site-highlight);
}

.event-pass-heading h3 {
  margin: 0 0 10px 0;
}

.event-pass-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pass-button {
  display: inline-block;
  background-color: var(--client-site-blue);
  color: white;
  padding: 6px 6px;
  /* border-radius: 2px; */
  font-size: 0.85em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  width: 85px;
  text-align: center;
}

.pass-button:hover {
  background-color: var(--client-site-highlight);
  color: black;
  text-decoration: none;
}
.pass-button-container {
  padding-right: 0;
}

.pass-info-container {
  text-align: end;
  /* padding-left: 1px; */
}

.pass-info-collapse {
  margin-bottom: 15px;
  max-width: 308px;
  text-align: left;
}

.pass-info-btn {
  color: var(--client-site-highlight);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pass-info-btn:hover,
.pass-info-btn:focus {
  color: var(--client-site-blue);
}

.pass-info-btn i {
  transition: transform 0.2s;
}

.pass-info-btn:not(.collapsed) i {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .event-pass-heading {
    flex-direction: column;
    gap: 15px;
  }
}

.choose-text {
  color: var(--choose-text-color);
  /* text-shadow: 2px 2px 1px black; */
  position: relative;
  z-index: 10;
}
.event-pass-text {
  color: var(--choose-text-color);
  /* text-shadow: 2px 2px 1px black; */
  position: relative;
  z-index: 10;
}

.fc-daygrid-day {
  position: relative;
  transition: background-color 0.2s;
}

.custom-event-content {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.image-container {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 60px;
}

.calendar-view.event-logo {
  width: 110px;
  height: 42px;
  margin: 2px auto 3px auto;
  padding: 2px;
}

.list-view.event-logo {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 2px;
}

.fc-h-event .fc-event-title {
  /* display: none; */
}

.fc-list-event .fc-event-title {
  display: none;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 2px;
  justify-items: center;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  justify-self: center;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(40, 255, 76, 0.151);
}

/* .fc-daygrid-body tr {
  height: 7.2em;
} */

/* .fc-daygrid-day-events {
  margin: 0 3px 3px 3px;
} */

/* .fc-daygrid-event {
  z-index: 6;
  width: auto;
  border-radius: 4px;
  padding: 2px;
  margin: 2px 0;
  background-color: var(--fc-daygrid-event-background);
  color: var(--fc-daygrid-event-color);
  text-align: center;
  transition: background-color 0.3s;
  font-size: smaller;
} */

.fc-col-header-cell-cushion {
  text-decoration: none;
  color: var(--calendar-day-header-color);
}

.fc-h-event {
  border: 0;
  background-color: transparent;
}

.fc-event-title {
  color: black;
  display: inline-block;
  left: 0px;
  max-width: 100%;
  overflow: hidden;
  text-wrap: wrap;
  white-space: normal;
  right: 0px;
  vertical-align: top;
  font-weight: bold;
}
.fc-event-venue {
  color: rgb(102, 102, 102);
  left: 0px;
  max-width: 100%;
  overflow: hidden;
  text-wrap: wrap;
  white-space: normal;
  right: 0px;
}

/* .fc-daygrid-event:hover {
  background-color: var(--fc-daygrid-event-hover-background);
} */

.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-toolbar-chunk {
  min-width: 0;
}

.fc-toolbar-chunk:first-child,
.fc-toolbar-chunk:last-child {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fc-toolbar-chunk:last-child {
  justify-content: flex-end;
}

.fc-toolbar-chunk:nth-child(2) {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
}

.fc-toolbar-title {
  text-align: center;
  width: 100%;
  color: var(--fc-toolbar-title-color);
  font-size: 1.75em;
  margin: 0px;
  padding-left: 10px;
  padding-top: 6px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.2em;
}

.fc .fc-multimonth-title {
  font-size: 1.5em;
  font-weight: 700;
  padding: 3px 0px;
  text-align: center;
}

.fc .fc-multimonth {
  border: 1px solid var(--fc-border-color);
  display: flex;
  flex-wrap: wrap;
  overflow: initial;
}

.fc-button-group {
  /* display: none !important; */
}

/* Collapse rows with no events */
.fc-daygrid-day.no-events {
  /* height: 10px; */
  /* overflow: hidden; */
  /* padding: 0; */
}

/* Ensure rows with events retain their default height */
.fc-daygrid-day:not(.no-events) {
  /* height: auto; */
  /* padding: 5px; */
}

.fc-button-primary {
  background-color: var(--client-site-blue) !important;
  margin-left: 5px !important;
  border: var(--client-site-blue) !important;
}

.fc-button-primary:hover {
  color: black !important;
  background-color: var(--client-site-highlight) !important;
  border: var(--client-site-highlight) !important;
}

.fc-button-active {
  color: var(--fc-view-button-active-color);
  background-color: var(--fc-view-button-active-background) !important;
  border: none !important;
}

.fc-event {
  font-size: 14px;
  height: 100%;
  width: auto;
  padding: 2px;
  border-radius: 0;
}

.fc .fc-scrollgrid-section > * {
  border-left-width: 2px;
  border-top-width: 0px;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 2px solid var(--calendar-borders);
  /* border: 1px solid rgba(255, 166, 0, 0.466); */
}

/* td.fc-daygrid-day {
  border: 2px solid var(--fc-daygrid-day-borders) !important;
} */

td.fc-day-disabled {
  border: 0 solid transparent !important;
}

td.no-events {
  border: 2px solid var(--no-events-borders) !important;
}

.fc-theme-standard .fc-scrollgrid {
  border: 2px solid var(--calendar-borders);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

td {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fc .fc-day-disabled {
  visibility: hidden;
}

.no-events {
  background-color: #f0f0f0; /* Light grey background */
  color: #a0a0a0; /* Grey text */
}

.no-events .fc-daygrid-day-number {
  /* color: var(--no-events-day-number-color) !important; */
  text-shadow: none !important;
  text-decoration: none;
  font-weight: bold;
  font-size: large;
  padding: 0 4px 0 0;
}

.fc .fc-daygrid-day-number {
  text-decoration: none;
  color: var(--fc-daygrid-day-number-color);
  /* text-shadow: 1px 1px black; */
  font-weight: bold;
  cursor: default;
  /* font-size: large; */
  /* padding: 0 4px 0 0; */
}

/* .fc-daygrid {
  overflow: visible;
} */

.fc-multimonth-header-table,
.fc .fc-scrollgrid-section-header > *,
tr.fc-scrollgrid-section.fc-scrollgrid-section-header.fc-scrollgrid-section-sticky {
  background: var(--calendar-day-header-background);
}

.fc-multimonth-daygrid-table .fc-daygrid-day-frame {
  min-height: 100%;
  position: relative;
  margin-bottom: 39px;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link {
  border: none;
}

/* .fc-daygrid-dot-event:hover {
  background: var(--client-site-blue) !important;
  border: solid 1px var(--client-site-blue) !important;
  border-radius: 8px;
} */
.fc-daygrid-dot-event:hover {
  background: none !important;
  /* border: solid 1px var(--client-site-blue) !important; */
  /* border-radius: 8px; */
}

.fc .fc-daygrid-more-link {
  border: 2px solid var(--client-site-highlight) !important;
  border-radius: 0;
  padding: 2px 2px 0 2px !important;
  text-decoration: none;
  white-space: wrap;
  color: var(--calendar-event-count) !important;
  font-weight: bold;
  /* text-shadow: 1px 1px 1px var(--client-site-highlight); */
}

.fc .fc-daygrid-more-link:hover {
  background-color: white;
  border: 2px solid var(--client-site-blue) !important;
  /* text-shadow: 1px 1px white; */
}

.fc-popover-header,
.popover-header {
  background-color: var(--client-site-header-bg) !important;
  color: black;
  font-weight: bold;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  /* border-radius: 9px; */
}

.fc .fc-more-popover .fc-popover-body,
.event-info-popover {
  padding: 3px;
  overflow-y: auto;
  scrollbar-width: thin;
  /* overflow-y: scroll; */
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.fc .fc-more-popover .fc-popover-body {
  max-width: 356px !important;
  max-height: 450px;
}

.popover .popover-arrow {
  display: none;
}

.event-guide-info-popover,
.custom-popover {
  max-height: 550px;
  border: 1px solid black;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.fc-theme-standard .fc-popover,
.event-info-popover {
  background: white;
  border: 1px solid black;
  border-radius: 9px;
  top: 50px !important;
  left: 0 !important;
}

.event-info-popover {
  border: 0;
  max-height: 478px;
  padding: 5px;
}
.event-guide-info-popover .popover-body {
  overflow-y: scroll;
  max-height: 500px;
  scrollbar-width: thin;
}

.custom-popover .popover-body {
  padding: 0;
}

/* .custom-popover .event-info-popover {
  max-height: 360px;
  overflow-y: scroll;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
} */

.custom-popover .event-info-popover::-webkit-scrollbar {
  width: 8px;
}

.custom-popover .event-info-popover::-webkit-scrollbar-track {
  background: transparent;
}

.custom-popover .event-info-popover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

/* .popover {
  max-width: 300px;
} */

/* .popover .popover-body {
  max-height: 200px;
  overflow-y: auto;
} */

.fc-event-time {
  color: var(--client-site-pink) !important;
  font-weight: 900;
}

.fc-daygrid-event-harness .fc-event-custom-content {
  background-color: white;
  border-bottom: solid 2px var(--client-site-highlight);
  padding-bottom: 5px;
  width: 100%;
  border-radius: 0;
  padding: 0 4px 5px 4px;
}

.fc-daygrid-event-harness:last-child .fc-event-custom-content {
  border-bottom-width: 0;
}

/* ----------- CALENDAR END ----------- */

/* LIST VIEW */

.fc .fc-button .fc-icon {
  font-size: 1.2em 23.04px;
  vertical-align: middle;
}

.list-view .fc-header-toolbar {
  position: sticky;
  min-height: 48px;
  top: 0;
  z-index: 10;
  background-color: var(--list-header-bar-bg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.fc .fc-list-event:hover td {
  background-color: transparent;
}

.fc .fc-list-event:hover .custom-event-content {
  background-color: var(--list-day-hover-bg);
}

.fc-list-day-cushion.fc-cell-shaded {
  height: 24px;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  display: none;
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 2px 14px;
}

/* .fc table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 0.9em;
} */

.fc .fc-button-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  margin-top: 4px;
}

.fc .fc-button {
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.3em 0.4em;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}

.fc-list-event-title .custom-event-content {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  white-space: normal;
  border-left: 2px solid var(--list-day-border);
  border-right: 2px solid var(--list-day-border);
  border-bottom: 2px solid var(--list-day-border);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 2px 6px;
}

td.fc-list-event-title {
  padding: 0 !important;
  border-bottom: 6px solid transparent;
}

.fc-list-event-title .custom-event-content .image-container {
  position: relative;
  display: flex;
  width: auto;
  max-height: 50px;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: none;
}

.list-view.tickets-available {
  font-size: 1em;
  line-height: 1.3;
  padding: 2px 10px;
  margin: 2px;
  font-weight: bold;
  height: 42px;
  width: 100px;
  color: var(--tickets-available-color);
  background-color: var(--tickets-available-background);
  text-shadow: 2px 2px 2px black;
  border-radius: 0;
  text-align: center;
  text-wrap: wrap;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-view.tickets-available {
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: bold;
  height: 20px;
  width: 98%;
  padding-top: 1px;
  margin-bottom: 1px;
  color: var(--tickets-available-color);
  background-color: var(--tickets-available-background);
  text-shadow: 2px 2px 2px black;
  border-radius: 0;
  text-align: center;
  text-wrap: wrap;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-view.sold-out {
  font-size: 1em;
  line-height: 1.3;
  padding: 2px 10px;
  margin: 2px;
  font-weight: bold;
  height: 42px;
  width: 100px;
  color: white;
  background-color: var(--sold-out-red);
  text-shadow: 2px 2px 2px black;
  border-radius: 0;
  text-align: center;
  text-wrap: wrap;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-view.sold-out {
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: bold;
  height: 20px;
  width: 98%;
  padding-top: 1px;
  margin-bottom: 1px;
  color: white;
  background-color: var(--sold-out-red);
  text-shadow: 2px 2px 2px black;
  border-radius: 0;
  text-align: center;
  text-wrap: wrap;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

#calendar.list-view {
  max-height: 700px;
  max-width: 615px;
  overflow-y: auto;
  border-bottom: solid 6px transparent;
}

.fc-list-day {
  z-index: 1;
  position: relative;
}

.fc-theme-standard .fc-list {
  border: 1px solid transparent;
}

.fc-list-day-text,
.fc-list-day-side-text {
  text-decoration: none;
  color: var(--list-day-text);
}

.fc-list-day-cushion {
  background-color: var(--list-day-top-bg) !important;
}

.fc-list-event-time {
  display: none;
}

.fc-list-event-dot {
  display: none !important;
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: wrap;
  word-break: break-all;
}

/* LIST VIEW END */

/*  ------------ CLIENT FOOTER ----------  */
.footer {
  color: #fff;
  /* padding: 3rem 0 2rem; */
  background-color: var(--footer-background);
}

.foot-container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer__item {
  margin: 2rem 0;
}

.footer__links,
.footer__links a {
  color: var(--footer-links-color);
  transition: 400ms ease-in-out;
}

.footer__links a:hover {
  color: var(--footer-links-hover-color);
}

.footer__links li {
  margin-right: 2.5rem;
}

.footer__links li:last-child {
  margin-right: 0;
}

.footer__nav li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.125rem;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__logos {
  margin-bottom: 1.3rem;
}

.footer__logos-item {
  margin-right: 3rem;
}

.footer__logos-item:last-child {
  margin-right: 0;
}

.footer .logo {
  max-width: 100%;
}

.footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 2rem 0;
}

.social-icons a {
  display: block;
  margin-left: 1rem;
  transition: 400ms ease-in-out;
}

.icon-facebook {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.8;
    transition: opacity 0.3s ease; */
}

.icon-facebook:hover {
  /* opacity: 1; */
  transform: scale(1.5);
}

.icon-youtube {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.8;
    transition: opacity 0.3s ease; */
}

.icon-youtube:hover {
  /* opacity: 1; */
  transform: scale(1.5);
}

.icon-instagram {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.8;
    transition: opacity 0.3s ease; */
}

.icon-instagram:hover {
  /* opacity: 1; */
  transform: scale(1.5);
}

.floater-container {
  position: relative;
}

.logo-head {
  width: 190px;
  position: absolute;
  display: inline-block;
  opacity: 0.8;
  top: 30%;
  right: 10%;
  z-index: 1;
}

.logo-foot {
  width: 190px;
  position: absolute;
  display: inline-block;
  opacity: 0.8;
  top: 15%;
  right: 0%;
  z-index: 1;
}

.terms a {
  color: white;
  transition: color 0.3s ease;
  /* text-shadow: 1px 1px 0px white; */
}

.terms a:hover {
  color: var(--ot-blue);
  font-weight: bold;
  /* text-shadow: 1px 1px 0px var(--ot-orange); */
}

/*  ------------ CLIENT FOOTER END ----------  */

@media (max-width: 986px) {
  .calendar-view.event-logo {
    width: 95px;
    height: 46px;
    margin: 2px auto 3px auto;
    padding: 2px;
  }
}

@media (max-width: 850px) {
  .logo-head {
    width: 90px;
    position: absolute;
    display: inline-block;
    opacity: 0.8;
    top: 35%;
    right: 1%;
    z-index: 1;
  }

  .logo-foot {
    width: 90px;
    position: absolute;
    display: inline-block;
    opacity: 0.8;
    top: 15%;
    right: 0%;
    z-index: 1;
  }
}

@media (max-width: 848px) {
  .fc-event {
    height: auto;
    width: auto;
    padding: 2px 0;
  }

  .image-container {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 48px;
  }

  .calendar-view.event-logo {
    width: 85px;
    height: 36px;
    margin: 2px auto 3px auto;
    padding: 2px;
  }

  .list-view.event-logo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 2px;
  }

  .list-view.tickets-available {
    font-size: 0.8em;
    line-height: 1.3;
    height: 42px;
    width: 75px;
    padding: 2px;
  }

  .calendar-view.tickets-available {
    font-size: 0.8em;
    line-height: 1.3;
    height: 35px;
    width: 96%;
    margin-bottom: 1px;
    padding: 2px;
  }

  .list-view.sold-out {
    font-size: 0.8em;
    line-height: 1.3;
    height: 42px;
    width: 75px;
    padding: 2px;
  }

  .calendar-view.sold-out {
    font-size: 0.8em;
    line-height: 1.3;
    height: 35px;
    width: 96%;
    margin-bottom: 1px;
    padding: 2px;
  }

  /* .fc-daygrid-body tr {
    height: 5.6em;
  } */
}

@media (max-width: 768px) {
  .fc-event {
    padding: 2px;
  }

  .custom-event-content {
    white-space: normal;
  }

  .image-container {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 42px;
  }

  .calendar-view.event-logo {
    width: 68px;
    height: 28px;
    margin: 2px auto 3px auto;
    padding: 2px;
  }

  .list-view.event-logo {
    width: 46px;
    height: 46px;
    margin: 0 auto;
    padding: 2px;
  }

  .list-view.tickets-available {
    font-size: 0.8em;
    line-height: 1.3;
    height: 42px;
    width: 75px;
    padding: 2px;
  }

  .calendar-view.tickets-available {
    font-size: 0.76em;
    line-height: 1.3;
    height: 35px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }

  .list-view.sold-out {
    font-size: 0.8em;
    line-height: 1.3;
    height: 42px;
    width: 75px;
    padding: 2px;
  }

  .calendar-view.sold-out {
    font-size: 0.76em;
    line-height: 1.3;
    height: 35px;
    width: 96%;
    margin-bottom: 1px;
    padding: 2px;
  }

  /* .fc-daygrid-body tr {
    height: 5.6em;
  } */
}

@media (max-width: 600px) {
  #calendar.list-view {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .list-view .fc-header-toolbar {
    min-height: 30px;
  }

  .fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 18px;
  }

  .calendar-view.event-logo {
    width: 50px;
    height: 20px;
    margin: 2px auto 3px auto;
    padding: 2px;
  }

  .list-view.event-logo {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    padding: 2px;
  }

  .calendar-view.tickets-available {
    font-size: 0.7em;
    line-height: 1.3;
    height: 28px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }

  .calendar-view.sold-out {
    font-size: 0.7em;
    line-height: 1.3;
    height: 28px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }

  .fc-theme-standard .fc-scrollgrid {
    padding: 0px;
  }

  .fc .fc-toolbar-title {
    font-size: 1.2em;
    margin: 0px;
  }

  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.2em;
  }

  .fc .fc-button {
    border-radius: 0;
    font-size: 0.7em;
  }

  .fc .fc-daygrid-day-number {
    text-decoration: none;
    /* text-shadow: 1px 1px black; */
    font-weight: bold;
    font-size: 0.8rem;
    /* padding: 4px; */
  }

  /* .fc-daygrid-body tr {
    height: 0;
  } */

  .month-picker {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .fc-daygrid-day-events {
    /* margin: 0 1px 1px 1px; */
  }

  .fc-button-group {
    display: flex !important;
  }

  .fc-list-day-cushion.fc-cell-shaded {
    height: 24px;
  }

  .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    display: none;
  }

  .fc .fc-list-day-cushion,
  .fc .fc-list-table td {
    padding: 2px 14px;
  }

  td.fc-list-event-title {
    padding: 0 !important;
    border-bottom: 6px solid transparent;
  }

  .fc-list-event-title .custom-event-content .image-container {
    max-height: 50px;
  }

  #calendar.list-view {
    max-height: 500px;
    overflow-y: auto;
    border-bottom: solid 6px transparent;
  }

  #calendar.calendar-view {
    max-height: 480px;
  }

  .calendar-view.event-logo {
    width: 42px;
    height: 18px;
    margin: 2px auto 3px auto;
    padding: 2px;
  }

  .list-view.event-logo {
    width: 40px;
    margin: 0 auto;
    height: 40px;
    padding: 2px;
  }
}

@media (max-width: 400px) {
  .calendar-view.event-logo {
    width: 40px;
    height: 18px;
    margin: 1px auto 3px auto;
    padding: 2px;
  }
}

@media (max-width: 380px) {
  .list-view .fc-header-toolbar {
    min-height: 45px;
  }

  .list-view.tickets-available {
    font-size: 0.8em;
    line-height: 1.3;
    height: 42px;
    width: 75px;
    padding: 2px;
  }

  .calendar-view.tickets-available {
    font-size: 0.4em;
    line-height: 1.3;
    height: 20px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }

  .list-view.sold-out {
    font-size: 0.8em;
    line-height: 1.3;
    height: 42px;
    width: 75px;
    padding: 2px;
  }

  .calendar-view.sold-out {
    font-size: 0.4em;
    line-height: 1.3;
    height: 20px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }

  .calendar-view.event-logo {
    width: 35px;
    height: 15px;
    margin: 1px auto 3px auto;
    padding: 2px;
  }

  .list-view.event-logo {
    width: 35px;
    margin: 0 auto;
    height: 35px;
    padding: 2px;
  }
}

.view-events-text {
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: bold;
  height: 20px;
  width: 98%;
  padding-top: 1px;
  margin-bottom: 1px;
  color: black;
  background-color: var(--client-site-green);
  border-radius: 3px;
  text-align: center;
  text-wrap: wrap;
  white-space: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 848px) {
  .view-events-text {
    font-size: 0.8em;
    line-height: 1.3;
    height: 35px;
    width: 96%;
    margin-bottom: 1px;
    padding: 2px;
  }
}

@media (max-width: 768px) {
  .view-events-text {
    font-size: 0.76em;
    line-height: 1.3;
    height: 35px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }
}

@media (max-width: 600px) {
  .view-events-text {
    font-size: 0.7em;
    line-height: 1.3;
    height: 28px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }
}

@media (max-width: 480px) {
  .fc .fc-daygrid-more-link {
    font-size: 0.85em;
  }
  .view-events-text {
    font-size: 0.55em;
    line-height: 1.3;
    height: 24px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }
}

@media (max-width: 380px) {
  .view-events-text {
    font-size: 0.4em;
    line-height: 1.3;
    height: 20px;
    width: 96%;
    padding-top: 2px;
    margin-bottom: 1px;
    padding: 2px;
  }
}

/* Remove all the old icon styles */
.icon-location,
.icon-email,
.icon-phone,
.icon-calendar,
.icon-volunteer,
.icon-partnership,
.icon-landmark {
  display: none;
}

/* Add new styles for icon containers */
.icon-container {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0.5rem;
}

.icon-container i {
  font-size: 1.25rem;
  color: white;
  /* opacity: 0.8;
    transition: opacity 0.3s ease; */
}

.icon-container i:hover {
  opacity: 1;
}

.text-container {
  flex: 1;
}

/* Add new styles for email links */
.email-link {
  display: block;
  text-align: left;
}

.email-link {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
}

.footer h3 {
  font-weight: 700;
}

/* Add focus styles for better keyboard navigation */
.month-button:focus,
.list-group-item:focus,
.btn-close:focus {
  outline: 3px solid var(--client-site-blue);
  outline-offset: 0;
}

/* Add visually hidden class for screen readers */
.visually-hidden-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.tickets-selling-fast-banner {
  /* width: fit-content; */
  background-color: white;
  color: var(--client-site-blue);
  text-shadow: #000 1px 1px 2px;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  padding: 10px 10px;
  letter-spacing: 1px;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-transform: uppercase;
  font-style: italic;
}

@media (max-width: 600px) {
  .tickets-selling-fast-banner {
    font-size: 1em;
    padding: 8px 0;
  }
}
