.ampheas-status {
  position: relative;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 0;
  font-weight: normal;
  display: flex;
  transition: background-color 120ms ease;
}

.ampheas-status.is-expanded {
  background-color: transparent !important;
}

.ampheas-status-summary {
  border-radius: 0;
  font-family: 'apercu-regular', Arial;
  font-size: 14px !important;
  padding-right: 14px;
  display: flex;
  align-items: center;
  line-height: normal;
  opacity: 1;
  visibility: visible;
  transition: opacity 120ms ease, visibility 0s linear 0s;
}

.ampheas-status.is-expanded .ampheas-status-summary {
  opacity: 0;
  visibility: hidden;
  transition: opacity 120ms ease, visibility 0s linear 120ms;
}

.ampheas-status-icon {
  align-items: center;
  border: 2px solid currentColor;
  display: inline-flex;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  height: 20px;
  justify-content: center;
  line-height: 25px;
  margin-left: 8px;
  vertical-align: middle;
  width: 20px;
  border-radius: 35px;
}

.ampheas-status.ampheas-icon-only {
  background: transparent !important;
  padding: 0;
}

.ampheas-status.ampheas-icon-only .ampheas-status-icon {
  margin-left: 0;
}

#header .mobile-ampheas-trigger {
  display: inline-flex;
  align-items: center;
}

.ampheas-status-details {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
  min-width: 280px;
  max-width: 420px;
  padding: 22px 18px 16px;
  position: absolute;
  right: 0;
  white-space: normal;
  width: 420px;
  z-index: 50;
  top: 0;
  font-family: 'apercu-regular', Arial;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
  cursor: default;
}

.ampheas-status.is-expanded .ampheas-status-details {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 300ms ease;
}

.ampheas-status-day + .ampheas-status-day {
  margin-top: 14px;
}

.ampheas-status-day-label {
  font-family: 'apercu-regular', Arial;
  font-size: 15px !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.ampheas-status-close {
  appearance: none;
  background: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 34px !important;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 6px;
}

.ampheas-status-list {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

.ampheas-status-link-text {
  font-size: 14px !important;
}

.ampheas-status-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 12px;
  text-decoration: none;
  background: #b1d6e4;
}

.ampheas-status-link-icon {
  font-size: 21px !important;
  line-height: 1;
}

.ampheas-status-link:hover,
.ampheas-status-link:focus {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ampheas-status-details {
    left: 50%;
    max-width: 80vw;
    max-height: 80vh;
    overflow-y: auto;
    position: fixed;
    right: auto;
    top: 250px;
    transform: translate(-50%, -50%);
    width: 80vw;
    z-index: 1000;
  }

  .ampheas-status-link,
  .ampheas-status-link:hover,
  .ampheas-status-link:focus,
  .ampheas-status-link:visited {
    color: #000;
  }
}

.ampheas-status-line {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.5;
}

.ampheas-status-line + .ampheas-status-line {
  margin-top: 4px;
}

.ampheas-status.is-open {
  background-color: #e8d9c4;
  color: #000;
}

.ampheas-status.is-open .ampheas-status-details {
  background-color: #e8d9c4;
  color: #000;
}

.ampheas-status.is-closed {
  background-color: #f7b9b0;
  color: #000;
}

.ampheas-status.is-closed .ampheas-status-details {
  background-color: #f7b9b0;
  color: #000;
}

.ampheas-status.is-partial {
  color: #8f5f18;
}

.status.ampheas-status.is-open,
.openClosed.ampheas-status.is-open,
.footer-ampheas .ampheas-status.is-open,
.footer-ampheas.ampheas-status.is-open {
  background-color: #e8d9c4;
  color: #000;
}

.status.ampheas-status.is-closed,
.openClosed.ampheas-status.is-closed,
.footer-ampheas .ampheas-status.is-closed,
.footer-ampheas.ampheas-status.is-closed {
  background-color: #f7b9b0;
  color: #000;
}

.status.ampheas-status.is-partial,
.openClosed.ampheas-status.is-partial,
.footer-ampheas .ampheas-status.is-partial,
.footer-ampheas.ampheas-status.is-partial {
  color: #8f5f18;
}

#footer .footer-ampheas .ampheas-status.is-open,
#footer .footer-ampheas.ampheas-status.is-open {
  color: #a8e0bc;
}

#footer .footer-ampheas .ampheas-status.is-closed,
#footer .footer-ampheas.ampheas-status.is-closed {
  color: #f7b9b0;
}

#footer .footer-ampheas .ampheas-status.is-partial,
#footer .footer-ampheas.ampheas-status.is-partial {
  color: #f1d087;
}

footer .footer-ampheas {
  font-family: 'Apercu Regular', 'apercu-regular', Helvetica, Arial, sans-serif;
}
