.rps-products-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin: 0;
    flex-wrap: wrap;
}

.rps-product-card {
    border: 2px solid #EAEAEA;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 140px;
    width: 23%;
    line-height: 1.3;
}

.rps-product-card.selected {
    border-color: #165DFB;
    position: relative;
}

.rps-product-card.selected::after {
    content: '';
    background: url('/wp-content/uploads/2025/12/svgexport-1-3-1.svg') no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.rps-product-subtitle {
    font-size: 16px;
    color: #6F6F80;
    font-weight: 400;
    font-family: 'Poppins';
}

.packages-wrapper-class .np-rev-price {
    font-size: 24px;
    font-weight: 600;
    color: #165DFB;
}

.rps-product-price {
    font-size: 24px;
    font-weight: 600;
    color: #165DFB;
    font-family: 'Poppins';
}

.rps-order-summary {
    border: 1px solid #E6E7EB;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 12px;
    text-align: center;
}

.rps-summary-header {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E8;
}

span.rps-summary-price {
    color: #165DFB;
    font-size: 30px;
}

.rps-summary-details {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rps-summary-row {
    justify-content: space-between;
    margin: 6px 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    display: none;
}

.rps-summary-row span {
    font-size: 14px;
    font-weight: 600;
}

.rps-summary-details.expanded .rps-summary-row {
    display: flex;
}


button.rps-toggle-details {
    background-color: transparent;
    color: #2563eb;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    transition: all ease .3s;
}

button.rps-toggle-details::after {
    content: "\f103";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
    transition: all ease .3s;
}

.rps-summary-details.expanded button.rps-toggle-details::after {
    transform: rotate(180deg);
}

button.rps-buy-now-btn {
    background: #165DFB;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    margin-top: 25px;
    font-family: 'Poppins';
}

.live-checkout-users {
    background: #F6FFF4;
    width: fit-content;
    padding: 6px 18px;
    border-radius: 20px;
    color: #364153;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 25px;
}

.live-checkout-users span {
    color: #2abe65;
}

#gform_wrapper_1 h2.gform_title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 24px;
    font-family: 'Outfit';
}

#gform_wrapper_1 input#input_1_1 {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #B8B8C3 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    outline: none !important;
    height: 47px;
}

#gform_wrapper_1 input#input_1_1:focus {
    border-color: #3b82f6 !important;
}

#gform_wrapper_1 input#input_1_1::placeholder {
    color: #B8B8C3 !important;
}

#gform_wrapper_1 input#gform_submit_button_1 {
    width: 100% !important;
    background: #165DFB !important;
    color: #fff !important;
    border: none !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    height: 50px !important;
    margin: 10px 0;
}

#gform_wrapper_1 input#gform_submit_button_1:hover {
    background: #1D4ED8 !important;
}

#gform_wrapper_1 .gform-footer.gform_footer.top_label {
    margin: 0;
}





.standalone-pricing {
    margin-bottom: 24px;
    text-align: center;
}

.standalone-original-price {
    display: block;
    font-size: 14px;
    color: #c5bdbd;
    line-height: 24px;
    font-weight: 300;
    text-decoration: line-through;
    font-family: 'Poppins';
    margin-bottom: 8px;
}

.standalone-current-price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    font-family: 'Poppins';
}

.standalone-current-price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
}

button.standalone-buy-btn {
    background-color: #165DFB;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    border-style: none;
    border-radius: 10px;
    padding: 10px;
}

.standalone-buy-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.standalone-product-card {
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}





@media (max-width: 767px) {
.rps-products-grid {
    gap: 10px 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.rps-product-card {
    height: auto;
    width: 32%;
    font-size: 20px;
    padding: 15px;
}
.rps-product-subtitle {
    font-size: 14px;
}
.rps-product-price {
    font-size: 20px;
}
button.rps-buy-now-btn {
    padding: 10px;
    font-size: 20px;
}
.live-checkout-users {
    font-size: 16px;
    margin: 0 auto 15px;
}
#gform_wrapper_1 .gform-footer.gform_footer.top_label {
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 9;
}
}
