@media (max-width: 992px) {
    .navbar-light .wsmenu-list > li > a.h-link:hover {
        color: black !important;
    }

    .wsmenu > .wsmenu-list > li a.btn {
        font-size: 1.25rem;
        line-height: 44px;
        border-width: 2px;
        padding: 5px 22px;
        margin: 1px 0 2px;
        border-radius: 0;
        color: white;
        border-color: #3eb1ff !important;
        background-color: #3eb1ff !important;
    }

    .wsmenu > .wsmenu-list > li a.btn:hover {
        border-color: #1680fb !important;
        background-color: #1680fb !important;
    }
}

#privacy-page,
#privacy-page .container,
#privacy-page .row {
    max-width: 100%;
}

#privacy-page .row {
    min-width: 0;
}

.rich-text-editor-table {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #27272a;
    -webkit-overflow-scrolling: touch;
}

.rich-text-editor-table table {
    width: max-content !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 1.5rem auto;
    border-collapse: collapse;
    table-layout: auto;
}

.rich-text-editor-table table th,
.rich-text-editor-table table td {
    padding: 0.75rem 1rem;
    border: 1px solid #d4d4d8;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.rich-text-editor-table table th {
    font-weight: 600;
    color: #18181b;
    background-color: #f4f4f5;
}

.rich-text-editor-table table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.rich-text-editor-table table tbody tr:hover {
    background-color: #f4f4f5;
}

.rich-text-editor-table table p {
    margin: 0;
}

.rich-text-editor-table table p + p {
    margin-top: 0.5rem;
}

.rich-text-editor-table img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .rich-text-editor-table table {
        margin: 1.5rem 0;
    }
}