.dhw-nang-luc-v3 {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #efefef;
}

.dhw-nang-luc-v3,
.dhw-nang-luc-v3 *,
.dhw-nang-luc-v3 *::before,
.dhw-nang-luc-v3 *::after {
    box-sizing: border-box;
}

.dhw-nang-luc-v3__inner {
    margin: 0 auto;
    padding: 32px 38px 20px;
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 1fr);
    column-gap: 52px;
    align-items: start;
}

.dhw-nang-luc-v3__title {
    display: inline-flex;
    align-items: center;
    height: 37px;
    padding: 0 13px;
    margin: 0 0 21px;
    border-radius: 22px;
    background: linear-gradient(90deg, #7ecb28 0%, #00833d 100%);
    color: #fff;
    font-size: 17px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: .05px;
    white-space: nowrap;
}

.dhw-nang-luc-v3__copy {
    color: #151515;
    font-size: 15.5px;
    line-height: 1.48;
}

.dhw-nang-luc-v3__copy p {
    margin: 0 0 21px;
}

.dhw-nang-luc-v3__copy strong {
    font-weight: 800;
}

.dhw-nang-luc-v3__list {
    list-style: none !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.dhw-nang-luc-v3__list li {
    position: relative;
    list-style: none !important;
    margin: 0 0 12px !important;
    padding: 0 0 0 30px !important;
    color: #171717;
    font-size: 15.5px;
    line-height: 1.48;
}

.dhw-nang-luc-v3__list li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid var(--dhw-accent, #75C51B);
}

.dhw-nang-luc-v3__right {
    width: 100%;
    padding-top: 27px;
}

/* Video */
.dhw-video-wrap,
.dhw-video-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #626262;
}

.dhw-video-wrap {
    position: relative;
}

.dhw-video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

/* Placeholder khi chưa upload video */
.dhw-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.dhw-video-placeholder span {
    font-size: 27px;
    line-height: 1.2;
}

@media (max-width: 900px) {
    .dhw-nang-luc-v3__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        row-gap: 25px;
    }

    .dhw-nang-luc-v3__right {
        padding-top: 0;
    }

    .dhw-video-wrap,
    .dhw-video-placeholder {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 549px) {
    .dhw-nang-luc-v3__inner {
        width: calc(100% - 20px);
        padding: 22px 18px;
    }

    .dhw-nang-luc-v3__title {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .dhw-nang-luc-v3__copy,
    .dhw-nang-luc-v3__list li {
        font-size: 14px;
    }

    .dhw-video-wrap,
    .dhw-video-placeholder {
        border-radius: 12px;
    }
}
