/* public/css/ilan-detay-sag.css */

/* Sağ Taraf */
.sag-taraf {
    width: 30%;
    max-height: none; /* sınırsız yükseklik */
    height: auto; /* yüksekliği içeriğe göre ayarla */
    overflow: visible; /* taşmayı engelle */
}

/* Kullanıcı Bilgisi */
/* Kullanıcı Bilgisi */
.sag-taraf .kullanici-bilgi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    padding: 1rem 1.25rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 0.625rem;
    width: 100%;
    overflow: auto;
}

.kullanici-bilgi-ust {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;

   
    margin-bottom: 0.625rem;
}

/* Profil resmi zaten vardı ama garanti olsun */
.profil-resmi {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 2px;
}

/* Yazı kısmı */
.kullanici-bilgi-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-20px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-20px); }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
/* Profil Resmi */
.sag-taraf .kullanici-bilgi .profil-resmi {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 2px;
}


.satin-al-button {
    background-color: #007782;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0.08);
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
}

.satin-al-button:hover {
    background-color: #005f6b;
    transform: scale(1.02);
}
.eksper-ol-button {
    background-color: #E6F0FA;
    color: #007782;
    border: 1px solid #007782;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: background-color 0.3s, color 0.3s;
    width: 100%;
}

.eksper-ol-button:hover {
    background-color: #007782;
    color: white;
}


.current-price.updated {
    animation: blink 0.5s ease-in-out;
}


.fiyat-guncellendi-bildirim {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    animation: fadeInOut 3s ease-in-out;
}

