.oor-closures-site-notice,
.oor-closures-checkout-notice {
  background: #fff7d6;
  border: 1px solid #d6a900;
  color: #3d3300;
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
}

.oor-closures-site-notice {
  border-left-width: 0.4rem;
}

.oor-closures-message > :first-child {
  margin-top: 0;
}

.oor-closures-message > :last-child {
  margin-bottom: 0;
}

.oor-closures-checkout-notice h3 {
  color: inherit;
  margin-top: 0;
}

.oor-closures-checkout-notice {
  box-sizing: border-box;
  clear: both;
  display: block;
  float: none;
  margin: 1.25rem 0;
  width: 100%;
}

.oor-closures-acceptance {
  align-items: flex-start;
  border-top: 1px solid rgba(61, 51, 0, 0.2);
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
}

.oor-closures-acceptance input {
  margin: 0.2rem 0 0;
}

.oor-closures-acceptance label {
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
}

.oor-closures-alternate-checkout.is-blocked {
  opacity: 0.55;
}

.oor-closures-alternate-checkout.is-blocked a,
.oor-closures-alternate-checkout.is-blocked button,
.oor-closures-alternate-checkout.is-blocked input {
  cursor: not-allowed;
  pointer-events: none;
}
