/* ============================================================
   vod-type-missav.css  —  分類頁列表:4 欄 + 16:9 橫圖
   範圍:#show_page。整檔刪除 + 移除 <link> 即還原。
   ============================================================ */

@media screen and (min-width:820px){
    #show_page .vod-show-grid,
    #show_page .mac-catalog-show__grid{
        display:grid !important;
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
        gap:16px 14px !important;
        margin:0 !important;
    }
    #show_page .vod-show-grid > li,
    #show_page .mac-catalog-show__grid > li,
    #show_page .mac-catalog-show__grid .vodlist_item{
        width:auto !important;
        float:none !important;
        margin:0 !important;
        padding:0 !important;
    }
}

@media (max-width:820px){
    #show_page .vod-show-grid,
    #show_page .mac-catalog-show__grid{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
        margin:0 !important;
    }
    #show_page .vod-show-grid > li,
    #show_page .mac-catalog-show__grid > li{
        width:auto !important;
        float:none !important;
        margin:0 !important;
    }
}

/* 分類頁手機頁首對齊首頁:只留單列 brand,隱藏篩選/排序列 */
@media (max-width:820px){
    #show_page .mac-catalog-filter-head__row--query,
    #show_page .mac-catalog-filter-head__sort,
    #show_page .mac-catalog-filter-head__drawer{
        display:none !important;
    }
}

/* 縮圖改 16:9 橫式(封面 cover 裁切) */
#show_page .vodlist_thumb{
    aspect-ratio:16 / 9 !important;
    padding-top:0 !important;
    height:auto !important;
    background-size:cover !important;
    background-position:center !important;
}