.price-container {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.starting-price {
    font-size: 14px;
    color: #666;
}

.current-price {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}





/* Kullanıcı Bilgi Metin (Kullanıcı Adı ve Satış Bilgisi) */
.sag-taraf .kullanici-bilgi .kullanici-bilgi-text {
    display: flex;
    flex-direction: column;
}

/* Kullanıcı Adı */
.sag-taraf .kullanici-bilgi .kullanici-ad {
    font-size: 1.15rem;
    color: #007782;
    text-transform: capitalize;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    margin-left: 0;
}

/* Satış Bilgisi */
.sag-taraf .kullanici-bilgi .satis-bilgi {
    font-size: 1.075rem;
    color: #007782;
    font-family: "DM Sans", sans-serif;
    margin-left: 0;
}

/* Başlık */
.sag-taraf .kullanici-bilgi .baslik {
    margin-top: 10;
    font-size: 1.85rem;
    font-weight: normal;
    line-height: 1.3;
    font-family: 'Bree Serif', serif;
    font-style: normal;
    color: #151c5c;
    transition: transform 0.2s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.sag-taraf .kullanici-bilgi .price-container {
    display: flex; /* Elemanları yan yana hizalamak için */
    align-items: baseline; /* Yazıların alt çizgileri hizalı olsun */
    gap: 5px; /* Elemanlar arasında küçük bir boşluk */
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap; /* Eğer satır taşarsa alta geçsin */
}
/* Şu Anki Fiyat */
.sag-taraf .kullanici-bilgi .price-container .current-price {
    font-size: 2.375rem; /* Mevcut büyük font boyutu */
    line-height: 1.2;
    font-family: "Host Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #151c5c; /* Mevcut koyu renk */
    transition: transform 0.2s;
}

.sag-taraf .kullanici-bilgi .price-container .price-label {
    font-size: 1.125rem;
    color: #424242;
    font-family: "Inter", sans-serif;
     font-weight: normal;
}


/* Başlangıç Fiyatı */
.sag-taraf .kullanici-bilgi .price-container .starting-price {
    font-size: 1.125rem; /* 14px */
    color: #666; /* Gri renk */
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

/* Animasyonlu güncelleme efekti */
.sag-taraf .kullanici-bilgi .price-container .current-price.updated {
    animation: blink 0.5s ease-in-out;
}
/* Durum */
.sag-taraf .kullanici-bilgi .durum {
    margin-top: 1px;
    font-size: 1.40rem;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #007782;
    transition: transform 0.2s;
}

/* Değerlendirme */
.sag-taraf .kullanici-bilgi .degerlendirme {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #007782;
    margin-bottom: 0.625rem;
}

.sag-taraf .kullanici-bilgi .degerlendirme .yildizlar {
    margin-left: 0.3125rem;
}

.sag-taraf .kullanici-bilgi .degerlendirme .takip-et {
    margin-left: 0.625rem;
    font-size: 1.125rem;
    cursor: pointer;
}

.sag-taraf .kullanici-bilgi .degerlendirme .takip-et:hover {
    color: #005f6b;
}

/* Teklif Verme Bölümü */
.sag-taraf .kullanici-bilgi .counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    gap: 2;
    color: #007782;
    margin-bottom: 1rem;
    display: none;
    margin-left: -2px
}

.sag-taraf .kullanici-bilgi .counter-container.active {
    display: flex;
}

.sag-taraf .kullanici-bilgi .counter-container .clock-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
}

.sag-taraf .kullanici-bilgi .counter-container .counter {
    margin: 0 0.3125rem;
    font-weight: 600;
    font-size: 1.725rem;
    font-family: "DM Sans", sans-serif;
}

.sag-taraf .kullanici-bilgi .price-input-container {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
    width: 100%;
}
.sag-taraf .kullanici-bilgi .price-input {
    padding: 0.625rem;
    font-size: 1.125rem;
    text-align: right;
    border: 1px solid #007782;
    border-radius: 5px 0 0 5px;
    outline: none;
    width: 100%;
    max-width: 24rem; /* Input alanını genişlettik */
}

.sag-taraf .kullanici-bilgi .currency-symbol {
    background: #007782;
    color: white;
    padding: 0.625rem;
    font-size: 1.125rem;
    border-radius: 0 5px 5px 0;
}

.sag-taraf .kullanici-bilgi .offer-button {
    width: 100%;
    max-width: 24rem; /* Buton genişliğini input ile aynı yaptık */
    height: 2.875rem;
    padding: 0.0625rem;
    font-size: 1.125rem;
    color: white;
    background-color: #007782;
    border: 1px solid #85d4db;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 0.625rem;
}

.sag-taraf .kullanici-bilgi .offer-button:hover {
    background-color: #007782;
    color: white;
}

/* Teklif Verenler */
.sag-taraf .kullanici-bilgi .teklif-verenler {
    margin-top: 0.625rem;
    padding: 0rem;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-left: 0.3rem;
}

.sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item {
    display: flex;
    align-items: center;
    padding: 0.2rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 0.3em;
}

.sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item img {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    margin-right: 0.625rem;
}

.sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item .kullanici-ad {
    font-size: 0.875rem;
    color: #333;
    margin-right: 0;
    width: 8rem;
    margin-left: 0.5rem;
}


    .teklif-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent; /* Arka plan siyah olmaktan çıkarıldı */
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    
/* public/css/ilan-detay-sag.css */
.teklif-modal {
    background: white;
    border-radius: 10px;
    padding: 20px;
    width: 500px;
    max-height: 80vh;
    position: relative;
}

#tum-teklifler-content {
    max-height: 400px; /* Modal içeriği için maksimum yükseklik */
    overflow-y: auto; /* Dikey kaydırma çubuğu */
    padding-right: 10px; /* Kaydırma çubuğu için sağdan boşluk */
}

/* Kaydırma çubuğu stilini özelleştirme (opsiyonel) */
#tum-teklifler-content::-webkit-scrollbar {
    width: 8px;
}

#tum-teklifler-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#tum-teklifler-content::-webkit-scrollbar-thumb {
    background: #007782;
    border-radius: 10px;
}

