h1 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.15em;
    font-weight: 700;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}

p,
li {
    line-height: 1.6;
    margin-bottom: 0.5em;
}

ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.8em 0 1.5em;
}

table td {
    padding: 0.4em 0.8em;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
}

table td:first-child {
    white-space: nowrap;
    width: 1%;
}

a {
    color: var(--primary-color, #005a9c);
    text-decoration: underline;
}

em {
    display: block;
    margin-top: 0.3em;
    font-size: 0.9em;
    color: #555;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

.container {
    max-width: 960px;
    padding: 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
}
