.widget_nav_menu nav ul, .j-text-align-left {
    text-align: left;
}


@media (min-width: 782px) {
    .jmargin {
			padding-top: 16px;
			padding-bottom: 16px;
		}
}

.ast-archive-description, .woocommerce-ordering, .woocommerce-result-count, .customfieldreferrer {
	display: none;
}

.home .ast-custom-button, .page-id-357 .ast-custom-button, .page-id-3029 .ast-custom-button {
    display: none;
}

.ast-separate-container .ast-article-single:not(.ast-related-post) {
    background: transparent !important;
	padding: 0 !important;
}



.checkbox-form2647{
	display:none!important;
}






/* this is the previous css */

.wc_payment_methods .paymongo-method-logo {
	height: var(--ast-body-line-height, 1.8em);
	margin-left: -0 !important;
}

.wc_payment_methods .payment_method_paymongo_paymaya img{
	transform: scale(2.0);
}
/* LatePoint: "최대 수용 인원 4" 문구만 숨기기 */
.os-capacity-info { display:none !important; }
/* LatePoint: "Maximum capacity is 4" 문구만 숨기기 */
.latepoint-booking-form-element .select-total-attendees-label .sta-sub-label{
  display:none !important;
}
/* (선택) 왼쪽 안내 카드의 capacity 문구도 숨기기 */
.latepoint-booking-form-element .select-total-attendees-w .step-info{
  display:none !important;
}
/* LatePoint: 왼쪽 카드의 capacity 안내 문구 숨기기 */
.latepoint-booking-form-element .latepoint-step-desc-content{
  display: none !important;
}
/* LatePoint - 왼쪽 Attendees 설명 (capacity 포함 문구) 완전 제거 */
.latepoint-booking-form-element
  .latepoint-step-desc-w
  .latepoint-step-desc-content {
  display: none !important;
}
/* LatePoint Attendees 단계: 왼쪽 설명 카드 전체 숨기기 (JS 재렌더링 대응) */
.latepoint-booking-form-element .latepoint-step-desc-w {
  display: none !important;
}
/* 11명 이상 단체 예약 안내 + 버튼 */
.group-booking-note {
  margin-top: 16px;
  padding: 14px;
  border: 1px dashed #c8a96a;
  border-radius: 8px;
  background: #fffdf7;
  font-size: 14px;
  text-align: center;
}

.group-booking-note a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background: #25D366;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
content: "For groups of 11 or more guests, please contact us for group booking 🎁\A WhatsApp: +63 952 472 8095";
white-space: pre-line;
/* LatePoint 결제 수단 트립닷컴 스타일로 변경 */
.os-payment-methods-w .os-payment-method {
    display: inline-block;
    width: 48%; /* 한 줄에 두 개씩 나란히 */
    margin: 1%;
    border: 2px solid #e0e0e0; /* 테두리 연하게 */
    border-radius: 12px; /* 모서리 둥글게 */
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

/* 마우스를 올리거나 선택했을 때 파란색 포인트 (트립닷컴 상징색) */
.os-payment-methods-w .os-payment-method.active,
.os-payment-methods-w .os-payment-method:hover {
    border-color: #0066ff;
    background-color: #f0f7ff;
}

/* 동그란 체크박스 숨기기 */
.os-payment-method input[type="radio"] {
    display: none;
}
/* 강제 적용 버전 */
body .os-payment-methods-w .os-payment-method {
    display: inline-block !important;
    width: 45% !important;
    margin: 2% !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    text-align: center !important;
}
/* Checkout 페이지에서만 상단 BOOK NOW 버튼 숨기기 */
.woocommerce-checkout .ast-custom-button {
  display: none !important;
}






