body{font-family:Arial;background:#efe4fb;margin:0;text-align:center}
body{
  max-width:480px;
  margin:0 auto;

  overflow-x:hidden;

  touch-action:pan-y;
}

html{
  overflow-x:hidden;

  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

h2{
   color: #5c249c;
}

#content {

  padding-left: 2px;
  padding-right: 2px;

  box-sizing: border-box;
}

.logo {
  width: 70%;
  max-width: 380px;   /* keeps it from getting huge on desktop */
  margin: 20px auto -18px auto;
  display: block;
}

.logo-subtitle {
    display: inline-block;
    background: #ffffff;
    color: #5c249c;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: bold;
    margin: 14 auto 0px auto;
}

/* Base button style (wood sign look) */
button {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 14px;

  font-size: 17px;
  color: white;
  border: none;
  border-radius: 12px;

  background: #5c249c;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);

  text-align: center;
}

button:active {
  transform: translateY(1px);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.card{
 background:white;margin:10px;padding:10px;border-radius:12px;
 box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

.pin{
  position:absolute;
  width:14px;
  height:14px;
  background:red;
  border-radius:50%;
  transform: translate(-50%, -50%);
}

.zone{
  position: absolute;
  background: rgba(0,0,0,0); /* invisible */
}

/* horizontal button groups */
.row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
  width: 80%;              /* keeps group centered */
}

/* Make buttons share space evenly but keep wood style */
.row button {
  flex: 1;
  margin: 0;               /* remove vertical stacking margin */
  width: auto;             /* override block width */
}

/* spacing below main menu */
.content-spacer {
  height: 20px;
}

.menu {
  margin-bottom: 20px;     /* space before content */
}

#galleryMap{

  width:96%;

  height:516px;

  margin:0 auto;

  border-radius:12px 12px 12px 12px;

  overflow:hidden;

  border:3px solid #5c249c;

  box-shadow:
    0 4px 10px rgba(0,0,0,0.3);
}

.gallery-button-row{

  width:92%;

  margin:0 auto -3px auto;

  display:flex;

  gap:0;

  position:relative;

  z-index:10;
}

.gallery-btn{

  flex:1;

  margin:0;

  width:auto;

  padding:6px 4px;

  font-size:14px;

  border-radius:12px 12px 0 0;

  box-shadow:none;

  position:relative;
}

.gallery-btn.active{

  background:
    linear-gradient(
      #3f6f24,
      #355d1d
    );

  z-index:20;
}

.leaflet-container {
  background: #ffffff;
  font-family: Arial;
}

.leaflet-popup-content{

  margin: 2px 2px;
  font-size: 1.2rem;
  line-height: 1;
  text-align:center;
}

.leaflet-popup-content b{


  font-size:1.15rem;
  text-align:center;
}

.leaflet-popup-content-wrapper{

  max-width: 170px;
}

.sponsor {
  text-align: center;
}

.sponsor-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* Alert toggle state */
.alert-btn.active {
  background: #01b19d;
}

.sponsor-name {
  display: block;
  margin-top: 6px;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #5a4a3f;
  margin-top: -5px;
  margin-bottom: 10px;
}

.card.active-event {
  border: 2px solid #2e7d32;
  background: #f1f8f4;
}

.alert-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.icon-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;                 /* was 18px */
  width:85%;                /* slightly narrower */
  max-width:380px;          /* tighter layout */
  margin:12px auto;
}

.icon-card img{
  width:64px;               /* was 80px */
  height:64px;
}

.icon-card div{
  margin-top:2px;           /* tighter spacing */
  font-size:14px;
}

.logo-center img{
  width:76px;
  height:76px;
}

.icon-card {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.icon-card img {
  pointer-events: none;        /* 🔴 KEY FIX */
  -webkit-user-drag: none;
}

.ios-note {
  background: #fff8e1;
  border: 2px dashed #c8a96a;
}

/* Footer logo */
#footerLogo {
  width: 100%;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 10px;
}

#footerLogo img {
  width: 55px;              /* small size */
  opacity: 0.85;
}

#footerLogo img:active {
  transform: scale(0.95);
}

.footer-text {
  font-size: 10px;        /* ~8pt equivalent on mobile */
  color: #5c249c;
  margin-top: 5px;
}

.icon-card {
  cursor: pointer;
  touch-action: manipulation;
}

.static-page {
  text-align: left;
  line-height: 1.2;
}

.card.changed-event {
  background: #fff8dc;   /* light yellow */
  border: 2px solid #e6c200;
}

.card.cancelled-event {
  background: #fdecea;   /* light red */
  border: 2px solid #d32f2f;
}


.ui-card {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 12px;
  margin-bottom: 12px;

  border-radius: 14px;
  background: #ffffff;

  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* LEFT IMAGE */
.ui-card-media {
  width: 80px;
  height: 80px;
  min-width: 80px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* RIGHT CONTENT */
.ui-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: left;
}

/* TITLE */
.ui-card-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1px;
  color: #5c249c;
}

