h1.article_title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 700;
}

/* Description */
.article_intro,
.article_outro {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.article_intro strong,
.article_outro strong {
    font-weight: 600;
}

/* Clinic blocks */
.clinic-block {
    border-top: 1px solid #ddd;
    padding: 18px 0;
}

.clinic-block:last-of-type {
    border-bottom: 1px solid #ddd;
}

.clinic-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.clinic-title h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.clinic-rank {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: rebeccapurple;
    padding: 0.5em 0.8em;
    border-radius: 1em;
    /* float: right; */
}

.clinic-block p {
    margin: 4px 0 6px;
    font-size: 14px;
    line-height: 1.5;
}

.clinic-block ul {
    margin: 4px 0 8px 18px;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
}

.clinic-block li {
    margin-bottom: 3px;
}

/* Spans for prices, specialists, terms */
.article_price {
    font-weight: 600;
    color: #b22222;
    white-space: nowrap;
}

.article_specialist {
    font-weight: 500;
    color: #4f9c32;
}

.article_term {
    /* font-style: italic; */
    color: #d48029;
    /* font-weight: bold; */
}

/* Misc */
.article_note {
    font-size: 13px;
    /* color: #666; */
    margin-bottom: 14px;
    background-color: aliceblue;
    padding: 1em;
    font-style: italic;
}