.et-productdetail-wrapper .youtube-thumbnail .inner {
    border-radius: 6px;
    overflow: hidden;
}

.et-productdetail-wrapper .youtube-thumbnail a {
    position: relative;
}

.et-productdetail-wrapper .youtube-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.et-productdetail-wrapper .youtube-thumbnail .play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
    background: rgba(98, 156, 13, 0.92);
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.et-productdetail-wrapper .youtube-thumbnail a:hover img {
    opacity: 0.82;
}

.et-productdetail-wrapper .youtube-thumbnail a:hover .play-icon {
    background: #4f8208;
}
