h2 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0d6efd;
}

h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #495057;
}

p {
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

ul li {
    padding: 0.5rem 1rem;
    margin-bottom: 0.4rem;
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
    border-radius: 0.25rem;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

ul li:hover {
    background-color: #e2e6ea;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #f8f9fa;
}

table th,
table td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}

table th {
    background-color: #e9ecef;
    font-weight: 600;
}