/* Payment product single-product template */

.big-payment-product .big-payment-product__inner {
  max-width: 640px;
}

.big-payment-product .big-payment-product__header {
  border-bottom: 2px solid #e5e7eb;
  text-align: center;
}

.big-payment-product .big-payment-product__header .product_title {
  font-size: 3rem;
  line-height: 1.2;
}

.big-payment-product .big-payment-product__description {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 32px;
  text-align: center;
}

.big-payment-product .big-payment-product__form {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 2rem;
}

.woocommerce-page
  .mkd-content
  .big-payment-product
  .big-payment-product__form
  button.single_add_to_cart_button[type="submit"] {
  background-color: #fdb913;
}

.woocommerce-page
  .mkd-content
  .big-payment-product
  .big-payment-product__form
  button.single_add_to_cart_button[type="submit"]:hover {
  background-color: #e7a022;
}

.big-payment-product .big-payment-product__agree,
.big-payment-product .big-payment-product__fee,
.big-payment-product .big-payment-product__total {
  margin-bottom: 1rem;
}

.big-payment-product .big-payment-product__agree label {
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  gap: 10px;
  line-height: 1.5;
}

.big-payment-product .big-payment-agree-error {
  color: #F55050;
  font-size: 0.85rem;
  margin: 6px 0 0;
}

.big-payment-product .wcpa_form_outer {
  margin-bottom: 0;
}

.big-payment-product .woonp {
  display: block;
  margin-bottom: 1rem;
}

.big-payment-product .woonp label {
  margin-right: 10px;
  display: block;
  font-size: 1rem;
  color: #424242;
  font-weight: bold;
}

.big-payment-product .woonp-input {
  line-height: 25px;
  padding: 5px 10px;
  border: 1px solid #c6d0e9;
  height: 35px;
  border-radius: 6px;
}

.big-payment-product .woonp-input:focus-visible {
  border-color: #3561f3;
  outline: none;
}

.big-payment-product .wcpa_wrap .wcpa_field_label {
  font-size: 1rem;
  font-weight: bolder;
}

div#big_payment_total {
    color: #060;
}

div#big_payment_fee {
    color: #991b1b;
}
/* Error notice */

.mkd-woocommerce-page .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #fef2f2;
  border: 1px solid #fca5a5;
  border-left: 4px solid #dc2626;
  border-radius: 4px;
  color: #991b1b;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
  margin: 0 0 24px;
  padding: 14px 18px;
}

.mkd-woocommerce-page .woocommerce-notices-wrapper .woocommerce-error li {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.mkd-woocommerce-page .woocommerce-notices-wrapper .woocommerce-error li + li {
  border-top: 1px solid #fca5a5;
  margin-top: 10px;
  padding-top: 10px;
}

/* Warning icon */
.mkd-woocommerce-page
  .woocommerce-notices-wrapper
  .woocommerce-error
  li::before {
  content: "\26A0";
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.6;
}

/* Link inside error notice */
.mkd-woocommerce-page .woocommerce-notices-wrapper .woocommerce-error a {
  color: #991b1b;
  float: initial;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkd-woocommerce-page .woocommerce-notices-wrapper .woocommerce-error a:hover {
  color: #7f1d1d;
  text-decoration: none;
}
