#bottomCity {
    background-color: #1c1c33;
}

#bottomCity > ul {
    display: flex;
    position: relative;
    overflow-x: auto;
    width: 100%;
    padding: 1rem;
    margin: 0;
    list-style-type: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#bottomCity > ul::-webkit-scrollbar {
    display: none;
}

.county-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    min-width: 320px;
    max-width: 320px;
    background-color: #2c2c44;
    color: white;
    border-radius: 0;
    padding-bottom: 1rem;
}

.county-card.first-card {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.county-card.last-card {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.county-card h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}

.county-card ul {
    list-style-type: none;
    padding-left: 1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    width: 100%;
    text-align: start;
}

.county-card ul li {
    color: white;
    cursor: pointer;
    padding: 5px 0;
}

.county-card ul li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0 10px;
}

.county-card ul li.empty-message {
    color: white;
    text-align: center;
    padding: 10px 0;
}
