/**
 * 18+ Comic v2.9.4 — All Videos page and empty detail-card guard.
 * Core card appearance remains inherited from the existing theme styles.
 */
.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}
.vtt-video-detail-card[hidden],.vtt-video-tabs[hidden]{display:none!important}
html[data-ec18-theme="dark"] .vtt-video-detail-card{background:transparent!important;border:0!important;box-shadow:none!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}
}
