/* Skip link for accessibility */
.skip-link{
  position:absolute;
  top:-100px;
  left:50%;
  transform:translateX(-50%);
  background:var(--ph-red);
  color:#fff;
  padding:.75rem 1.5rem;
  border-radius:0 0 8px 8px;
  z-index:100;
  text-decoration:none;
  font-weight:600;
  transition:top .2s;
}
.skip-link:focus{
  top:0;
  outline:3px solid #fff;
  outline-offset:2px;
}

/* Focus visible for better accessibility */
:focus-visible{
  outline:3px solid var(--ph-red2);
  outline-offset:2px;
}

:root{
  --ph-black:#000000;
  --ph-red:#b30000;
  --ph-red2:#ff1a1a;
  --ph-white:#ffffff;
  --ph-muted:#e0e0e0;
  --ph-card:#0b0b0b;
  --ph-border:#232323;
}

/* Override Bootstrap text-muted for better readability on dark backgrounds */
.text-muted{color:#fff!important}

/* Sidebar text should be white */
.sticky-card .text-muted,
.sticky-card p,
.sticky-card .small,
.card-dark .text-muted,
.card-dark p{color:#fff!important}

/* Constrain image heights on desktop */
@media (min-width: 992px){
  .image-frame img{
    max-height:280px;
    width:100%;
    object-fit:cover;
  }
  .image-frame--tall img{
    max-height:400px;
  }
  .image-frame--short img{
    max-height:180px;
  }
  .image-frame--contain img{
    max-height:220px;
    object-fit:contain;
    background:#0b0b0b;
  }
}

/* Gallon image should be shorter */
.image-frame--gallon img{
  max-height:200px;
  width:100%;
  object-fit:cover;
}

*{box-sizing:border-box}
html,body{
  height:100%;
  margin:0;
  padding:0;
  overflow-x:hidden;
}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:var(--ph-black);
  color:var(--ph-white);
  min-width:320px;
}

.site-header,
.announcement-bar{
  width:100%;
  margin:0;
}

a{color:#fff}
a:hover{color:var(--ph-red2)}

.site-header{
  background:linear-gradient(180deg, rgba(179,0,0,.85), rgba(0,0,0,.6));
  border-bottom:1px solid rgba(255,255,255,.06);
  position:sticky; top:0; z-index:50;
  backdrop-filter:blur(8px);
}

.nav-divider{width:1px;height:26px;background:rgba(255,255,255,.18);display:inline-block}

.navbar-brand .brand-title{
  font-family:Oswald,Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;
  letter-spacing:.08em;
  font-weight:600;
  display:block;
  line-height:1.05;
}
.navbar-brand .brand-subtitle{
  display:block;
  font-size:.78rem;
  color:rgba(255,255,255,.72);
  margin-top:.1rem;
}

/* Mobile nav collapse */
@media (max-width: 991.98px){
  .navbar-collapse{
    background:linear-gradient(180deg, rgba(0,0,0,.96), rgba(0,0,0,.99));
    margin:0 -12px;
    padding:.75rem 1.25rem 1rem;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .navbar-collapse .navbar-nav{
    gap:0;
  }
  .navbar-collapse .nav-item{
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .navbar-collapse .nav-item:last-child{
    border-bottom:none;
    padding-top:.5rem;
  }
  .navbar-collapse .nav-link{
    padding:.75rem .5rem;
    font-size:1.05rem;
    letter-spacing:.02em;
  }
  .navbar-collapse .btn-danger{
    width:100%;
    padding:.7rem 1rem;
    font-size:1rem;
    margin-top:.25rem;
  }
}

/* Mobile header fixes */
@media (max-width: 575px){
  .brand-logo{
    width:40px;height:40px;
  }
  .navbar-brand .brand-title{
    font-size:.95rem;
  }
  .navbar-brand .brand-subtitle{
    font-size:.65rem;
    max-width:180px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .navbar-brand{
    max-width:calc(100% - 50px);
  }
}
.brand-mark{
  width:38px;height:38px;border-radius:10px;
  background:rgba(0,0,0,.5);
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.15);
}
.brand-logo{
  width:56px;height:56px;
  border-radius:12px;
  object-fit:contain;
}
.footer-logo{
  width:90px;height:90px;
  border-radius:14px;
  object-fit:contain;
}

.hero{
  position:relative;
  z-index:1;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.hero-bg{
  position:absolute; inset:0;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255,26,26,.18), transparent 60%),
    radial-gradient(900px 500px at 70% 30%, rgba(179,0,0,.18), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,1));
  filter:saturate(1.1);
}
.hero-badge{
  display:inline-flex; align-items:center;
  gap:.5rem;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.4);
  padding:.5rem .75rem;
  border-radius:999px;
  font-size:.9rem;
  color:rgba(255,255,255,.88);
}
.hero-title{
  font-family:Oswald,Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;
  letter-spacing:.04em;
  margin-top:1rem;
  text-transform:uppercase;
}
.hero-lead{color:rgba(255,255,255,.84)}

/* Hero Announcement / Weekly Specials Box */
.hero-announcement{
  display:flex;
  gap:1rem;
  align-items:center;
  padding:1rem 1.25rem;
  background:linear-gradient(135deg, rgba(179,0,0,.4), rgba(179,0,0,.2));
  border:2px solid rgba(179,0,0,.6);
  border-radius:12px;
  box-shadow:0 4px 20px rgba(179,0,0,.3);
}
.hero-announcement__icon{
  flex-shrink:0;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ph-red);
  border-radius:50%;
  font-size:1.25rem;
}
.hero-announcement__content{
  font-size:1rem;
  line-height:1.4;
}
.hero-announcement__title{
  font-size:1.15rem;
  margin-bottom:.5rem;
}
.hero-announcement__list{
  list-style:none;
  padding:0;
  margin:0 0 .75rem 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.25rem .75rem;
  font-size:.95rem;
}
.hero-announcement__list li{
  display:flex;
  align-items:center;
}
.hero-announcement__list i{
  color:var(--ph-red2);
  width:1.25rem;
}
.hero-announcement__highlight{
  padding:.5rem .75rem;
  background:rgba(179,0,0,.5);
  border-radius:8px;
  font-size:.95rem;
}
.hero-announcement__highlight i{
  color:#ff69b4;
}
.hero-announcement__link{
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  transition:color .2s;
}
.hero-announcement__link:hover{
  color:#ff69b4;
  text-decoration:underline;
}
@media (max-width: 767px){
  .hero-announcement__list{
    grid-template-columns:1fr;
  }
}
@media (max-width: 575px){
  .hero-announcement{
    flex-direction:column;
    text-align:center;
    gap:.75rem;
  }
  .hero-announcement__list{
    justify-items:center;
  }
  .hero-announcement__list li{
    justify-content:center;
  }
}

