/**
 * AutoFlowsy Plans — Public Stylesheet
 *
 * Static structural styles for the [autoflowsy_plan] shortcode card.
 * Dynamic, per-card styles (colors, borders, fonts) are injected as
 * CSS Custom Properties via a :root block in the view template.
 */

/* ─── Features List ──────────────────────────────────────────────────────── */
.af-plan-b-features {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.af-plan-b-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.af-plan-b-features li i {
    margin-top: 2px;
}

/* ─── Card Base ──────────────────────────────────────────────────────────── */
.af-plan-card-v2.af-plan-dynamic {
    box-sizing: border-box;
}
