.youtube-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 560px;
    width: 100%;
    margin-top: 20px;
}

.youtube-thumbnail {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}

.youtube-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 6px;
    max-width: 90%;
}

.yt-accept-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
}