/* BODY TEXT */
.ui-card-body {
  font-size: 0.96rem;
  margin-top: 1px;
}

/* PRESERVE EMPTY LINE */
.ui-card-body:empty {
  height: 0.6em;
}

/* BUTTON AREA */
.ui-card {
  display: flex;
  align-items: center;       /* 🔥 key fix for icon alignment */
  flex-wrap: wrap;           /* 🔥 allows button to drop below */
}

.ui-card-actions {
  width: 96%;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

/* stacked event buttons */
.stacked-actions {
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* ticket button matches alert button sizing */
.ticket-btn {
  width: 140px;
  background: linear-gradient(#a47148, #8b5a2b);
  color: white;
  border: none;
  padding: 6px 8px;
  border-radius: 7px;
  cursor: pointer;
}

.ui-card-actions .alert-btn {
  width: 160px;
}

/* BUTTON */
.alert-btn {
  background: #5c249c;
  color: white;
  border: none;
  padding: 4px 4px;
  border-radius: 7px;
  cursor: pointer;
}

.ui-card.no-media {
  padding-left: 8px;
}

.ui-card.no-media .ui-card-media {
  display: none;
}

.ui-card-body button {
  width: auto;
  max-width: 160px;
  white-space: normal;
}

/* PUSH CARD LAYOUT */
.push-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* LEFT COLUMN */
.push-title {
  font-weight: bold;
  font-size: 1.3rem;
  min-width: 110px;
}

/* MIDDLE COLUMN */
.push-text {
  flex: 1;
  text-align: left;
  font-size: 1rem;
}

/* RIGHT COLUMN */
.push-action {
  display: flex;
  justify-content: center;
}

/* FIX BUTTON WIDTH INSIDE PUSH CARD */
.push-action button {
  width: 140px;
}

/* 🔥 FORCE TRUE 3-COLUMN LAYOUT */
.push-card {
  flex-wrap: nowrap;              /* ✅ overrides ui-card wrap */
  align-items: center;
}

/* LEFT: title */
.push-title {
  flex: 0 0 110px;               /* fixed width column */
  font-weight: bold;
  font-size: 1.3rem;
}

/* MIDDLE: text */
.push-text {
  flex: 1;                       /* fills remaining space */
  text-align: left;
}

/* RIGHT: button */
.push-action {
  flex: 0 0 auto;                /* stays right */
}

/* keep button contained */
.push-action button {
  width: 140px;
}

.ios-note .push-text {
  font-weight: 500;
}

/* Fix install button width inside push card */
.push-action button {
  width: 140px;
}

.install-guide img {
  width: 100%;
  max-width: 300px;
  margin: 8px auto 16px auto;
  display: block;
  border-radius: 8px;
}

.install-guide p {
  text-align: left;
  margin: 6px 0;
}

.static-page .alert-btn {
  width: auto;
  max-width: 180px;
  padding: 4px 4px;
}

.poi-content {
  -webkit-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;   /* 🍎 stops iOS popup */
}

.vote-header {
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}

.vote-list {
  display: none;
}

.vote-list.active {
  display: block;
}

.vote-option {
  padding: 6px;
  border-bottom: 1px solid #eee;
}

.vote-option.selected {
  background: #01b19d;
  border-left: 4px solid #8b5a2b;
}

/* --- VOTE CARDS --- */
.vote-card {
  cursor: pointer;
}

.placeholder {
  color: #777;
  font-style: italic;
}

/* --- MODAL --- */
.vote-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-modal-content {
  width: 90%;
  max-width: 400px;
  max-height: 80%;
  overflow-y: auto;

  background: white;
  border-radius: 12px;
  padding: 10px;

  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.vote-modal-header {
  font-weight: bold;
  margin-bottom: 8px;
}

.vote-search {
  width: 95%;
  padding: 6px;
  margin-bottom: 8px;
}

/* --- LIST ITEMS --- */
.vote-item {
  padding: 8px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.vote-item.selected {
  background: #01b19d;
  border-left: 6px solid #8b5a2b;
  font-weight: bold;
}

/* --- RESULTS CARD LAYOUT --- */

.vote-result-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 4px;
}

.vote-result-title {
  font-size: 1.1rem;
}

.vote-result-votes {
  font-size: 0.95rem;
}

.vote-result-name {
  flex: 1;
  min-width: 0;
  text-align: left;

  white-space: normal;
  overflow-wrap: break-word;
}

.vote-result-row {
  display: flex;
  align-items: flex-start;   /* top-align wrapped rows */
  gap: 6px;
  font-size: 0.95rem;
  margin: 3px 0;
}

.vote-result-count {
  flex: 0 0 28px;
  text-align: right;
  margin-right: 16px;
}

.ui-card-body {
  display: block;
  margin-top: 2px;
  font-size: 0.96rem;
  color: #333;
}

.placeholder {
  color: #8a8a8a;
  font-style: italic;
  display: block;
}

.ui-card-body {
  margin-left: 2px;
}

.vote-rank {
  flex: 0 0 2.2em;      /* fixed ranking column */
  text-align: right;
  font-weight: bold;
}

.vote-result-header {
  padding-left: 2px;
}

.vote-results-heading {
  font-size: 1.3rem;   /* ~10–15% smaller */
  margin-top: 10px;
  margin-bottom: 12px;
}

.vote-result-card .ui-card-content {
  padding-top: 6px;
  padding-bottom: 6px;
}

.vote-thanks {
  font-size: 2rem;
  font-weight: bold;
  color: #8b5a2b;   /* matches your wood theme */
  margin-top: 24px;
  margin-bottom: 12px;
}

.vote-thanks-note {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8b5a2b;   /* matches your wood theme */
  margin-top: 6px;
  margin-bottom: 12px;
}

.vote-card {
  align-items: flex-start;   /* ⬅️ key fix */
}

.vote-submit-btn {
  width: 70%;   /* ~10% narrower than default 80% */
}

.vote-card .ui-card-actions {
  flex-basis: 100%;     /* 🔥 forces it onto its own row */
  display: flex;
  justify-content: center;
  margin-top: -12px;
}

.vote-card .ui-card-content {
  justify-content: flex-start;
}

.vote-card .placeholder {
  color: #666;
  font-style: italic;
  margin-top: 2px;   /* 🔥 THIS is what makes it visible */
}

/* Selected vendor name / <None Selected> */
.vote-card .ui-card-body {
  font-size: 1.08rem;     /* larger */
  font-weight: bold;      /* bold */
}

.vote-card .placeholder {
  font-size: 1.08rem;     /* same size */
  font-weight: bold;
}

.vote-card {
  padding: 10px 10px;
}

.vote-note {
  font-size: 0.9rem;
  color: #6b5b4a;
  margin-bottom: 8px;
}

.vote-card .ui-card-body:empty {
  height: 0.3em;   /* cut spacer in half */
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;   /* ⬅️ KEY: pushes left/right out */
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  gap: 4px;
}

/* left + right text */
.footer-side {
  font-size: 18px;
  font-weight: bold;
  color: #5c249c;
  white-space: nowrap;
  flex: 1;                         /* ⬅️ allows proper spacing */
}

/* force alignment */
.footer-side.left {
  text-align: right;               /* pulls toward logo */
  padding-right: 6px;
}

.footer-side.right {
  text-align: left;
  padding-left: 6px;
}

/* center logo */
#footerLogo img {
  width: 42px;                     /* slightly smaller to fit row */
  flex: 0 0 auto;                 /* ⬅️ prevents stretching */
}

.survey-options {
  display: flex;
  flex-wrap: wrap;

  column-gap: 6px;   /* keep horizontal spacing */
  row-gap: 4px;      /* 🔥 reduced ~25–30% vertically */

  margin-top: 6px;
}

.survey-btn {
  background: #5c249c;
  border-radius: 8px;
  padding: 6px 10px;
  color: white;
  border: none;
  cursor: pointer;
  margin-bottom: 4px;
}

.survey-btn.active {
  background: #01b19d;
}

.survey-comment {
  width: 95%;
  height: 80px;
  margin-top: 6px;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.survey-keyboard-active #content {
  padding-bottom: 45vh;
}

.coupon-card {
  border: 2px dashed #5c249c;
}

.coupon-amount {
  font-size: 1.2rem;
  font-weight: bold;
}

.small-note {
  font-size: 0.7rem;
  margin-top: 6px;
}

.coupon-card {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* BIG coupon layout */
.coupon-large {
  flex-direction: column;
  text-align: center;
  padding: 20px 10px;
  border: 4px dashed #5c249c;   /* 🔥 thicker border */
}

/* LARGE LOGO (branding focus) */
.coupon-logo {
  width: 50%;
  max-width: 220px;
  margin: 0 auto 10px auto;
}

/* MAIN VALUE TEXT */
.coupon-amount {
  font-size: 2.5rem;        /* 🔥 ~2x bigger */
  font-weight: bold;
  color: #5c249c;
  margin-top: -12px;
}

/* LOCATION TEXT */
.coupon-location {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: -10px;
}

/* INSTRUCTION TEXT */
.coupon-note {
  font-size: 1rem;
  margin-top: 10px;
}

.coupon-large {
  background: #fffdf7; /* slight warm paper tone */
}

.faq-search {
  width: 80%;
  padding: 10px;
  margin: 10px auto 6px auto;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}

/* ---------------- TASTING ---------------- */

.taste-card {
  align-items: center;
}

.taste-media {
  align-self: center;
}

.taste-extra {
  font-size: 1rem;
  font-weight: bold;
  color: #8b5a2b;
  margin-top: 4px;
  margin-bottom: 6px;
}

.taste-card a {
  word-break: break-word;
}

/* ============================================================
   WELCOME CARD
   ============================================================ */

.welcome-card {
  position: relative;

  width: 87%;
  max-width: 360px;

  margin: 16px auto 0px auto;
  padding: 8px 16px 14px 16px;

  box-sizing: border-box;

  background: #e3d7ef;

  border-radius: 20px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 1px 4px rgba(0,0,0,0.06);

  border: 1px solid rgba(0,0,0,0.04);

  text-align: center;
}


/* CLOSE X */

.welcome-close {
  position: absolute;

  top: 0px;
  right: 0px;

  width: 28px;
  height: 28px;

  margin: 0;
  padding: 0;

  border: none;
  border-radius: 50%;

  background: #5c249c;
  color: white;

  font-family: Arial;
  font-size: 24px;
  font-weight: normal;

  line-height: 26px;

  box-shadow: none;

  z-index: 2;

  cursor: pointer;
}


/* prevent the global button styling from affecting the X */

.welcome-close:active {
  transform: scale(0.95);
  box-shadow: none;
}

/* TITLE */

.welcome-title {
  color: #5c249c;

  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.1;

  margin: 0 20px 6px 20px;
}


/* PHOTO */

.welcome-image {
  display: block;

  width: 70%;
  max-width: 275px;
  aspect-ratio: 1 / 1;

  margin: 0 auto 6px auto;

  object-fit: cover;

  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}


/* MESSAGE */

.welcome-message {
  color: #5c249c;

  font-size: 15px;
  line-height: 1.12;

  text-align: center;
  font-style: italic;
  margin: 4px 10px 0 10px;
}

/* SIGNATURE */

.welcome-signature {
  color: #5c249c;

  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-align: right;

  margin: 4px 10px 0 10px;
}

/* ---------------- FEATURED MENU ROW ---------------- */

.featured-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 8px 4px 8px 6px;
  border-radius: 20px;

  /* slightly darker for outdoor sunlight visibility */
  background: #e3d7ef;

  /* subtle depth */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    0 1px 4px rgba(0,0,0,0.06);

  border: 1px solid rgba(0,0,0,0.04);
  margin-bottom: 0px;
}

.featured-row .icon-card {
  transform: translateY(-1px);
}

.parade-card {
    text-align: center;
    padding: 0px 0px 0px;
}

/* Title */
.parade-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #5c249c;
}

/* Subtitle */
.parade-subtitle {
    font-size: 0.96rem;
    line-height: 1.2;
    font-style: italic;
}

/* Image wrapper */
.parade-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow:
        0 3px 8px rgba(0,0,0,0.18);
    background: #ffffff;
    padding: 0;
    margin-top: 8px;
}

/* Actual image */
.parade-map {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
}

/* EVENT CARD */
.event-card {
  align-items: flex-start;
}

/* TICKET BUTTON ROW */
.ticket-actions {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: -2px;
}

/* BUY TICKETS BUTTON */
.ticket-btn {
  width: 60%;
  max-width: 320px;
  background: #9c6b10;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

/* BUTTON PRESS */
.ticket-btn:active {
  transform: translateY(1px);
}

/* INSTALL APP BUTTON */

#installContainer {
  position: absolute;
  top: 10px;
  right: 2px;
  width: 72px;
  text-align: center;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#installButton {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

#installButton img {
  width: 44px;
  height: 44px;
  display: block;
}

#installLabel {
  font-size: 11px;
  font-weight: bold;
  color: #5b4636;
  line-height: 1.0;
  margin-top: 4px;
}

