.section {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.section h2 {
    margin-top: 0;
}

#apiStatus {
    margin: 15px 0;
    font-weight: bold;
}

form div {
    margin-bottom: 10px;
}

label {
    display: inline-block;
    width: 100px;
}
