/* Sonuç container'ı */
.result-container {
    background-color: #f9f9f9;  /* Açık gri arka plan */
    border-radius: 10px;         /* Yumuşak köşeler */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);  /* Hafif gölge efekti */
    padding: 20px;
    margin-top: 20px;
}

/* Sonuç başlıkları */
.Detail-title {
    font-size: 18px;
    font-weight: bold;
    color: #057232;
    margin-bottom: 0px;
}

/* Sonuçlar */
.Detail-result {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: -20px;
    margin-bottom: 20px;
}

/* Rakamları ayıran binlik ayırıcı (virgül) */
.Detail-result span {
    font-size: 24px;
    font-weight: 700;
    color: #e74c3c;
}

/* Her bir sonucu ayıran kutular */
.mb-xl-2 {
    border-bottom: 1px solid #e0e0e0; /* Sonuçları ayıran çizgi */
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* Detaylı sayfa başlık ve açıklamalar */
.Detail-result {
    text-align: center;
   margin-top:5px;
}
