.skill-tutorial {
    width: 100%;
}

.skill-tutorial__video-wrap {
    width: 100%;
    background: #000;
}

.skill-tutorial__video-wrap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: transparent;
}

.skill-tutorial__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skill-tutorial__panel {
    margin-top: 15px;
    padding: 15px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.skill-tutorial__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.skill-tutorial__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.skill-tutorial__button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.skill-tutorial__button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}