/**
 * Custom Style — non-minified
 * Loaded via wp_enqueue_style('custom-style') in functions.php
 *
 * Styles for features added on top of the compiled dist/css/style.min.css
 * without re-running gulp.
 */

/* === Subscription recurring consent — info text under each pricing card === */
.prices-subsciption__terms {
    margin-top: 12px;
    font-size: 13px;
    line-height: 150%;
    color: #808993;
}

.prices-subsciption__terms a {
    color: #808993;
    text-decoration: underline;
}

.prices-subsciption__terms a:hover {
    color: #1455f5;
}
