/**
 * Layout mobile dos cards do Conjunto de Posts Recentes.
 * Carregado como arquivo separado para funcionar com cache por dispositivo (ex.: WP Rocket).
 * Em viewport <= 819px: card compacto (min 220px), área texto flexível, meta junto ao conteúdo.
 */
@media (max-width: 819px) {
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card {
        display: flex !important;
        flex-direction: column !important;
        width: 328px !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        min-height: 220px !important;
        margin-bottom: 12px !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        gap: 0 !important;
    }
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card > div:first-child {
        flex: 0 0 185px !important;
        width: 100% !important;
        min-width: 100% !important;
        height: 185px !important;
        max-height: 185px !important;
        border-radius: 14px 14px 0 0 !important;
        overflow: hidden !important;
    }
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card > div:first-child a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card > div:first-child img,
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card > div:first-child.post-thumb {
        width: 100% !important;
        height: 185px !important;
        max-height: 185px !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 14px 14px 0 0 !important;
    }
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card .post-content {
        flex: 1 1 auto !important;
        min-height: unset !important;
        height: auto !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 10px 14px 23px 14px !important;
        overflow: hidden !important;
    }
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card .post-content > div:last-child {
        margin-top: 4px !important;
    }
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card .post-title,
    .boombox-conjunto-posts-recentes-completo .boombox-recent-posts-vertical-container .boombox-post-card .post-title a {
        font-size: 1.375rem !important;
    }
}
