.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 .bundle_data 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;
}

.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 .bundle_data .child-profiles-drp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product .product .registration form .bundle_data .child-profiles-drp a {
    text-decoration: underline;
}
