.orla-remote-gallery {
    margin-bottom: 1.5rem;
}
.orla-remote-gallery-main img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.orla-remote-gallery-thumbnails {
    margin-top: 0.75rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.orla-remote-gallery-thumb {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
   justify-content: center;
}
.orla-remote-gallery-thumb.is-active {
    border-color: #333;
}
.orla-remote-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