#tum-teklifler-content::-webkit-scrollbar-thumb:hover {
    background: #005f6b;
}
    
    .close-modal {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
        color: #333;
    }
    
    .teklif-profil-foto {
        width: 40px;
        height: 40px;
        border-radius: 50%; /* Yuvarlak yapmak için */
        object-fit: cover;
        margin-right: 10px;
    }

    .sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item .teklif-fiyat {
        font-size: 0.875rem;
        color: #007782;
        font-weight: bold;
        margin-right: 0.625rem;
        flex-grow: 1; /* Fiyat alanını ortalamak için */
        text-align: center; /* Fiyatı ortala */
    }
    
    .sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item .teklif-tarih {
        font-size: 0.75rem;
        color: #666;
        margin-left: auto; /* Sağdan sola kaydırmak için */
        margin-right: 0.5rem; /* Sağdan biraz boşluk bırak */
    }

/* Tüm Tekliflere Bak Butonu */
.sag-taraf .kullanici-bilgi .tum-teklifler-button {
    display: block;
    width: 100%;
    padding: 0.625rem;
    margin-top: 0.625rem;
    font-size: 0.985rem;
    font-family: roboto;;
    color: #007782;
    background-color: white;
    border: 1px solid #007782;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.sag-taraf .kullanici-bilgi .tum-teklifler-button:hover {
    background-color: #005f6b;
    color: white;
}

/* Modal Stilleri */
.sag-taraf .kullanici-bilgi .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.confirmation-message,
.expired-message,
.warning-message {
    display: none;
    color: red;
    text-align: center;
    font-size: 1rem;
    padding: 10px;
    margin: 10px 0;
    background-color: #ffe6e6;
    border-radius: 5px;
}

.sag-taraf .kullanici-bilgi .product-container {
    width: 30rem; /* Varsayılan genişlik + 50px */
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.sag-taraf .kullanici-bilgi .logo523 img {
    margin-bottom: 1.25rem;
}

.sag-taraf .kullanici-bilgi .product-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
}

.sag-taraf .kullanici-bilgi .resiclass {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0.625rem;
}

.sag-taraf .kullanici-bilgi .product-titleaa {
    font-size: 1rem;
    margin-bottom: 0.625rem;
}

.offered-price {
    font-size: 1.3125rem; /* Önceki boyutu 1.125rem idi, 3px büyütmek için 1.125rem + 0.1875rem = 1.3125rem */
    font-weight: bold;
    color: #333;
    background-color: #E6F0FA; /* Açık buz mavisi */
    padding: 5px 10px; /* Zeminin daha belirgin olması için padding */
    border-radius: 5px; /* Hafif yuvarlak köşeler */
    margin-bottom: 0.625rem;
    display: inline-block; /* Zeminin sadece metni kaplaması için */
}

.sag-taraf .kullanici-bilgi .terms {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.sag-taraf .kullanici-bilgi .terms a {
    color: #007782;
    text-decoration: none;
}

.sag-taraf .kullanici-bilgi .button-container {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.sag-taraf .kullanici-bilgi .button {
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.875rem;
}

.sag-taraf .kullanici-bilgi .button.confirm {
    background-color: #007782;
    color: #fff;
}

.sag-taraf .kullanici-bilgi .button.cancel {
    background-color: #dc3545;
    color: #fff;
}

.sag-taraf .kullanici-bilgi .teklif-modal {
    width: 80%;
    max-width: 600px;
    max-height: 80vh;
    background-color: #fff;
    border: 1px solid #007782;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    overflow-y: hidden;
}

.sag-taraf .kullanici-bilgi .teklif-modal .close-button {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    font-size: 1.25rem;
    color: #007782;
    background: none;
    border: none;
    cursor: pointer;
}

/* İletişim Butonları */
.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 3rem;
    font-size: 1rem;
    background-color: rgb(248, 248, 248);
    color: rgb(46, 46, 46);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 119, 130);
    border-image: initial;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, text-decoration 0.3s;
    margin: 10px 0px;
}

.contact-button:hover {
    background-color: #007782;
    
}

.contact-button i {
    margin-right: 10px;
}

.contact-button.mesaj-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 3rem;
    font-size: 1.5rem;
    background-color: #007782;
    color: #fff;
    border: 1px solid #007782;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, text-decoration 0.3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-family: 'Bree Serif', serif;
}

.contact-button.web-button {
    background-color: #ebebeb;
}

