.description_tags h2:has(+ ul.delivery_cities) {
    margin: 1rem 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
}

ul.delivery_cities {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

ul.delivery_cities li {
    padding-left: 18px;
}

ul.delivery_cities li::before {
    top: 6px;
}

table.delivery_cities {
    padding: 0;
}

table.delivery_cities td {
    padding: 3px 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

table.delivery_cities td:first-child {
    min-width: 50px;
}
table.delivery_cities td:nth-child(3) {
    min-width: 60px;
}
table.delivery_cities td:last-child {
    min-width: 65px;
}

table.delivery_cities tr:nth-child(odd) {
    background-color: #d3d3d3; /* light gray */
}

@media (min-width: 490px) {
    table.delivery_cities {
        padding: 1rem;
    }

    table.delivery_cities td {
        padding: 10px 5px;
    }
}
