.ms-newsite-banner {
  position: sticky;
  top: 0;
  z-index: 10050;
  background: #ffd000;
  color: #111;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.ms-newsite-banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 16px;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.ms-newsite-banner__link:hover,
.ms-newsite-banner__link:focus {
  color: #111;
  text-decoration: underline;
}

.ms-newsite-checkout-panel {
  margin: 0 0 20px;
  padding: 16px 18px;
  background: #ffd000;
  border-radius: 8px;
  color: #111;
}

.ms-newsite-checkout-panel__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.ms-newsite-checkout-panel__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
}

.ms-newsite-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #111;
  color: #ffd000 !important;
  border: 0;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.ms-newsite-checkout-btn:hover,
.ms-newsite-checkout-btn:focus {
  background: #222;
  color: #ffe45a !important;
}

.ms-newsite-checkout-hint {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  text-align: center;
}

.checkout-page__button-container .ms-newsite-checkout-btn,
.cart-summary__buttons-container .ms-newsite-checkout-btn {
  margin-top: 10px;
}

.cart-summary__newsite {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .ms-newsite-banner__link {
    font-size: 14px;
    min-height: 40px;
    padding: 8px 12px;
  }

  .ms-newsite-checkout-panel {
    padding: 14px;
  }
}