/* =========================================================
   iOS INSTALL OVERLAY
   ========================================================= */

#iosInstallOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 99999;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  padding-top: calc(env(safe-area-inset-top) + 12px);

  box-sizing: border-box;
}

/* INSTALL SHEET */

.ios-install-sheet {
  width: 100%;
  max-width: 420px;

  background: #f3efe6;

  border-top-left-radius: 22px;
  border-top-right-radius: 22px;

  padding: 16px 16px 20px;

  text-align: center;

  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);

  box-sizing: border-box;
}


/* TITLE */

.ios-install-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5b4636;
}


/* EACH STEP */

.ios-install-step {
  font-size: 18px;
  color: #333;

  margin-top: 8px;
}

/* STEP TEXT */

.ios-install-step-text {
  line-height: 1.15;
  text-align: left;
}

/* SMALL SCREENSHOT */

.ios-install-image {
  display: block;

  width: auto;
  max-width: 85%;
  height: auto;
  max-height: 43px;

  margin: 5px auto 3px auto;

  border-radius: 3px;
}


/* SMALL "DON'T SEE IT?" NOTE */

.ios-install-note {
  font-size: 15px;
  line-height: 1.15;

  margin: 3px auto 0 auto;

  max-width: 360px;
  color: #444;
}


/* FINAL INSTRUCTION */

