.vp18h_share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.vp18h_share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f1f1f1;
    text-decoration: none;
    color: #333;
}

.vp18h_share-button i {
    font-size: 24px;
}

/* Tùy chỉnh màu sắc cho từng nút */
.vp18h_share-button.facebook {
    background-color: #3b5998;
    color: #fff;
}

.vp18h_share-button.instagram {
    background-color: #E4405F;
    color: #fff;
}

.vp18h_share-button.tiktok {
    background-color: #000000;
    color: #fff;
}

.vp18h_share-button.zalo {
    background-color: #0068ff;
    color: #fff;
}

.vp18h_share-button.zalo img {
    width: 24px;
    height: 24px;
}
.vp18h-nt-content {display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; justify-content: space-between;}
.vp18h-column-gt {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    box-sizing: border-box;
}
.vp18h-column-gt * {
    max-width: 100%;
    box-sizing: border-box;
}
.vp18h-column-gt img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; 
}
.vp18h-column-gt table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}
.vp18h-column-gt iframe {
    max-width: 100%;
}
.vp18h-column-gt p,
.vp18h-column-gt h1, 
.vp18h-column-gt h2, 
.vp18h-column-gt h3, 
.vp18h-column-gt h4, 
.vp18h-column-gt h5, 
.vp18h-column-gt h6 {
    margin: 0 0 10px;
    line-height: 1.8;
}
.vp18h_section-detail {
    padding: 10px 0;
}