/* Plantillas — Mobile ≤767px */
@media (max-width: 767px) {

    /* ── Cabecera: título + botón en la misma fila ── */
    .plt-wrap .plt-lista-header {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 16px;
    }

    /* ── Título igual que .module-title de conversaciones ── */
    .plt-wrap .plt-lista-header .mod-title {
        font-size: 1.5rem;
        font-weight: 700;
    }

    /* ── Botón circular como conv-btn-nueva-mobile ── */
    #plt-btn-nueva {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        flex-shrink: 0;
        font-size: 0;
        overflow: hidden;
    }

    #plt-btn-nueva::before {
        content: "+";
        font-size: 1.4rem;
        line-height: 1;
    }

}
