    .seo__text {
        font-family: 'CustomFont', Arial, sans-serif;
        margin-bottom: 10px;
        color: #000000;
    }
    .seo__text h1, .seo__text h2, .seo__text h3, .seo__text h4 {
        color: #000000;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .seo__text b, .seo__text strong {
        font-weight: 600 !important;
    }
    .seo__text p {
        margin-bottom: 10px;
    }
    .table_component {
        overflow: auto;
        width: 100%;
    }
    .seo__text a {
        color: rgb(255, 0, 0) !important;
    }
    }
    .table_component table {
        border: 1px solid #dededf;
        table-layout: fixed;
        border-collapse: collapse;
        border-spacing: 1px;
        text-align: left;
    }
    
    .table_component caption {
        caption-side: top;
        text-align: left;
    }
    
    .table_component th {
        border: 1px solid #dededf;
        background-color: #eceff1;
        color: #000000;
        padding: 5px;
    }
    
    .table_component td {
        border: 1px solid #dededf;
        background-color: #ffffff;
        color: #000000;
        padding: 5px;
    }
    .seo__text summary {
        display: block;
        cursor: pointer;
        margin-bottom: 10px;
        font-family: 'CustomFont', Arial, sans-serif;   
    }