

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1753217366272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/local/templates/borodino/components/bitrix/news.list/photo/style.css?17532610021056*/
/* Контейнер альбомов */
.albums-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Карточка альбома (теперь это ссылка) */
.album-card {
    display: block;
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Превью альбома */
.album-cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Название альбома */
.album-title {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

/* Адаптация под мобильные */
@media (max-width: 768px) {
    .albums-container {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1753217366272 */
/* /local/templates/borodino/components/bitrix/news.list/photo/style.css?17532610021056 */
