/* Arsol SaaS for WooCommerce Subscriptions Styles */

/* Billing interval styling - /mo text at 60% of price size */
.arsol-saas-for-woo-subscriptions-billing-interval {
    font-size: 0.6em;
}

/* Billing description styling - billed every year text */
.arsol-saas-for-woo-subscriptions-billing-description {
    font-size: var(--text-xs);
    font-weight: initial;
}

/* Price container styling */
.arsol-saas-for-woo-subscriptions-price-container {
    display: inline-block;
}

