.woocommerce-order-pay {
  font-size: var(--everythings-font-size) !important;
}

/* 주문 결제(Order Pay) 화면 전용 가운데 정렬 */
.woocommerce-order-pay .woocommerce {
  max-width: 480px;
  margin: 0 auto !important;
  text-align: center;
}

/* 테이블 중앙 정렬 */
.woocommerce-order-pay table.shop_table {
  margin: 0 auto !important;
  margin-bottom: 16px !important;
  width: 100%;
}

/* 테이블 헤더/셀 정렬 */
.woocommerce-order-pay table.shop_table th,
.woocommerce-order-pay table.shop_table td {
  /* text-align: center !important; */
}

/* 결제 버튼 중앙 */
.woocommerce-order-pay #payment .form-row {
  text-align: center;
}

/* 결제 방법 선택 영역 정렬 */
.woocommerce-order-pay ul.wc_payment_methods.payment_methods.methods {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* 버튼 크기 최적화 */
.woocommerce-order-pay #place_order {
  font-size: var(--everythings-font-size) !important;
  padding: 6px 12px !important;
}
