
    .gtr-container-x7y3z1 {
        font-family: Verdana, Helvetica, "Times New Roman", Arial, sans-serif;
        color: #333;
        line-height: 1.6;
        padding: 15px;
        max-width: 100%;
        box-sizing: border-box;
        border: none;
    }

    @media (min-width: 768px) {
        .gtr-container-x7y3z1 {
            max-width: 960px;
            margin: 0 auto;
            padding: 20px;
        }
    }

    .gtr-container-x7y3z1__main-title {
        font-size: 18px;
        font-weight: bold;
        color: #0000FF;
        margin-bottom: 1.5em;
        text-align: left;
    }

    .gtr-container-x7y3z1__section-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-top: 2em;
        margin-bottom: 1em;
        text-align: left;
    }

    .gtr-container-x7y3z1__subsection-title {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-top: 1.5em;
        margin-bottom: 0.8em;
        text-align: left;
    }

    .gtr-container-x7y3z1 p {
        font-size: 14px;
        margin-bottom: 1em;
        text-align: left !important;
    }

    .gtr-container-x7y3z1 hr {
        border: none;
        border-top: 1px solid #eee;
        margin: 2em 0;
    }

    .gtr-container-x7y3z1__table-wrapper {
        overflow-x: auto;
        margin-bottom: 1em;
    }

    .gtr-container-x7y3z1 table {
        width: 100%;
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        margin-bottom: 1em;
        font-size: 14px;
        min-width: 600px; /* Ensure table has minimum width for scroll on small screens */
    }

    .gtr-container-x7y3z1 th,
    .gtr-container-x7y3z1 td {
        border: 1px solid #ccc !important;
        padding: 10px !important;
        text-align: left !important;
        vertical-align: top !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .gtr-container-x7y3z1 th {
        font-weight: bold !important;
        background-color: #f0f0f0;
        color: #333;
    }

    .gtr-container-x7y3z1 tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .gtr-container-x7y3z1 ul {
        list-style: none !important;
        padding-left: 20px;
        margin-bottom: 1em;
    }

    .gtr-container-x7y3z1 ul li {
    position: relative;
        padding-left: 20px;
        margin-bottom: 0.5em;
        font-size: 14px;
    list-style: none !important;
}

    .gtr-container-x7y3z1 ul li::before {
        content: "•" !important;
        position: absolute !important;
        left: 0 !important;
        color: #0000FF;
        font-size: 1.2em;
        line-height: 1;
    }

    .gtr-container-x7y3z1 ol {
        list-style: none !important;
        padding-left: 25px;
        margin-bottom: 1em;
        counter-reset: list-item;
    }

    .gtr-container-x7y3z1 ol li {
    position: relative;
        padding-left: 25px;
        margin-bottom: 0.5em;
        font-size: 14px;
        counter-increment: none;
    list-style: none !important;
}

    .gtr-container-x7y3z1 ol li::before {
        content: counter(list-item) "." !important;
        position: absolute !important;
        left: 0 !important;
        color: #0000FF;
        font-weight: bold;
        width: 20px;
        text-align: right;
        line-height: 1;
    }

    .gtr-container-x7y3z1 strong {
        font-weight: bold;
    }
