.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;
}

.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;
}
/* 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;
    }
}