/* Auto-extracted from resources/views/website/forms/index.blade.php */

.forms-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 24px;
    }

    .form-card {
        padding: 24px;
        height: 100%;
    }

    .form-badge {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 999px;
        background: #e0f2fe;
        color: #0c4a6e;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 14px;
    }