.ios-install-open {
  font-size: 18px;
  line-height: 1.15;

  margin-top: 7px;

  color: #333;
}


/* CLOSE BUTTON */

.ios-install-close {
  display: block;

  width: 80%;

  margin: 12px auto 0 auto;

  padding: 9px 20px;

  border: none;
  border-radius: 10px;

  background: #5c249c;
  color: white;

  font-size: 18px;

  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.map-poi-icon {
  background: #f5c400;
  border: 1px solid #8b5a2b;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: black;
  box-shadow:
    0 2px 5px rgba(0,0,0,0.35);
}

/* ==========================================
   TICKET PAGE HEADER
   ========================================== */

.ticket-header {
  position: relative;
  width: 100%;
  margin: 10px 0 30px 0;
  aspect-ratio: 3.57 / 1;
  overflow: hidden;
}

/* ticket image */

.ticket-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

/* content overlay */

.ticket-header-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* logo area */

.ticket-header-logo {
  width: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.ticket-header-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* text area */

.ticket-header-text {
  flex: 1;
  text-align: left;
  padding-left: 10px;
  padding-right: 42px;
}

/* title */

.ticket-header-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  color: #efd279;
}

/* subtitle */

.ticket-header-subtitle {
  margin-top: 4px;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.1;
  color: #01b19d;
}

/* vertical date */

.ticket-header-date {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 0.92rem;
  font-weight: normal;
  color: #ffffff;
  white-space: nowrap;
}

.gps-status {
  width: 96%;
  margin: -16px auto 12px auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #5c249c;
}

.vote-card .ui-card-title{
    font-size:1.3rem;
}

.vote-result-title{
    font-size:1.25rem;
}

.vote-result-votes{
    font-size:1.1rem;
}

.vote-result-row{
    font-size:1.1rem;
}

.vote-card .ui-card-body,
.vote-card .placeholder{
    font-size:1.15rem;
}

.facebook-browser-sheet{

    width:90%;
    max-width:390px;

    background:white;

    border-radius:14px;

    padding:22px;

    box-sizing:border-box;

    text-align:center;

    animation:fadeIn .2s ease;
}

.facebook-browser-title{

    font-size:1.5rem;

    font-weight:bold;

    color:#8b5a2b;

    margin-bottom:18px;
}

.facebook-browser-text{

    font-size:1.05rem;

    line-height:1.45;

    color:#333;

    margin-bottom:22px;
}

.facebook-browser-close{

    width:70%;
}


/* ---------- Explore Search Controls ------------ */

 .search-row{
    width:98%;
    max-width:500px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    gap:8px;
    margin:8px auto;
}

.search-controls{
    flex:1 1 auto;
    min-width:0;
    height:90px;
    display:flex;
    flex-direction:column;
    gap:6px;
    box-sizing:border-box;
}

/* Reverse Explore search layout: controls left, microphone right */
.search-controls{
    order:1;
}

.voice-button{
    order:2;
}

.search-input{
    width:100%;
    height:44px;
    flex:0 0 44px;
    box-sizing:border-box;
    padding:0 10px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:20px;
    outline:none;
    box-shadow:0 2px 6px rgba(0,0,0,.05);
}

.food-search-hint {
    flex: 1 1 auto;
    text-align: center;
    color: #5c249c;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.15;
    padding-top: 1px;
}

.voice-button{
    width:76px;
    height:90px;
    flex:0 0 76px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    border:1px solid #5c249c;
    border-radius:10px;
    background:#5c249c;
    color:white;
    font-size:40px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 6px rgba(0,0,0,.2);
    cursor:pointer;
}

.voice-button.listening{
    background:#d22;
    border-color:#d22;
}

.voice-button.voice-unsupported{
    background:#999;
    border-color:#999;
    opacity:0.65;
}

.search-input:focus {
    border-color:#8b5cf6;
}

/* ---------- Browse Vendors ------------ */

.browse-button{
    width:100%;
    height:40px;
    flex:0 0 40px;
    margin:0;
    padding:0 12px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:1px solid #5c249c;
    border-radius:6px;
    background:#f3e8ff;
    color:#5c249c;
    font-size:17px;
    font-weight:bold;
    text-align:left;
    box-shadow:none;
    cursor:pointer;
}

.browse-button:active {
    background:#e9d5ff;
}

.browse-arrow {
    font-size:14px;
}

/* ---------- Search / My Vendors Tabs ------------ */

.tabbed-list-container {
    width:98%;
    height:58vh;
    display:flex;
    flex-direction:column;
    margin-top:10px;
    box-sizing:border-box;
}

.tab-headers {
    display:flex;
    width:100%;
}

.tab-button {
    flex:1;
    width:50%;
    margin:0;
    padding:6px;
    font-size:18px;
    font-weight:bold;
    border:1px solid #5c249c;
    border-bottom:none;
    border-radius:10px 10px 0 0;
    box-shadow:none;
    cursor:pointer;
    text-align:center;
    box-sizing:border-box;
}

.active-tab {
    background-color:#5c249c;
    color:white;
}

.inactive-tab {
    background-color:#f3e8ff;
    color:#5c249c;
}

.scroll-list {
    flex-grow:1;
    min-height:0;
    border:1px solid #5c249c;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background-color:white;
    padding:2px;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:2px;
    -webkit-overflow-scrolling:touch;
}

/* Keep the larger microphone comfortable on very narrow phones. */
@media (max-width:360px){
    .voice-button{
        width:68px;
        flex-basis:68px;
        height:88px;
        font-size:36px;
    }

    .search-row{
        width:98%;
        gap:6px;
    }

    .search-input{
        font-size:18px;
    }

    .browse-button{
        font-size:16px;
    }
}

/* ---------- Keyboard ------------ */

.keyboard-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d1d5db;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
  padding: 5px 2px 11px 2px;
  box-sizing: border-box;
  z-index: 9999;
  display: none;
}

