#hc-asalet {
    max-width: 700px;
    margin: 20px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    border-bottom: 6px solid #f1c40f;
}

#hc-asalet .hc-header h3 {
    color: #2c3e50;
    font-weight: 900;
}

#hc-asalet .hc-btn {
    background: #f1c40f;
    color: #2c3e50;
    font-weight: 800;
}

#hc-asalet .hc-btn:hover {
    background: #f39c12;
}

#hc-asalet .hc-result {
    background: #fdfaf0;
    border: 1px solid #f1c40f;
}

#hc-asalet .hc-result-value {
    color: #d35400;
}

@media (max-width: 480px) {
    #hc-asalet .hc-form-row {
        flex-direction: column;
    }
}
