@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container {
    padding: 1rem;
    font-family: "Inter", sans-serif;
    width: 80%;
    margin: auto;
}

caption {
    margin-bottom: 10px;
    text-align: justify;
}

.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
    text-align: justify;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 8px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    color: #2b7fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0861e7;
}

.mathjax-responsive {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 1rem;
}
.mathjax-responsive .MathJax_Display {
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
}

.example-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    background-color: #f9f9f9;
}

footer {
    text-align: center;
    color: #b4b4b45e;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 768px) {
    .container {
        padding: 1rem;
        width: 90%;
        margin: auto;
    }
}