/**
 * Viet69 v1.0.9 — All Videos page.
 * Card visuals, colors and typography remain inherited from the theme.
 */
.vtt-library-stage--all-videos .vtt-library-layout--fullwidth{display:block!important}
.vtt-library-stage--all-videos .vtt-library-main{width:100%!important;max-width:none!important;min-width:0!important}
.vtt-all-videos-panel{width:100%!important}
.vtt-video-grid--all-videos{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.vtt-archive-hero--all-videos .vtt-filter-bar{max-width:100%}
.vtt-all-videos-loop>.pagination,
.vtt-all-videos-loop>nav{margin-top:26px!important}
@media(max-width:1279px){
	.vtt-video-grid--all-videos{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
	.vtt-library-stage--all-videos .vtt-comic-panel{padding:16px!important}
	.vtt-video-grid--all-videos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}
	.vtt-archive-hero--all-videos .vtt-filter-bar{overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
	.vtt-archive-hero--all-videos .vtt-filter-bar__items{display:flex;flex-wrap:nowrap;min-width:max-content}
}
