.gram-altin-hesaplama {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gram-altin-hesaplama h3 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.gram-altin-hesaplama h4 {
    color: #444;
    margin: 20px 0 10px;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.kullanim-kilavuzu {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.kullanim-kilavuzu ol {
    margin: 10px 0;
    padding-left: 20px;
}

.kullanim-kilavuzu li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.kullanim-kilavuzu em {
    color: #666;
    font-style: italic;
}

.kullanim-kilavuzu p {
    margin: 10px 0 0;
    color: #666;
    font-size: 14px;
}

.guncel-bilgi {
    background: #fff;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 20px;
}

.hesaplama-formu {
    background: #fff;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 20px;
}

.ornek-hesaplama {
    background: #f0f4ff;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
}

.ornek-hesaplama ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style-type: disc;
}

.ornek-hesaplama li {
    margin-bottom: 5px;
    color: #444;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}

.form-group input::placeholder {
    color: #999;
    font-size: 14px;
}

.hesapla-btn {
    width: 100%;
    padding: 12px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.hesapla-btn:hover {
    background: #45a049;
}

.sonuc-alani {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    display: none;
}

.sonuc-kar {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.sonuc-zarar {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* Yeni eklenen stiller */
.artis {
    color: #2e7d32;
    font-weight: bold;
}

.dusus {
    color: #c62828;
    font-weight: bold;
}

.form-group small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
} 