/* v1.2.2 */
.hesapla-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 24px auto;
    padding: 0 12px;
}
.hesapla-card, .hesapla-card-grid {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.hesapla-card h3 { margin: 0 0 12px; font-size: 20px; font-weight: 700; }
.hesapla-form { display: flex; flex-direction: column; }
.hesapla-form label { margin: 10px 0 6px; font-weight: 600; }
.hesapla-form input {
    width: 100% !important;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}
.hesapla-btn {
    align-self: flex-start;
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}
.hesapla-btn:hover { background:#1d4ed8; }
.hesapla-result {
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-weight: 600;
}
5f46;
    font-weight: 600;
}
