/* ==========================================================================
   MyGoalManager — free.css
   Styles unique to the Free tier (locked Pro stubs).
   ========================================================================== */

/* ── Locked Pro feature stubs ────────────────────────────────────────────── */
.mgm-pro-locked-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.mgm-pro-locked-block {
    flex: 1;
    min-width: 200px;
    border: 2px dashed #d1d5db;
    border-radius: var(--mgm-radius);
    padding: 28px 16px;
    background: #fafafa;
}

.mgm-locked-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #9ca3af;
    font-size: 0.9rem;
    text-align: center;
}

.mgm-lock-icon {
    font-size: 1.8rem;
}

.mgm-upgrade-link {
    color: var(--mgm-accent);
    font-weight: 600;
    text-decoration: none;
}
.mgm-upgrade-link:hover { text-decoration: underline; }