.contact-button.phone-button {
     background-color: #e9e9e9;
    color: black;
    border: 1px solid #007782;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: backgroun
}
.contact-button.phone-button:hover {
  background-color: #007782;
    color: white;
}
/* İş Başarısı Alanı Genel Stili */
.success-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    font-family: 'DM Sans', sans-serif;
}

/* Taç ikonu (fa-crown) */
.success-icon {
    font-size: 1.2rem;
    color: #007782; 
}

.iln-satis-none {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: rgb(56, 56, 56);
    text-decoration: none;
}

.iln-satis-none:hover {
    color: #007782;
}



/* Yazı stili */
.success-text {
    font-size: 1rem;
    color: #007782;
    font-weight: 500;
}

/* Response-time ve Reklam Banner */
.response-time {
    font-size: 0.95rem;
    color: #666;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 10px;
}

.response-time i {
    font-size: 1rem;
    color: #007782;
    display: inline-block;
    margin-right: 5px;
}

.web-sayfasi-yok {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

.reklam-banner {
    margin-top: 10px;
    text-align: center;
}

.reklam-content {
    width: 100%;
    height: 12rem;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    box-shadow: none;
}

.ilk-teklif-mesaj {
    margin: 10px auto; /* Üstten 10px boşluk, yatayda otomatik ortalama */
    font-size: 16px;
    color: #b3b3b3;
    font-weight: 500;/* public/css/ilan-detay-sag.css */

/* Sağ Taraf */
.sag-taraf {
    width: 30%;
    max-height: 900px;
    overflow-y: hidden;
}



/* Kullanıcı Bilgi Metin (Kullanıcı Adı ve Satış Bilgisi) */
.sag-taraf .kullanici-bilgi .kullanici-bilgi-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Metin alanının kalan boşluğu doldurmasını sağlar */
}


/* Satış Bilgisi */
.sag-taraf .kullanici-bilgi .satis-bilgi {
    font-size: 1.075rem;
    color: #007782;
    font-family: "DM Sans", sans-serif;
    margin: 0 !important;
}

/* Başlık */
.sag-taraf .kullanici-bilgi .baslik {
    margin-top: 0;
    font-size: 1.85rem;
    line-height: 1.3;
    font-family: 'Bree Serif', serif;
    font-style: normal;
    color: #151c5c;
    transition: transform 0.2s;
}

/* Fiyat Alanı */
.sag-taraf .kullanici-bilgi .price-container {
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
     font-family: "Inter", sans-serif;
     font-weight: normal;
}

/* Şu Anki Fiyat */
.sag-taraf .kullanici-bilgi .price-container .current-price {
    font-size: 2.375rem; /* Mevcut büyük font boyutu */
    line-height: 1.2;
    font-family: "Host Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #151c5c; /* Mevcut koyu renk */
    transition: transform 0.2s;
}

/* Durum */
.sag-taraf .kullanici-bilgi .durum {
    margin-top: 1px;
    font-size: 1.40rem;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #007782;
    transition: transform 0.2s;
}

/* Değerlendirme */
.sag-taraf .kullanici-bilgi .degerlendirme {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #007782;
    margin-bottom: 0.625rem;
}

.sag-taraf .kullanici-bilgi .degerlendirme .yildizlar {
    margin-left: 0.3125rem;
}

.sag-taraf .kullanici-bilgi .degerlendirme .takip-et {
    margin-left: 0.625rem;
    font-size: 1.125rem;
    cursor: pointer;
}

.sag-taraf .kullanici-bilgi .degerlendirme .takip-et:hover {
    color: #005f6b;
}

/* Teklif Verme Bölümü */
.sag-taraf .kullanici-bilgi .counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #007782;
    margin-bottom: 1.25rem;
    display: none;
    margin-left: 2rem;
}

.sag-taraf .kullanici-bilgi .counter-container.active {
    display: flex;
}

.sag-taraf .kullanici-bilgi .counter-container .clock-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
}

.sag-taraf .kullanici-bilgi .counter-container .counter {
    margin: 0 0.3125rem;
    font-weight: 600;
    font-size: 1.625rem;
    font-family: "DM Sans", sans-serif;
}

