/* Frontend Styles for ATOP Responsive Images Plugin */








/* Accessibility improvements */
.atop-responsive-image img {
    /* Ensure images are accessible */
    max-width: 100%;
    height: auto;
}

/* Print styles */
@media print {
    .atop-responsive-image {
        /* Ensure images print properly */
        break-inside: avoid;
    }
}
