.our-coverage-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #000;
    color: #fff;
}

.search-container {
    margin-bottom: 20px;
}

.search-container input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.state-dropdown {
    margin-bottom: 20px;
    background-color: #0055FF;
    padding: 10px;
}

.state-dropdown select {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.state-dropdown select option {
    background-color: #222;
    color: white;
}

#utilities-table {
    width: 100%;
    border-collapse: collapse;
}

#utilities-table th, #utilities-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #333;
}

#utilities-table th {
    font-weight: bold;
}

#utilities-table td a {
    color: #fff;
    text-decoration: none;
}

#utilities-table td a:hover {
    text-decoration: underline;
}

.chora-logo {
    margin-top: 30px;
    text-align: center;
}

.chora-logo img {
    max-width: 150px;
}