/* html/paciente/inicio-paciente.html */
.painel-paciente-atalhos {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 640px) {
    .painel-paciente-atalhos {
        grid-template-columns: 1fr;
    }
}

.paciente-lead {
    color: var(--gray-600);
    margin: 0 0 1.75rem;
    max-width: 40rem;
    line-height: 1.55;
}

.paciente-bloco-lembrete h3 {
    margin: 0;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.paciente-bloco-lembrete .painel-secao-config__texto {
    margin-top: 0.75rem;
}
