/* タイトル改行制御（1行表示） */
#offer-title,
.embedded-checkout-price-display__title-wrapper h4 {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  text-wrap: balance !important;
}

/* 「連絡先」見出し非表示 */
.embedded-checkout h3,
.kjb-embedded-checkout h3,
[class*="embedded-checkout"] h3,
[class*="kjb-embedded-checkout"] h3 {
  display: none !important;
}

/* ボタンゴールド */
button[type="submit"],
.sage-button,
.sage-button--primary {
  background: #C9A961 !important;
  color: #0A0A0A !important;
  border-color: #C9A961 !important;
}
button[type="submit"]:hover {
  background: #B89951 !important;
}