/* CLS Fix - Reserve space for slider and banners */
.easyslide-wrapper,
.easyslider-wrapper {
    min-height: 310px;
}
.easybanner-placeholder-wrapper {
    min-height: 110px;
}
@media (max-width: 768px) {
    .easyslide-wrapper,
    .easyslider-wrapper {
        min-height: 150px;
    }
    .easybanner-placeholder-wrapper {
        min-height: 80px;
    }
}

/* Fix Amasty Product Attachments icon size */
.am-attachments .am-fileicon {
    max-height: 30px;
    width: auto !important;
    height: auto !important;
}


/* Fix Amasty Product Attachments display - force icon size and show labels */
.am-attachments .am-fileline {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    flex-wrap: nowrap !important;
}
.am-attachments .am-fileline .am-fileicon {
    max-width: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
    height: auto !important;
    flex-shrink: 0 !important;
}
.am-attachments .am-fileline .am-filelink {
    display: inline !important;
    visibility: visible !important;
    margin-left: 10px !important;
}
.am-attachments .am-fileline .am-filesize {
    display: inline !important;
    visibility: visible !important;
    margin-left: 5px !important;
}


