.ahi-container {
    max-width: 750px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 14px;
    background: #fff7f5;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}
.ahi-container h2 {
    color: #d45a6e;
    text-align: center;
}
#ahi-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
}
#ahi-form input, #ahi-form select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#ahi-form button {
    background-color: #d45a6e;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
#ahi-form button:hover {
    background-color: #b13f57;
}
.ahi-buttons button {
    margin: 8px 6px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    color: white;
    background-color: #5a8ed4;
    cursor: pointer;
}
.ahi-buttons button:hover {
    background-color: #3f6fb1;
}
.ahi-disclaimer {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    text-align: center;
}
