h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2c3e50;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
    margin: 3rem 0 1rem !important;
}

h3 {
    font-size: 1.2rem;
    color: #34495e;
    margin: 1.5rem 0 0.8rem;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 1rem 0;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
td {
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 1rem;
}

table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2c3e50;
}

table ul,
ol {
    /*padding-left: 1.5rem;*/
    margin: 0.5rem 0 1.2rem;
}

table li {
    margin-bottom: 0.6rem;
    font-size: 1rem;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.2rem !important;
        padding-bottom: 0.4rem;
        margin: 2rem 0 1rem !important;
    }

    table h3 {
        font-size: 1.1rem;
    }

    table th,
    table td,
    table li {
        font-size: 0.9rem;
    }

    table th,
    table td {
        padding: 0.6rem 0.8rem;
    }
}



