/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 06:39:05 */
.fs-billing-cycles li.fs-period--monthly {
    display: none !important;
}
.fs-billing-cycles li.fs-period--lifetime {
    display: none !important;
}
li.fs-period--annual.fs-selected-billing-cycle {
    background: #7e54f8 !important;
    color: #fff !important;
    border: none !important;
    text-transform: uppercase;
    padding: 16px 50px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
}

button.fs-button.fs-button--size-large.fs-upgrade-button.fs-button--type-primary.fs-button--outline {
    background: #7e54f8 !important;
    color: #fff !important;
}