<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.another_title {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}
.citi_list_block {
    width: 100%;
    display: block;
    text-align: justify;
    margin-top: 20px;
}
.one_city {
    display: inline-block;
    padding: 13px 20px;
    background: #FFFBEB;
    box-shadow: 3px 3px 4px rgba(233, 120, 21, 0.3);
    border-radius: 40px;
    margin: 0 20px 20px 0;
}

.one_city:not(.current_city):hover {
    box-shadow: 3px 3px 4px #E97815;
}
.one_city.current_city {
    background: #E97815;
    color: white;
}</pre></body></html>