#hc-biquintile {
    max-width: 650px;
    margin: 20px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: 'Inter', sans-serif;
    border-top: 5px solid #2980b9;
}

#hc-biquintile .hc-header h3 {
    color: #2c3e50;
    text-transform: uppercase;
}

#hc-biquintile .hc-btn {
    background: #2980b9;
}

#hc-biquintile .hc-btn:hover {
    background: #3498db;
}

#hc-biquintile .hc-result {
    background: #f4f9fd;
    border: 1px solid #2980b9;
}

#hc-biquintile .hc-result-value {
    color: #2980b9;
}

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