.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__list h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__add {
    background: #FE6D4E;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease, transform 0.2s ease;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: none;
    margin: 20px 0 0 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .cancel-button {
    background: #000;
    transition: all .3s ease;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__add:hover {
    background: #e0482f;
    transform: translateY(-2px);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__add:active {
    background: #cc3e28;
    transform: translateY(0);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__form {
    display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__form h3 {
    margin: 20px 0;
    font-size: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__form form p {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__form form input[type="text"],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__form form select {
    padding: 13px 22px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__form form select {
    background: url('https://brooklynrobotfoundry-dev.cospark.io/nyc/wp-content/uploads/sites/3/2025/08/dropdown-arrow-svgrepo-com-1.svg') no-repeat right 0.75rem center/1rem auto;
    padding-right: 2rem;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__item strong {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 6px;
    display: block;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles hr {
    margin-top: 30px;
    border-color: #ff5a3c;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__item small {
    font-size: 16px;
    color: #000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__edit {
    background: transparent;
    color: #ff5a3c;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles__edit:hover {
    text-decoration: underline;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-weight: 400;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-weight: 400;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-photo-release-fieldset {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-photo-release-fieldset legend {
    font-weight: 700;
    margin-bottom: 6px;
    padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-child-profiles__help {
    display: block;
    margin: 4px 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.45;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .brf-child-profiles .brf-photo-release-warning {
    color: #c0392b;
    font-weight: 700;
    margin: 0 0 10px;
}

.single-product .product .registration form select {
    background: url('https://brooklynrobotfoundry-dev.cospark.io/nyc/wp-content/uploads/sites/3/2025/08/dropdown-arrow-svgrepo-com-1.svg') no-repeat right 0.75rem center/1rem auto;
    height: 50px;
    padding: 0 24px;
    width: 100%;
}

.single-product article .product .registration .wc-pao-addon-fill-in-student-information h4 {
    margin: 20px 0 0 0 !important;
}

.single-product article .product .registration .wc-pao-addon-container {
    margin: 10px 0 !important;
}

.single-product article .product .registration .wc-pao-addon-container .wc-pao-addon-description {
    margin-bottom: 10px !important;
}

.single-product article#product .product .registration .wc-pao-addon-container label {
    margin-bottom: 0 !important;
}

.single-product .product .registration form .child-profiles-heading {
    width: 100%;
}

.single-product .product .registration form .child-profiles-drp {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.single-product .product .registration form .child-profiles-drp a {
    text-decoration: underline;
}

.single-product .product .registration .wc-pao-addons-container {
    display: flex;
    flex-wrap: wrap;
}

.single-product .product .registration .form-row>div:has(input[type="checkbox"]),
.single-product .product .registration .form-row>div:has(input[type="radio"]) {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    position: relative;
}

.single-product .product .registration .form-row input[type="radio"],
.single-product .product .registration .form-row input[type="checkbox"] {
    flex-shrink: 0;
}

.single-product .product .registration .form-row .wc-pao-validation-notice {
    position: absolute;
    top: 40px;
    left: 50px;
}

.single-product .content .price .woocommerce-Price-amount {
    display: flex;
}

body.single-product article#product .product .price del {
    display: block !important;
}

body.single-product div.product p.price ins {
    color: transparent;
}

body.single-product article#product .product .price .amount {
    font-size: 50px !important;
}

.woocommerce-checkout .shop_table .variation,
.woocommerce-cart .shop_table .variation {
    margin-top: 15px;
}

.woocommerce-checkout .shop_table .variation dt,
.woocommerce-cart .shop_table .variation dt {
    color: #3B256A;
    font-weight: 700;
}

.woocommerce-checkout .shop_table .variation dd,
.woocommerce-cart .shop_table .variation dd {
    margin-bottom: 10px !important;
}

.woocommerce-checkout .shop_table .variation dd p,
.woocommerce-cart .shop_table .variation dd p {
    line-height: 1.5;
}

.woocommerce-checkout .woocommerce .alg_checkout_files_upload_button {
    background: #fe6d4e;
    color: #fff;
    padding: 16px 24px;
    border-radius: 100px;
    line-height: 1;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease;
}

.woocommerce-checkout .woocommerce .alg_checkout_files_upload_button:hover {
    background-color: #FF804F;
}

.woocommerce-checkout #tax_exemption_message_div {
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
    height: 240px !important;
    padding: 24px !important;
    font-size: 16px !important;
}

.woocommerce-checkout .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 10px !important;
}

/* Program Tabs */
.single-product .program-section {
    background: #FDFCFA;
    padding: 60px 0;
    margin: 0;
}

body.single-product article#product .product .program-schedule {
    background: transparent !important;
}

body.single-product article#product .product .program-availability {
    margin: 0 !important;
}

body.single-product article#product .product .program-schedule .schedule-table p a,
body.single-product article#product .product .program-schedule .schedule-table div a {
    display: flex;
    line-height: 1;
}

body.single-product article#product .product .program-schedule .schedule-table p a:before,
body.single-product article#product .product .program-schedule .schedule-table div a:before {
    flex-shrink: 0;
}

.single-product .container.program-tabs {
    width: calc(100% - (32px * 2));
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.single-product .program-tab-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
}

.single-product .program-tab-nav li {
    padding: 16px 24px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 8px;
    font-size: 18px;
    color: #663399;
    transition: all .3s ease;
    margin-bottom: 0;
}

.single-product .program-tab-nav li:hover {
    color: #FE6D4E;
}

.single-product .program-tab-nav li.active {
    background-color: #E0F5F5;
    color: #663399;
}

.single-product .program-tab-content {
    position: relative;
}

.single-product .tab-pane {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    max-height: 0;
    overflow: hidden;
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.single-product .tab-pane.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 10000px;
    overflow: visible;
}

.single-product .faq-accordion {
    width: 100%;
}

.single-product .faq-item {
    border-bottom: 1px solid #ddd;
    background: #faf9f5;
    padding: 0 20px;
}

.single-product .faq-question {
    width: 100%;
    background: none;
    border: 0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    /* text-align: left; */
}

.single-product .faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform .3s ease;
}

.single-product .faq-icon::before,
.single-product .faq-icon::after {
    content: "";
    position: absolute;
    background: #000;
    transition: all .3s ease;
}

/* Horizontal line */
.single-product .faq-icon::before {
    width: 18px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* Vertical line */
.single-product .faq-icon::after {
    width: 2px;
    height: 18px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.single-product .faq-question.active .faq-icon::after {
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
}

.single-product .faq-answer {
    display: none;
    padding: 0 0 20px;
}

.single-product .faq-answer p {
    margin: 0;
}

/* Modal styles removed (creation is inline via dropdown + existing form) */

@media (min-width: 1060px) {

    body.single-product article#product .product .registration .wc-pao-addon-container.wc-pao-addon-childs-full-name,
    body.single-product article#product .product .registration .wc-pao-addon-container.wc-pao-addon-childs-preferred-pronouns,
    body.single-product article#product .product .registration .wc-pao-addon-container.wc-pao-addon-childs-age,
    body.single-product article#product .product .registration .wc-pao-addon-container.wc-pao-addon-childs-date-of-birth-mm-dd-yyyy {
        width: calc(50% - 8px) !important;
    }
}

.new-child-form input[type="text"] {
    padding: 13px !important;
}

.new-child-form textarea {
    height: 140px !important;
}

.brf-photo-release-fieldset {
    margin-bottom: 25px !important;
}

.brf-photo-release-text {
    margin: 0 0 16px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.brf-photo-release-fieldset .brf-radio-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 18px;
    margin-top: 8px;
}

.brf-photo-release-fieldset .brf-radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #404142;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}

.brf-photo-release-fieldset .brf-radio-group input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    border: 2px solid #C8C8CA;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
}

.brf-photo-release-fieldset .brf-radio-group input[type="radio"]:checked {
    border: 7px solid #FE6D4E;
    background: #fff;
    box-shadow: none;
}