/* Green Scape Calm 4.0 Final — 購入画面設定 安全版
 * Welcart・e-SCOTT・PayPalが生成する決済HTMLには一切レイアウト指定を行いません。
 */

.gs40-payment-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 0 22px;
  box-sizing: border-box;
}

.gs40-payment-guide__item {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #dce1dc;
  border-left: 3px solid #244b38;
  background: #f8f8f4;
  box-sizing: border-box;
}

.gs40-payment-guide__item strong,
.gs40-paypal-confirm-guide strong {
  display: block;
  margin: 0 0 5px;
  color: #18382b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.gs40-payment-guide__item span,
.gs40-paypal-confirm-guide span {
  display: block;
  color: #647068;
  font-size: 12px;
  line-height: 1.75;
}

.gs40-paypal-confirm-guide {
  max-width: 640px;
  margin: 24px 0 16px;
  padding: 18px 20px;
  border: 1px solid #dce1dc;
  border-left: 4px solid #244b38;
  background: #f7f6f1;
  box-sizing: border-box;
}

/* 注文完了 */
#completion,
.completion,
.usces-completion {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.gs40-completion-card {
  display: block !important;
  max-width: 820px;
  margin: 74px auto 92px;
  padding: 64px 58px;
  border: 1px solid #dfe4dc;
  background: #fff;
  box-shadow: 0 18px 50px rgba(39, 58, 46, .06);
  color: #34453b;
  text-align: center;
  box-sizing: border-box;
}

.gs40-completion-card__eyebrow {
  margin: 0 0 10px !important;
  color: #647764 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .22em !important;
}

.gs40-completion-card h1 {
  margin: 0 !important;
  color: #18382b !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(26px, 4vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: .06em !important;
}

.gs40-completion-card__line {
  width: 48px;
  height: 1px;
  margin: 25px auto 28px;
  background: #90b34b;
}

.gs40-completion-card__message p {
  margin: 0 0 8px !important;
  color: #59655d !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

.gs40-completion-card__button {
  display: inline-flex;
  min-width: 280px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 12px 28px;
  border: 1px solid #183b2d;
  background: #183b2d;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none !important;
  box-sizing: border-box;
}

.gs40-completion-card__button:hover {
  background: #fff;
  color: #183b2d !important;
}

@media (max-width: 700px) {
  .gs40-payment-guide {
    grid-template-columns: 1fr;
  }

  .gs40-payment-guide__item {
    padding: 14px 15px;
  }

  #completion,
  .completion,
  .usces-completion {
    width: calc(100% - 24px);
  }

  .gs40-completion-card {
    margin: 38px auto 58px;
    padding: 42px 22px;
    text-align: left;
  }

  .gs40-completion-card__eyebrow,
  .gs40-completion-card h1 {
    text-align: center;
  }

  .gs40-completion-card__button {
    width: 100%;
    min-width: 0;
  }
}

/* 旧カードブランド画像・PayPalバナー・空の囲みを完全にたたむ */
.gs40-legacy-payment-hidden {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.gs40-field-hidden,
.gs40-original-completion-hidden {
  display: none !important;
}
