.elementor-2688 .elementor-element.elementor-element-51da3f4 > .elementor-container{max-width:1600px;}/* Start custom CSS for column, class: .elementor-element-380f74c */.city-list {
    font-family: Arial, sans-serif;
    margin: 15px auto;
    max-width: 650px;
    padding: 0 20px;
}

/* Remove default bullets/margins */
.city-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each row */
.city-list li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 16px;
}

/* Map pin icon */
.city-list li i {
    margin-right: 8px;
    color: #0F57FB; /* your blue */
    font-size: 14px;
}

/* Links */
.city-list a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

/* Hover state */
.city-list a:hover {
    color: #0F57FB;
    text-decoration: underline;
}/* End custom CSS */