#avalaunch-address-search-container {
    max_width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#avalaunch-address-input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Fix padding issue */
}

#avalaunch-services-results {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
}

#avalaunch-services-results h3 {
    margin-top: 0;
}

#avalaunch-services-results ul {
    list-style-type: disc;
    margin-left: 20px;
}

.error {
    color: red;
}
