.gallery_i001 { font-size: 1rem; }
.gallery_i001-title {
    color: var(--i001-title-color, #212529);
    font-size: var(--theme-font-size-h3, 1.5rem);
    font-weight: 700;
    line-height: 2;
    margin-top: 2rem;
    margin-bottom: 0.3em;
}
.gallery_i001-decor {
    border: none;
    border-top: 4px solid var(--i001-decor-color, #0d6efd);
    width: 3rem;
    margin: 0 0 1em 0;
}
.gallery_i001-subtitle {
    color: var(--i001-subtitle-color, #6c757d);
    font-size: var(--theme-font-size-h4, 1.3rem);
    margin: 0 0 1.25em 0;
    line-height: 1.6;
}
.gallery_i001-list { display: flex; flex-direction: column; gap: 1rem; }
.gallery_i001-item { overflow: hidden; border-radius: 4px; }
.gallery_i001-item img {
    width: var(--i001-img-width, 100%);
    height: auto;
    display: block;
    transition: opacity 0.3s;
}
.gallery_i001-item a:hover img { opacity: 0.85; }