.vb-tab-description-content {
    max-width: 100%;
    overflow-wrap: anywhere;
    color: #243247;
    font-size: 16px;
    line-height: 1.75;
}

.vb-tab-description-content > :first-child {
    margin-top: 0 !important;
}

.vb-tab-description-content > :last-child {
    margin-bottom: 0 !important;
}

.vb-tab-description-content h1,
.vb-tab-description-content h2,
.vb-tab-description-content h3,
.vb-tab-description-content h4,
.vb-tab-description-content h5 {
    margin: 24px 0 10px;
    color: #111827;
    font-family: inherit !important;
    font-weight: 850;
    letter-spacing: -0.02em;
    text-transform: none;
}

.vb-tab-description-content h1,
.vb-tab-description-content h2 {
    font-size: 20px !important;
    line-height: 1.35 !important;
}

.vb-tab-description-content h3 {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

.vb-tab-description-content h4,
.vb-tab-description-content h5 {
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.vb-tab-description-content p,
.vb-tab-description-content li,
.vb-tab-description-content div,
.vb-tab-description-content span,
.vb-tab-description-content strong,
.vb-tab-description-content b,
.vb-tab-description-content em,
.vb-tab-description-content i,
.vb-tab-description-content u,
.vb-tab-description-content a {
    max-width: 100%;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.vb-tab-description-content p {
    margin: 0 0 16px;
}

.vb-tab-description-content ul,
.vb-tab-description-content ol {
    margin: 14px 0 20px;
    padding-left: 24px;
}

.vb-tab-description-content li {
    margin-bottom: 8px;
}

.vb-tab-description-content strong,
.vb-tab-description-content b {
    color: #172033;
    font-weight: 800;
}

.vb-tab-description-content a {
    color: #b60000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vb-tab-description-content a:hover {
    color: #8f0000;
}

.vb-tab-description-content img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    border-radius: 14px;
    object-fit: contain;
}

.vb-tab-description-content blockquote {
    margin: 20px 0;
    padding: 16px 18px;
    border-left: 4px solid #b60000;
    border-radius: 0 12px 12px 0;
    background: #f8fafc;
    color: #334155;
}

.vb-tab-description-content hr {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.vb-tab-description-content table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    background: #ffffff;
}

.vb-tab-description-content th,
.vb-tab-description-content td {
    min-width: 120px;
    padding: 12px 14px !important;
    border: 1px solid #e5e7eb !important;
    color: #334155;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left;
    vertical-align: top;
}

.vb-tab-description-content th {
    background: #f8fafc;
    color: #111827;
    font-weight: 800;
}

.vb-tab-description-content > table,
.vb-tab-description-content div:has(> table) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vb-tab-description-content [style] {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: normal !important;
    color: inherit !important;
    background: transparent !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-indent: 0 !important;
}

@media (max-width: 767px) {
    .vb-tab-description-content {
        font-size: 15px;
        line-height: 1.7;
    }

    .vb-tab-description-content h1,
    .vb-tab-description-content h2 {
        margin-top: 22px;
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .vb-tab-description-content h3 {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    .vb-tab-description-content h4,
    .vb-tab-description-content h5 {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }

    .vb-tab-description-content table {
        display: block;
        width: max-content !important;
        min-width: 100%;
        overflow-x: auto;
        white-space: normal;
    }

    .vb-tab-description-content th,
    .vb-tab-description-content td {
        min-width: 140px;
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
}