.trust-strip{
  display:flex; flex-wrap:wrap;
  gap:.75rem;
}
.trust-item{
  display:flex; gap:.5rem; align-items:center;
  padding:.5rem .7rem;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  color:rgba(255,255,255,.82);
  font-size:.95rem;
}
.hero-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}
.hero-card__top{
  padding:1.25rem 1.25rem 1rem;
  background:linear-gradient(180deg, rgba(179,0,0,.55), rgba(0,0,0,.1));
}
.hero-card__label{
  font-size:.9rem; color:rgba(255,255,255,.85);
}
.hero-card__title{
  font-family:Oswald,Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;
  font-size:1.8rem;
  letter-spacing:.06em;
  margin-top:.2rem;
}
.hero-card__sub{color:rgba(255,255,255,.82)}
.hero-card__body{padding:1.25rem}

.icon-list{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}
.icon-list li{display:flex;gap:.6rem;align-items:flex-start}
.icon-list i{color:var(--ph-red2);margin-top:.15rem}

.section{background:var(--ph-black)}
.section-dark{background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,1))}
.feature-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:1.25rem;
  height:100%;
  display:flex;
  flex-direction: column;
  text-align: center;
}
.feature-icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(179,0,0,.25);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:.8rem;
  align-self: center;
}

.callout{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-left:4px solid var(--ph-red2);
  border-radius:16px;
  padding:1rem;
}

