

/* Start:/local/templates/hockey_sportclub/components/bitrix/news/teams_list/style.css?17580341911293*/
.teams {
    flex-wrap: wrap;
}
.teams > .load-more {
    flex: 1 1 100%;
    margin-top: 10px;
}
div[id^="comp_"] {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 10vw, 100px);
}

@media print {
    @page {
        size: A4;
        margin: 0;
    }
    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    body * {
        visibility: hidden;
    }
    main {
        padding-top: 30px !important;
    }

    section:not(#calendar) .section__title,
    .team__logo,
    .team__logo img,
    #staff * {
        visibility: visible;
    }

    .team-player {
        grid-template-columns: 40px 1fr 1fr auto !important;
    }
    .team__logo {
        width: 180px !important;
        height: 180px !important;
    }
    .team-player__name {
        font-size: 12px !important;
    }
    .team-player__subtitle {
        font-size: 10px !important;
    }
    .team-player__avatar img {
        width: 40px !important;
    }
    .team-player {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    #panel,
    header,
    footer,
    .breadcrumbs,
    .up-btn,
    .team__picture,
    .team__history-toggle,
    .team__history,
    .team__links {
        display: none !important;
    }
}

/* End */
/* /local/templates/hockey_sportclub/components/bitrix/news/teams_list/style.css?17580341911293 */