.keyboard-stack {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Flex wrapper centers rows with fewer keys effortlessly */
.keyboard-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Standard character key properties */
.key {
  /* Explicit width definition guarantees perfectly matching dimensions across all 3 top rows */
  width: calc(10% - 4px);
  height: 40px;
  margin: 0 2px;
  background: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  touch-action: manipulation;
  box-sizing: border-box;
  flex-shrink: 0; /* Prevents flex wrapper from squeezing layout proportions */
}

.key:active {
  background: #adbae2;
}

.key.utility {
  background: #a3aed0;
  font-size: 28px;
}

/* Bottom row proportional metrics based on the strict 10% unit baseline */
.key.toggle-btn {
  width: calc(25% - 4px);
}

.key.spacebar {
  width: calc(50% - 4px);
}

.key.backspace-btn {
  width: calc(25% - 4px);
}

/* Container to center the box immediately below your input field */
.info-box-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3px;
}

/* The purple rounded box outline */
.info-box {
  width: 98%;
  box-sizing: border-box;
  background:#f3e8ff;
  border-radius: 6px;
  padding: 6px;              /* Minimal layout padding */
  display: flex;
  align-items: center;       /* Centers icon and content group vertically */
  gap: 10px;                  /* Space between icon and content text */
}

/* Fixed dimensions for the star icon */
.info-box-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  object-fit: contain;
}

