/* 1.4.139 — somente Recém-chegado.
 * O compositor por quartos pode conceder 1/4, 2/4, 3/4 ou 4/4 ao card.
 * O conteúdo interno precisa respeitar essa largura e nunca conservar mínimos
 * herdados dos layouts antigos. */
.anth-home--dashboard-recem-chegado .anth-perfis-section--explore-desafios-fixos,
.anth-home--dashboard-recem-chegado .anth-perfis-section--explore-desafios-fixos > *,
.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado {
    overflow: hidden;
}

.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    align-items: start !important;
    min-width: 0 !important;
}

.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-head > *,
.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-intro,
.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-titulo {
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto !important;
}

.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-card,
.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-conteudo {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-card-titulo,
.anth-home--dashboard-recem-chegado .anth-edf-wrap--recem-chegado .anth-edf-texto {
    overflow-wrap: anywhere;
}

/* Em 1/4 e 2/4, três cartões lado a lado ficam excessivamente estreitos.
 * O seletor do compositor informa a largura no wrapper pai. */
.anth-home--dashboard-recem-chegado .anth-perfis-col[data-anth-span="1"] .anth-edf-wrap--recem-chegado .anth-edf-grid,
.anth-home--dashboard-recem-chegado .anth-perfis-col[data-anth-span="2"] .anth-edf-wrap--recem-chegado .anth-edf-grid {
    grid-template-columns: 1fr !important;
}

.anth-home--dashboard-recem-chegado .anth-perfis-col[data-anth-span="3"] .anth-edf-wrap--recem-chegado .anth-edf-grid,
.anth-home--dashboard-recem-chegado .anth-perfis-col[data-anth-span="4"] .anth-edf-wrap--recem-chegado .anth-edf-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
