#hc-yuzde-hesaplama {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: 'Outfit', sans-serif;
    max-width: 550px;
    margin: 20px auto;
}

#hc-yuzde-hesaplama .hc-yuzde-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

#hc-yuzde-hesaplama .hc-yuzde-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 600;
    color: #475569;
}

#hc-yuzde-hesaplama input {
    width: 80px;
    padding: 8px;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
}

#hc-yuzde-hesaplama .hc-mini-btn {
    background: #2563eb;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 900;
    cursor: pointer;
}

#hc-yuzde-hesaplama .hc-yuzde-res {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #1e293b;
    display: none;
}

#hc-yuzde-hesaplama .hc-yuzde-res.visible {
    display: block;
    animation: fadeIn 0.3s ease;
}

#hc-yuzde-hesaplama .hc-yuzde-res strong {
    color: #2563eb;
    font-size: 1.4rem;
}