/* Content wrapper that takes up the remaining horizontal space */
.info-box-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Row 1: Flex container to push vendor name left and booth right */
.info-box-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* Line 1 Left: Vendor Name */
.vendor-name {
  font-size: 12pt;
  color: #5c249c;
  letter-spacing: -0.03em;
  font-weight: bold;
  line-height: 1.0;
}

/* Line 1 Right: Right-justified Booth Number */
.booth-number {
  font-size: 12pt;
  color: #5c249c;
  letter-spacing: -0.03em;
  font-weight: bold;         /* Bolded per requirements */
  line-height: 1.0;
}

/* Lines 2 & 3: Single text block that handles its own wrapping */
.description-text {
  font-size: 10.5pt;
  letter-spacing: -0.02em;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 2px;           /* Minor separation from the header row */
  word-break: break-word;
  text-align: left;
}

/* Main outer container spanning 96% width and 50% screen height */
.tabbed-list-container {
  width: 98%;
  height: 50vh;              /* Exactly 50% of the screen height */
  display: flex;
  flex-direction: column;
  margin-top: 10px;          /* Positioned right below the input field */
  box-sizing: border-box;
}

/* Row wrapper for the tab buttons */
.tab-headers {
  display: flex;
  width: 100%;
}

/* Base style for both tabs */
.tab-button {
  flex: 1;                   /* Splits the width evenly (50% each) */
  padding: 6px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #5c249c;
  border-bottom: none;       /* Open bottom so it flows into the box */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  text-align: center;
}

/* Active tab style: Purple with white text */
.active-tab {
  background-color: #5c249c;
  color: white;
}

/* Inactive tab style: Lighter purple with dark purple text */
.inactive-tab {
  background-color: #f3e8ff;  /* Light purple background */
  color: #5c249c;            /* Dark purple text */
}

.tab-button[data-tab="favorites"].inactive-tab {
    background-color: #01b19d;
    color: white;
}

/* Scrollable box matching the card width and rounding */
.scroll-list {
  flex-grow: 1;              /* Fills the remaining space of the 50vh height */
  border: 1px solid #5c249c;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: white;
  padding: 2px;
  overflow-y: auto;          /* Enables vertical scrolling for long lists */
  display: flex;
  flex-direction: column;
  gap: 2px;                  /* Consistent gap between stacked vendor cards */
  -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling on iOS */
}

.key.number-btn{
    width:calc(20% - 4px);
}

.key.mic-btn{
    width:calc(20% - 4px);
    font-size:24px;
}

.key.mic-listening{

    background:#d22;
    color:white;

}

/* ---------- Browse Vendors ------------ */

