.wpev-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wpev-gallery {
    display: flex;
    gap: 20px;
}

.wpev-thumbnails-left {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpev-thumbnails-left img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
}

.wpev-main-image img {
    max-width: 500px;
    height: auto;
}

.wpev-details {
    margin-top: 20px;
}

.wpev-related {
    margin-top: 30px;
}

.wpev-related-thumbs {
    display: flex;
    gap: 10px;
}

.wpev-related-thumbs img {
    width: 100px;
    height: auto;
    border: 1px solid #ddd;
}
