/* Responsive layer for Yutong Slovakia. */

@media (max-width: 1200px){
    :root{ --yt-content-width:1080px; }
}
@media (max-width: 782px){
    body{ font-size:16px; }
    .yt-site-content{ padding:36px 0; }
    .yt-section{ padding:48px 0; }
    .yt-footer-widgets{ padding:44px 0 24px; gap:28px; }
    .yt-topbar .yt-container{ justify-content:center; text-align:center; }
    .yt-page-hero{ padding:44px 0; }
    .yt-footer__bottom .yt-container{ justify-content:center; text-align:center; }
}
@media (max-width: 560px){
    .yt-post-list{ grid-template-columns:1fr; }
    .yt-header__inner{ min-height:66px; }
    .yt-branding .custom-logo-link img,.yt-branding__logo img{ max-height:42px; }
    .yt-btn,button,input[type=submit]{ padding:13px 22px; }
}
@media print{
    .yt-header,.yt-footer,.yt-nav-toggle,.yt-sidebar,.yt-page-hero::after{ display:none !important; }
    body{ color:#000; }
}