.image-frame{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.image-frame img{width:100%;height:auto;display:block}
.image-frame__caption{
  padding:.75rem 1rem;
  font-size:.85rem;
  color:rgba(255,255,255,.62);
}

.page-hero{
  background:linear-gradient(180deg, rgba(179,0,0,.55), rgba(0,0,0,1));
  border-bottom:1px solid rgba(255,255,255,.06);
}
.kicker{
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.8rem;
  color:rgba(255,255,255,.78);
}

.card-dark{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#fff;
  border-radius:18px;
}
.menu-cta{
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.10);
  padding:1rem;
  border-radius:18px;
}
.menu-block{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:1.25rem;
}
.menu-step{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08)}
.menu-list{margin:0;padding-left:1.2rem;color:rgba(255,255,255,.86)}
.pill{
  display:flex;justify-content:space-between;align-items:center;
  padding:.8rem 1rem;
  border-radius:14px;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.10);
}
.tag-grid{display:flex;flex-wrap:wrap;gap:.5rem}
.tag{
  padding:.35rem .6rem;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  font-size:.9rem;
}
.drink-card{
  padding:1rem;
  border-radius:16px;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.10);
  height:100%;
}
.sticky-card{
  position:sticky; top:92px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  z-index:10;
}
.sticky-card__header{
  padding:1.1rem 1.1rem .9rem;
  background:linear-gradient(180deg, rgba(179,0,0,.45), rgba(0,0,0,.2));
}
.sticky-card__body{padding:1.1rem}
.price-line{
  display:flex;justify-content:space-between;align-items:center;
  padding:.55rem 0;
  color:rgba(255,255,255,.86);
}
.event-list{display:grid;gap:.75rem}
.event-item{
  display:flex;align-items:center;gap:1rem;
  text-decoration:none;
  border-radius:16px;
  padding:.9rem 1rem;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.10);
}
.event-item:hover{border-color:rgba(255,26,26,.6);box-shadow:0 10px 30px rgba(0,0,0,.45)}
.event-date{
  width:64px;min-width:64px;
  border-radius:14px;
  background:rgba(179,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
  text-align:center;
  padding:.55rem .25rem;
}
.event-day{font-size:.75rem;letter-spacing:.12em;color:rgba(255,255,255,.75)}
.event-num{font-family:Oswald;font-size:1.6rem}
.event-title{font-weight:800}
.event-meta{font-size:.92rem;color:rgba(255,255,255,.68)}
.event-cta{margin-left:auto;color:rgba(255,255,255,.75)}

.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,1));
}
.footer-title{
  font-family:Oswald;
  letter-spacing:.1em;
}
.footer-heading{
  font-weight:800;
  color:rgba(255,255,255,.9);
}
.footer-link{color:rgba(255,255,255,.82);text-decoration:none}
.footer-link:hover{color:var(--ph-red2)}
.footer-list{display:grid;gap:.5rem}
.disclaimer-box{
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:1rem;
  color:rgba(255,255,255,.84);
}
.map-embed iframe{
  width:100%;
  height:220px;
  border:0;
  border-radius:16px;
  filter:grayscale(.2) contrast(1.1);
}

.cookie-bar{
  position:fixed; left:0; right:0; bottom:0;
  background:rgba(0,0,0,.92);
  border-top:1px solid rgba(255,255,255,.12);
  z-index:60;
}
.cookie-link{color:rgba(255,255,255,.85)}
.cookie-link:hover{color:var(--ph-red2)}

.age-gate{
  position:fixed; inset:0;
  display:none;
  z-index:80;
}
.age-gate.is-open{display:block}
.age-gate__backdrop{
  position:absolute; inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter: blur(4px);
}
.age-gate__panel{
  position:relative;
  width:min(680px, 92vw);
  margin:10vh auto 0;
  background:linear-gradient(180deg, rgba(179,0,0,.45), rgba(0,0,0,.92));
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:1.25rem;
  box-shadow:0 30px 90px rgba(0,0,0,.65);
}

