.np-vacation-banner {
  position: relative;
  z-index: 1001;
  margin: 0;
  border: 0;
  background: #171717;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08) inset;
}

.np-vacation-banner__inner {
  width: min(calc(100% - 32px), var(--np-max));
  min-height: 64px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.np-vacation-banner__eyebrow {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.np-vacation-banner__message {
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

.np-vacation-admin-checkout-notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid #d9c98c;
  border-radius: 14px;
  background: #fff8dc;
  color: #342d18;
  box-shadow: none;
}

.np-vacation-admin-checkout-notice strong,
.np-vacation-admin-checkout-notice span {
  display: block;
}

.np-vacation-admin-checkout-notice strong {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.np-vacation-admin-checkout-notice span {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .np-vacation-banner__inner {
    min-height: 0;
    padding: 11px 0 12px;
    flex-direction: column;
    gap: 7px;
  }

  .np-vacation-banner__message {
    font-size: 14px;
  }
}
