
.phongvt-download-wrapper {
    max-width: 1200px;
    margin: 50px auto;
}

.phongvt-download-item {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
    gap: 30px;
}

.phongvt-download-thumb img {
    width: 400px;
    height: auto;
}

.phongvt-download-content {
    flex: 1;
}

.phongvt-download-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.phongvt-download-content p {
    color: #555;
    line-height: 1.6;
}

.phongvt-view-more {
    display: inline-block;
    margin-top: 15px;
    color: #0a5bd3;
    font-weight: 600;
    text-decoration: none;
}

.phongvt-download-file {
    text-align: center;
}

.phongvt-pdf-icon {
    width: 90px;
    height: 110px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #1ca7d7;
    border-radius: 6px;
    margin-bottom: 15px;
}

.phongvt-btn-download {
    display: inline-block;
    background: linear-gradient(90deg, #004aad, #1ca7d7);
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}

@media(max-width: 768px){
    .phongvt-download-item{
        flex-direction: column;
        text-align:center;
    }

    .phongvt-download-thumb img{
        width:100%;
    }
}
