﻿
.article ul {
    padding-left: 40px !important;
}

#basic-price-m, #standard-price-m, #pro-price-m, #basic-period-m, #standard-period-m, #pro-period-m {
    display: none;
}

#pay-monthly, #pay-yearly {
    color: #6e7883;
    cursor: pointer;
}

#pay-monthly.active, #pay-yearly.active {
    text-decoration: underline;
    color: #0056b3;
}

#pay-monthly:hover:not(.active), #pay-yearly:hover:not(.active) {
    color:#0056b3;
}

.billing-period {
    font-size: 1.1rem !important;
    opacity: 0.7;
    margin-top: 10px;
}