.finlit-video-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}

.finlit-video-player-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.finlit-video-player-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.finlit-video-status {
    margin-top: 15px;
    padding: 14px 18px;
    background: #f4f7f4;
    border: 1px solid #dce5dc;
    border-radius: 8px;
    font-size: 15px;
}

#finlit-video-status-text {
    margin-left: 5px;
    font-weight: 700;
}