#hc-pasta-grafik-hesaplama textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

#hc-pasta-grafik-hesaplama .hc-pg-visual {
    margin-bottom: 25px;
}

#hc-pasta-grafik-hesaplama .hc-pg-bar-wrap {
    margin-bottom: 12px;
}

#hc-pasta-grafik-hesaplama .hc-pg-bar-label {
    font-size: 0.9rem;
    margin-bottom: 4px;
    color: #555;
}

#hc-pasta-grafik-hesaplama .hc-pg-bar-bg {
    height: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}

#hc-pasta-grafik-hesaplama .hc-pg-bar-fill {
    height: 100%;
    transition: width 0.5s ease;
}

#hc-pasta-grafik-hesaplama .hc-result-table {
    width: 100%;
    border-collapse: collapse;
}

#hc-pasta-grafik-hesaplama .hc-result-table th, 
#hc-pasta-grafik-hesaplama .hc-result-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
