/** OVERRIDES */
.pmpro-checkout input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.pmpro-checkout textarea,
.pmpro-checkout select {
    border: 1px solid var(--pmpro--color--border);
}

/**OVERRIDES END */

/* Membership Plans */
.membership-plans {
    display: flex;
    gap: 14px;
}

.membership-plans .plan {
    margin-bottom: 15px;
}

.membership-plans .plan label {
    font-weight: 600;
    border: 3px solid #E5E5E5;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    cursor: pointer;
}

.membership-plans .plan label input {
    width: 20px;
    height: 20px;
    accent-color: #3E88DE;
}

.membership-buy-now {
    margin-bottom: 20px;
}

.membership-plans .plan label:has(input:checked) {
    border-color: #3E88DE;
}

.membership-plans .plan label:has(input:checked) input {
}

.faq-toggle-item {
    margin-bottom: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border-radius: 15px;
}

.faq-toggle-item-title {
    position: relative;
    z-index: 3;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.234;
    padding: 25px 25px 25px 55px;
    cursor: pointer;
}

.faq-toggle-item-content {
    padding: 0 25px 25px 55px;
    border: none;
    display: none;
}

.faq-toggle-item-title::before {
    content: "\ea03";
    font-family: "Nucleo";
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #03dd84;
    transition: transform 0.3s;
}

.faq-toggle-item-title.active::before {
    transform: translateY(-50%) rotate(90deg);
}

.pmpro_card_content input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.pmpro_card_content textarea,
.pmpro_card_content select {
    border: 1px solid #777777;
}

#pmpro_form_fieldset-family-details .pmpro_form_fields .col-50 {
    width: calc(50% - 10px);
}

#pmpro_form_fieldset-family-details .pmpro_form_fields,
#pmpro_form_fieldset-more-information .pmpro_form_fields {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.pmpro-plans {
    order: 5;
}

#billing_patient_gender {
    width: 100%;
}