.announcement-bar{
  background:linear-gradient(90deg, rgba(179,0,0,.9), rgba(255,26,26,.85));
  padding:.75rem 0;
  text-align:center;
  font-weight:600;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.announcement-bar p{
  color:#fff;
  font-size:.95rem;
}

.btn-danger{
  background:var(--ph-red)!important;
  border-color:var(--ph-red)!important;
}
.btn-danger:hover{
  background:var(--ph-red2)!important;
  border-color:var(--ph-red2)!important;
}
.btn-outline-light:hover{color:#000!important;background:#fff!important}

@media (max-width: 576px){
  .sticky-card{position:static}
  .hero-title{font-size:2.2rem}
}

/* Newsletter Form */
.newsletter-box{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:.5rem;
  padding:1.25rem;
}
.newsletter-form .form-control{
  background:#2d3238;
  border-color:rgba(255,255,255,.15);
  color:#fff;
}
.newsletter-form .form-control:focus{
  background:#2d3238;
  border-color:var(--ph-red);
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25);
  color:#fff;
}
.newsletter-form .form-control::placeholder{
  color:rgba(255,255,255,.5);
}
.newsletter-message{
  min-height:1.25rem;
}

/* QR Landing Page Styles */
.qr-link-card{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1.25rem;
  background:var(--ph-card);
  border:1px solid var(--ph-border);
  border-radius:16px;
  text-decoration:none;
  color:#fff;
  transition:all .2s ease;
}
.qr-link-card:hover{
  background:rgba(179,0,0,.15);
  border-color:var(--ph-red);
  transform:translateX(4px);
  color:#fff;
}
.qr-link-card__icon{
  flex-shrink:0;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(179,0,0,.25);
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
}
.qr-link-card__content{
  flex-grow:1;
  min-width:0;
}
.qr-link-card__content strong{
  font-size:1.05rem;
}
.qr-link-card--promo{
  background:rgba(179,0,0,.12);
  border-color:rgba(179,0,0,.4);
}
.qr-link-card--promo:hover{
  background:rgba(179,0,0,.25);
}

/* QR Mobile Home Button - only visible on mobile */
.qr-home-btn{
  display:none;
  position:fixed;
  bottom:80px;
  right:16px;
  width:48px;
  height:48px;
  background:#b30000;
  color:#fff;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  font-size:1.25rem;
  box-shadow:0 4px 12px rgba(0,0,0,0.4);
  z-index:1000;
  text-decoration:none;
}
.qr-home-btn:hover{background:#8b0000;color:#fff}
@media (max-width: 768px){
  .qr-home-btn:not([hidden]){display:flex}
}

/* Specials Card Grid */
.specials-grid{
  display:grid;
  gap:1rem;
}
@media (min-width: 768px){
  .specials-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* Skeleton Loaders */
.skeleton{
  background:linear-gradient(90deg,rgba(255,255,255,0.05) 25%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.05) 75%);
  background-size:200% 100%;
  animation:skeleton-shimmer 1.5s ease-in-out infinite;
  border-radius:4px;
}
@keyframes skeleton-shimmer{
  0%{background-position:200% 0}
  100%{background-position:-200% 0}
}
.skeleton-text{
  height:1em;
  margin-bottom:0.5em;
}
.skeleton-text.short{width:40%}
.skeleton-text.medium{width:70%}
.skeleton-text.long{width:90%}
.skeleton-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
}
.skeleton-card{
  height:200px;
  border-radius:8px;
}
.skeleton-button{
  height:38px;
  width:120px;
  border-radius:6px;
}

/* Loading Overlay */
.loading-overlay{
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:rgba(0,0,0,0.7);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10;
  border-radius:inherit;
}
.loading-spinner{
  width:40px;
  height:40px;
  border:3px solid rgba(255,255,255,0.1);
  border-top-color:var(--ph-red);
  border-radius:50%;
  animation:spin 0.8s linear infinite;
}
@keyframes spin{
  to{transform:rotate(360deg)}
}

/* Progress Bar */
.progress-bar-animated{
  position:relative;
  overflow:hidden;
}
.progress-bar-animated::after{
  content:'';
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
  animation:progress-shimmer 1.5s ease-in-out infinite;
}
@keyframes progress-shimmer{
  0%{transform:translateX(-100%)}
  100%{transform:translateX(100%)}
}

/* Toast Notifications */
.toast-container{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:9999;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.toast{
  background:#1e1e1e;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:8px;
  padding:12px 16px;
  min-width:280px;
  max-width:400px;
  box-shadow:0 4px 20px rgba(0,0,0,0.4);
  animation:toast-in 0.3s ease-out;
  display:flex;
  align-items:flex-start;
  gap:12px;
}
.toast.toast-success{border-left:4px solid #28a745}
.toast.toast-error{border-left:4px solid #dc3545}
.toast.toast-info{border-left:4px solid #17a2b8}
.toast.toast-warning{border-left:4px solid #ffc107}
@keyframes toast-in{
  from{transform:translateX(100%);opacity:0}
  to{transform:translateX(0);opacity:1}
}
.toast.toast-out{
  animation:toast-out 0.3s ease-in forwards;
}
@keyframes toast-out{
  to{transform:translateX(100%);opacity:0}
}
.toast-icon{
  font-size:1.25rem;
  flex-shrink:0;
}
.toast-success .toast-icon{color:#28a745}
.toast-error .toast-icon{color:#dc3545}
.toast-info .toast-icon{color:#17a2b8}
.toast-warning .toast-icon{color:#ffc107}
.toast-content{flex:1}
.toast-title{font-weight:600;margin-bottom:2px}
.toast-message{font-size:0.875rem;color:#aaa}
.toast-close{
  background:none;
  border:none;
  color:#666;
  cursor:pointer;
  padding:0;
  font-size:1.25rem;
  line-height:1;
}
.toast-close:hover{color:#fff}

/* Social Share Buttons */
.share-buttons{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  text-decoration:none;
  color:#fff;
  transition:transform 0.2s,opacity 0.2s;
}
.share-btn:hover{
  transform:scale(1.1);
  color:#fff;
}
.share-btn.share-facebook{background:#1877f2}
.share-btn.share-twitter{background:#000}
.share-btn.share-whatsapp{background:#25d366}
.share-btn.share-linkedin{background:#0a66c2}
.share-btn.share-email{background:#666}
.share-btn.share-copy{background:#444}
.share-btn.share-copy.copied{background:#28a745}

.share-buttons-inline .share-btn{
  width:auto;
  padding:8px 16px;
  border-radius:6px;
  font-size:0.875rem;
  gap:6px;
}

/* Add to Home Screen Banner */
.a2hs-banner{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#1e1e1e;
  border-top:1px solid rgba(255,255,255,0.1);
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  z-index:9999;
  box-shadow:0 -4px 20px rgba(0,0,0,0.5);
  animation:a2hs-slide-up 0.3s ease-out;
}
@keyframes a2hs-slide-up{
  from{transform:translateY(100%)}
  to{transform:translateY(0)}
}
.a2hs-banner.a2hs-hiding{
  animation:a2hs-slide-down 0.3s ease-in forwards;
}
@keyframes a2hs-slide-down{
  from{transform:translateY(0)}
  to{transform:translateY(100%)}
}
.a2hs-content{
  display:flex;
  align-items:center;
  gap:12px;
}
.a2hs-icon{
  width:40px;
  height:40px;
  border-radius:8px;
}
.a2hs-text{
  display:flex;
  flex-direction:column;
  font-size:14px;
  line-height:1.3;
}
.a2hs-text strong{
  color:#fff;
}
.a2hs-text span{
  color:#888;
  font-size:12px;
}
.a2hs-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.a2hs-install{
  background:var(--ph-red);
  color:#fff;
  border:none;
  padding:8px 16px;
  border-radius:6px;
  font-weight:600;
  font-size:14px;
  cursor:pointer;
}
.a2hs-install:hover{
  background:#8b0000;
}
.a2hs-dismiss{
  background:transparent;
  border:none;
  color:#666;
  font-size:20px;
  cursor:pointer;
  padding:4px 8px;
}
.a2hs-dismiss:hover{
  color:#fff;
}
