.gallery-stylizer-container {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.gallery-stylizer-featured div.featured-caption {
    margin-bottom: 10px;
    padding: 15px;
}

.gallery-stylizer-featured img {
    width: 100%;
    height: auto;
}

.gallery-stylizer-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.gallery-stylizer-thumbnails img {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
}

.gallery-stylizer-thumbnails img:hover {
    border-color: #0073aa;
}
