body {
    font-family: Arial, Helvetica, "sans-serif";
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    line-height: 1.3;
    margin-top: 1em;
    margin-bottom: 0.25em;
    font-weight: 600;
}

.entry-content h2 {
    font-size: 1.2em;
    font-weight: 700;
}

.entry-content h3 {
    font-size: 1.1em;
}

.entry-content h4 {
    font-size: 1em;
}

.entry-content a {
    color: var(--mainColor);
}

.entry-content li > p {
    margin-bottom: 0;
}

.entry-content {
    line-height: 26px;
}

.entry-content p {
    margin-bottom: 0.25em;
}

/* Table */
.entry-content table {
    border-spacing: 0;
    border-collapse: collapse;
    display: block;
    width: max-content;
    max-width: 100%;
    overflow: auto;
    font-variant: tabular-nums;
}

.entry-content td,.entry-content th {
    padding: 0
}

.entry-content table th {
    font-weight: 600
}

.entry-content table th,.entry-content table td {
    padding: 6px 13px;
    border: 1px solid #d1d9e0
}

.entry-content table td>:last-child {
    margin-bottom: 0
}

.entry-content table tr {
    background-color: #fff;
    border-top: 1px solid #d1d9e0b3
}

.entry-content table tr:nth-child(2n) {
    background-color: #f6f8fa
}

.featured-image figcaption,
.image-product figcaption,
.image-illustration figcaption {
    text-align: center;
    padding-top: 5px;
    font-style: italic;
    font-size: 0.9rem;
}

.image-product {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.article-name {
    font-size: 1.8rem;
    font-weight: 700;
}