.browse-button {
    width: 97%;
    max-width: 500px;
    height: 42px;
    margin: 0 auto 8px auto;
    padding: 0 12px;
    border: 1px solid #5c249c;
    border-radius: 6px;
    background: #f3e8ff;
    color: #5c249c;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.browse-button:active {
    background: #e9d5ff;
}

.browse-arrow {
    font-size: 14px;
    margin-left: 10px;
}

/* Darkened background behind popup */
.browse-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.42);
}

/* Only display the popup when JavaScript adds .visible */
.browse-overlay.visible {
    display: flex;
}

/* Actual popup */
.browse-popup {
    width: 100%;
    max-width: 500px;
    max-height: 78vh;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background: #efe4fb;
    border: 1px solid #5c249c;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,.30);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Purple popup title */
.browse-title {
    margin: 0 -10px 8px -10px;
    padding: 11px 12px;
    background: #5c249c;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* Scrollable category area */
.browse-category-list {
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 2px;
}

/* Individual category */
.browse-category {
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    box-sizing: border-box;

    border-radius: 6px;
    background: white;
    color: #5c249c;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.browse-category:active {
    background: #f3e8ff;
}

/* Cancel button */
.browse-cancel {
    width: 100%;
    height: 44px;
    flex: 0 0 44px;
    margin-top: 8px;
    border: none;
    border-radius: 6px;
    background: #5c249c;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.browse-cancel:active {
    background: #7c3aed;
}

/* ---------- Vendor Detail Popup ------------ */

.vendor-detail-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.42);
}

.vendor-detail-overlay.visible {
    display: flex;
}

.vendor-detail-popup {
    position: relative;
    width: 100%;
    max-width: 500px;
    max-height: 78vh;
    box-sizing: border-box;
    padding: 20px 16px 16px 16px;
    background: #efe4fb;
    border: 1px solid #5c249c;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,.30);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.vendor-detail-close {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: transparent;
    color: #5c249c;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}

.vendor-detail-name {
    padding-right: 36px;
    color: #5c249c;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.15;
}

.vendor-detail-booth {
    margin-top: 3px;
    color: #5c249c;
    font-size: 17px;
    font-weight: bold;
}

.vendor-detail-description {
    margin-top: 12px;
    color: #000;
    font-size: 17px;
    line-height: 1.3;
}

.vendor-detail-products {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #5c249c;
}

.vendor-detail-products-title {
    color: #5c249c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.vendor-detail-product {
    margin-top: 4px;
    color: #000;
    font-size: 16px;
    line-height: 1.25;
}

/* =========================================================
   PURPLE FESTIVAL MAP
   ========================================================= */

#galleryMap {
    width: 100%;
    height: 72vh;
    min-height: 520px;
    max-height: 900px;
    margin-top: 8px;
    overflow: hidden;
    background: #efe3fb;
    border: 1px solid #5f259f;
    border-radius: 8px;
    touch-action: none;
}

#galleryMap .leaflet-container {
    width: 100%;
    height: 100%;
    background: #efe4fb;
}


/* ---------------------------------------------------------
   Zone buttons
   --------------------------------------------------------- */

.zone-btn-wrap {
    background: transparent;
    border: 0;
}

.zone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 12px;

    border-radius: 999px;

    font-weight: 700;
    font-size: 11px;

    white-space: nowrap;

    border: 2px solid rgba(255,255,255,0.9);

    box-shadow:
        0 2px 8px rgba(0,0,0,0.35);

    transform:
        translate(-50%, -50%);

    pointer-events: auto;

    cursor: pointer;

    user-select: none;

    line-height: 1;
}

.zone-favorite-count {
    font-size: 14px;
    font-weight: bold;
    margin-left: 6px;
}

/* ---------------------------------------------------------
   Vendor labels at higher zoom
   --------------------------------------------------------- */

.leaflet-tooltip.vendor-label {
  background: #efe4fb !important;
  color: #5c429c !important;
  border: none !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.30) !important;

  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  box-sizing: border-box !important;

  padding: 2px 2px !important;
  border-radius: 4px !important;

  font-size: 10.25px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-align: center !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.leaflet-tooltip.vendor-label::before {
  display: none !important;
}


/* ---------------------------------------------------------
   Vendor popup
   --------------------------------------------------------- */

.leaflet-popup.vendor-popup .leaflet-popup-content-wrapper {
  border-radius: 10px;
  padding: 0;
  background: #efe4fb;
  color: #5c429c;
  box-shadow: 0 6px 20px rgba(0,0,0,0.40);

  /* Override the global Leaflet popup max-width */
  width: 200px !important;
  max-width: 200px !important;
  box-sizing: border-box;
}

.leaflet-popup.vendor-popup .leaflet-popup-content {
  margin: 0;
  width: 200px !important;
  max-width: 200px !important;
  box-sizing: border-box;
}

.leaflet-popup.vendor-popup .leaflet-popup-tip {
  background: #efe4fb;
}