.sag-taraf .kullanici-bilgi .price-input-container {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
    width: 100%;
}

.sag-taraf .kullanici-bilgi .price-input {
    padding: 0.625rem;
    font-size: 1.125rem;
    text-align: right;
    border: 1px solid #007782;
    border-radius: 5px 0 0 5px;
    outline: none;
    width: 100%;
    max-width: 24rem;
}

.sag-taraf .kullanici-bilgi .currency-symbol {
    background: #007782;
    color: white;
    padding: 0.625rem;
    font-size: 1.125rem;
    border-radius: 0 5px 5px 0;
}

.sag-taraf .kullanici-bilgi .offer-button {
    width: 100%;
    max-width: 24rem;
    height: 2.875rem;
    padding: 0.0625rem;
    font-size: 1.125rem;
    color: #007782;
    background-color: white;
    border: 1px solid #007782;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 0.625rem;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .sag-taraf .kullanici-bilgi .kullanici-bilgi-ust {
        flex-direction: row !important; /* Mobilde de yan yana kalsın */
        align-items: center !important;
    }

    .sag-taraf .kullanici-bilgi .profil-resmi {
        width: 3rem; /* Mobilde profil resmini biraz küçült */
        height: 3rem;
    }

    .sag-taraf .kullanici-bilgi .kullanici-ad {
        font-size: 1rem; /* Mobilde yazı boyutunu küçült */
    }

    .sag-taraf .kullanici-bilgi .satis-bilgi {
        font-size: 0.95rem; /* Mobilde yazı boyutunu küçült */
    }
}

@media (max-width: 480px) {
    .sag-taraf .kullanici-bilgi .kullanici-bilgi-ust {
        flex-direction: row !important; /* Çok küçük ekranlarda da yan yana kalsın */
        gap: 8px !important;
    }

    .sag-taraf .kullanici-bilgi .profil-resmi {
        width: 2.5rem; /* Çok küçük ekranlarda daha da küçült */
        height: 2.5rem;
    }

    .sag-taraf .kullanici-bilgi .kullanici-ad {
        font-size: 0.9rem;
    }

    .sag-taraf .kullanici-bilgi .satis-bilgi {
        font-size: 0.85rem;
    }
}
    font-family: "Roboto", sans-serif;
    text-align: center;
    width: fit-content; /* İçeriğe göre genişlik ayarla */
}



/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .sag-taraf {
        width: 100%;
        max-height: none;
        padding: 10px;
    }

    .sag-taraf .kullanici-bilgi {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
    }

    .sag-taraf .kullanici-bilgi .profil-resmi {
        margin-right: 0;
    }

    .sag-taraf .kullanici-bilgi .price-container {
        margin-left: 0;
    }

    .sag-taraf .kullanici-bilgi .degerlendirme {
        flex-direction: column;
        align-items: center;
    }

    .sag-taraf .kullanici-bilgi .degerlendirme .yildizlar,
    .sag-taraf .kullanici-bilgi .degerlendirme .takip-et {
        margin-left: 0;
        margin-top: 0.3125rem;
    }

    .sag-taraf .kullanici-bilgi .counter-container {
        flex-direction: column;
        align-items: center;
    }

    .sag-taraf .kullanici-bilgi .counter-container .counter {
        margin: 0 0.3125rem 0.625rem;
    }

    .sag-taraf .kullanici-bilgi .price-input-container {
        flex-direction: column;
        align-items: stretch;
    }

    .sag-taraf .kullanici-bilgi .price-input {
        padding: 0.625rem;
        font-size: 1.125rem;
        text-align: right;
        border: 1px solid #007782;
        border-radius: 5px 0 0 5px;
        outline: none;
        width: 100%;
        max-width: 24rem; /* Genişliği 24rem'e çıkardık */
    }

    .sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .sag-taraf .kullanici-bilgi .teklif-verenler .teklif-item img {
        margin-bottom: 0.625rem;
    }

    .sag-taraf .kullanici-bilgi .teklif-modal {
        width: 90%;
    }
}