

/* Start:/local/templates/.default/components/amigolab/vk.photogallery.album.detail/.default/style.css?1724246878826*/
.vk-photogallery-photo-preview-wrapper,
.vk-photogallery-photo-preview-wrapper *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.vk-photogallery-photo-preview-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 10px 0;
}

.vk-photogallery-photo-preview{
    display: flex;
    height: 250px;
    width: 100%;
    /*background-color: rgba(255,255,255, 0.2);*/
    /*border-radius: 8px;*/
    /*border: 1px solid #cdc9c9;*/
    padding: 10px;
    transition: all 0.3s linear 0s;
}

.vk-photogallery-photo-preview:hover{
    /*background-color: rgba(255,255,255, 0.8);*/
    padding: 0;
}

.vk-photogallery-photo-preview img{
    display: block;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172424688351*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/.default/components/amigolab/vk.photogallery.album.detail/.default/style.css?1724246878826 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172424688351 */
