.eksper-detay-container {
    max-width: 78.2rem;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #f9fcfd;
    border-radius: 1rem;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Başlık ve profil */
.eksper-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.eksper-profil-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #007782;
}

.eksper-header-info {
    flex: 1;
}

.eksper-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #007782;
    margin-bottom: 0.5rem;
}

.eksper-rating {
    font-size: 1rem;
    color: #555;
}

.eksper-location {
    color: #777;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

/* İstatistikler */
.eksper-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background-color: #e9f4f5;
    padding: 1rem;
    border-radius: 0.75rem;
    gap: 1rem;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-item i {
    color: #007782;
    margin-bottom: 0.25rem;
    display: block;
    font-size: 1.2rem;
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: #666;
}

.stat-value {
    font-weight: bold;
    font-size: 1.1rem;
    color: #007782;
}

/* Açıklama */
.eksper-aciklama {
    margin-bottom: 2rem;
    background-color: #eef7f9;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border-left: 4px solid #007782;
}

.eksper-aciklama h3 {
    color: #007782;
    margin-bottom: 1rem;
}

/* Yorumlar */
.eksper-yorumlar {
    margin-bottom: 2rem;
}

.yorum-listesi {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.yorum-item {
    background-color: #f5f9fa;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #d6e6e8;
}

.yorum-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.yorum-profil-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #007782;
}

.yorum-info {
    flex: 1;
}

.yorum-kullanici {
    font-weight: 600;
    font-size: 1rem;
}

.yorum-tarih {
    font-size: 0.85rem;
    color: #888;
}

.yorum-rating {
    font-size: 1rem;
    color: #007782;
    margin-bottom: 0.25rem;
}

.yorum-metin {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.25rem;
}

.yorum-ilan a {
    font-size: 0.9rem;
    color: #007782;
    text-decoration: underline;
}

/* Geri Dön Butonu */
.eksper-actions {
    text-align: center;
    margin-top: 2rem;
}

.eksper-actions .btn {
    padding: 0.5rem 1.5rem;
    background-color: #007782;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: background 0.3s;
}

.eksper-actions .btn:hover {
    background-color: #005f67;
}
/* Genişlik düzenlemesi ve sayfa ortalama */
.eksper-detay-container {
    max-width: 78.2rem;
    width: 90%;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* Yıldız stili */
.eksper-basari {
    font-size: 1.05rem;
    margin-top: 0.5rem;
}

/* eksper-detay.css */
.star-rating {
    display: flex;
    gap: 4px;
    font-size: 1.3rem;
    color: #007782;
}

.star-rating .filled {
    color: #f1c40f;
}
