/*
Theme Name: Home and Sea
Description: Responsywny motyw.
Author: AXB
Version: 1.1
*/


#lightbox-img {
    transition: opacity 0.2s ease-in-out;
}
.gallery-img:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}
/* Przywrócenie numeracji dla list w treści stron */
main ol {
    list-style-type: decimal !important;
    margin-left: 1.5rem !important;
    padding-left: 1rem !important;
}

main ul {
    list-style-type: disc !important;
    margin-left: 1.5rem !important;
    padding-left: 1rem !important;
}

main li {
    margin-bottom: 0.5rem;
}