.knex-store-status {
  background: #172033;
  color: #fff;
  position: relative;
  z-index: 1001;
}

.knex-store-status[hidden] {
  display: none;
}

.knex-store-status__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 48px;
  padding: 0.65rem 1rem;
}

.knex-store-status__content,
.knex-store-status__content > :first-child,
.knex-store-status__content > :last-child,
.knex-store-status__resume {
  margin-bottom: 0;
  margin-top: 0;
}

.knex-store-status__content a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.knex-store-status__content a:hover,
.knex-store-status__content a:focus-visible {
  color: #ffc928;
}

.knex-store-status__content a:focus-visible {
  border-radius: 0.2rem;
  outline: 3px solid #ffc928;
  outline-offset: 3px;
}

.knex-store-status__dismiss {
  align-items: center;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.35rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font: inherit;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0.35rem 0.8rem;
}

.knex-store-status__dismiss:hover,
.knex-store-status__dismiss:focus-visible {
  background: #fff;
  color: #172033;
  outline: 3px solid #ffc928;
  outline-offset: 2px;
}

.knex-delivery-summary {
  background: #f6f8fb;
  border-left: 4px solid #1267d9;
  margin: 0 0 1.5rem;
  padding: 1rem;
}

.knex-delivery-summary p {
  margin: 0;
}

.knex-delivery-summary p + p {
  margin-top: 0.45rem;
}

@media (max-width: 600px) {
  .knex-store-status__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .knex-store-status__dismiss {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .knex-store-status,
  .knex-store-status__dismiss {
    scroll-behavior: auto;
    transition: none;
  }
}