.vendor-popup-inner {
  padding: 10px 12px 12px;
  box-sizing: border-box;
  width: 100%;
}

.vendor-popup-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #5c429c;

  margin: 0 0 5px;
  padding-right: 24px;

  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.vendor-popup-booth {
  display: inline-block;

  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;

  padding: 3px 8px;
  border-radius: 999px;

  margin-bottom: 7px;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.vendor-popup-desc {
  font-size: 13px;
  line-height: 1.35;

  color: #5c429c;

  margin: 0;
  max-width: 100%;

  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.vendor-popup-products {
  margin-top: 9px;
  padding-top: 7px;
  border-top: 1px solid #5c249c;
}

.vendor-popup-products-title {
  color: #5c249c;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.vendor-popup-product {
  color: #5c429c;
  font-size: 11.5px;
  line-height: 1.3;
  margin-top: 2px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}


.leaflet-popup.vendor-popup .leaflet-popup-close-button {
  color: #5c249c !important;
  font-size: 18px !important;
  padding: 4px 6px 0 0 !important;
}

.leaflet-popup.vendor-popup .leaflet-popup-close-button:hover {
  color: #5c429c !important;
}

/* =========================================================
   BOOTH NUMBER ON MAP DOT
   ========================================================= */

.booth-number-label {
    width: 40px !important;
    height: 40px !important;
    background: transparent;
    border: none;
    pointer-events: none;
}

.booth-number-label span {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;

    text-align: center;

    text-shadow:
        0 1px 1px rgba(0,0,0,0.45);

    transform: scale(var(--booth-number-scale, 1));
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
}


/* =========================================================
   PARKING SPOT MARKER
   ========================================================= */

.parking-map-icon {
    background: transparent;
    border: none;
}

.parking-map-dot {

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #01b19d;

    border: 3px solid white;

    border-radius: 50%;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.45);

    line-height: 1;

}

.parking-map-dot img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}


/* GPS locating state for Mark My Parking Spot */
#parking-mark-button.gps-locating {
    background: #01b19d;
    color: white;
}

#parking-mark-button.gps-locating:disabled {
    background: #01b19d;
    color: white;
    opacity: 1;
}

/* =========================================================
   PARKING PAGE BUTTON / STATUS
   ========================================================= */

.parking-status {

    min-height: 18px;

    margin: 6px auto 6px auto;

    color: #5c249c;

    font-size: 15px;

    font-weight: bold;

}


.parking-reminder {

    width: 88%;

    margin: 12px auto 22px auto;

    color: #5c249c;

    font-size: 15px;

    font-weight: bold;

    line-height: 1.25;

}


.parking-popup {

    text-align: center;

    padding: 3px 1px 1px 1px;

}


.parking-popup-title {

    color: #5c249c;

    font-size: 18px;

    font-weight: bold;

    margin-bottom: 4px;

}


.parking-popup-distance {

    color: #333333;

    font-size: 15px;

    font-weight: bold;

    line-height: 1.2;

}


.parking-popup-time {

    color: #5c249c;

    font-size: 15px;

    margin-top: 3px;

}


/* =========================================================
   FIXED FESTIVAL UTILITY MARKERS
   ========================================================= */

.utility-map-icon {
    background: transparent;
    border: none;
    pointer-events: auto;
}

.utility-map-dot {
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1.5px solid #ffffff;
    border-radius: 50%;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.45);

    color: #ffffff;
    line-height: 1;
}

.utility-svg {
    width: 68%;
    height: 68%;

    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.utility-wc text {
    fill: #ffffff;
    stroke: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.utility-popup-container .leaflet-popup-content {
    margin: 7px 9px;
    font-size: 15px;
    line-height: 1.15;
    text-align: center;
}

.utility-popup-title {
    color: #5c249c;
    font-weight: bold;
    white-space: nowrap;
}

/* ---------- Food Explore Tabs ------------ */
.food-tab {
    font-size: 14px;
    padding: 6px 2px;
    white-space: nowrap;
}

@media (max-width:360px){
    .food-tab {
        font-size: 13px;
        padding-left: 1px;
        padding-right: 1px;
    }
}

/* ---------------------------------------------------------
   INITIAL APP DATA LOADING MESSAGE
   Appears only when startup data takes unusually long.
   Does not affect page layout.
   --------------------------------------------------------- */

#initialDataLoadingMessage {
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 80%;
  max-width: 360px;
  box-sizing: border-box;

  padding: 14px 16px;

  background: #ffffff;
  color: #5c249c;

  border: 2px solid #5c249c;
  border-radius: 12px;

  box-shadow: 0 3px 10px rgba(0,0,0,0.25);

  text-align: center;

  z-index: 900;

  pointer-events: none;
}

#initialDataLoadingMessage .loading-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#initialDataLoadingMessage .loading-text {
  font-size: 15px;
  line-height: 1.3;
}

/* Chrome on iPhone/iPad:
   keep the install control completely out of page layout */
#installContainer {
  position: absolute;
}