.mob-satici-container58-07 {
    padding: 3px;
    margin-top: 90px;
    background-color: white;
}

.mob-tabs-07 {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}

.mob-tab-btn-07 {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.mob-tab-btn-07.active {
    color: #007782;
    border-color: #007782;
}

.mob-tab-content-07 {
    display: none;
}

.mob-tab-content-07.active {
    display: block;
}

.mob-profil-resim58-07 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mob-profil-alani58-07 {
    display: flex;
    align-items: flex-start;
    /* Dikey hizalamayı üstte tutar */
    justify-content: flex-start;
    /* Yatayda sola hizalar */
    width: 100%;
    padding-left: 0;
    /* Sol padding'i sıfırla */
    margin-left: 0;
    /* Sol marjı sıfırla */
}

.mob-yorum58-07 {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.mob-sekmeler58-07 {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.mob-sekme-btn58-07 {
    flex: 1;
    padding: 12px;
    font-size: 15px;
    background: #f0f0f0;
    border-bottom: 3px solid #b3b3b3;
    cursor: pointer;
    color: rgb(37, 37, 37);
    font-family: "Inter", sans-serif;
    font-weight: normal;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mob-sekme-btn58-07.active {
    background: #007782;
    border-bottom: 3px solid #007782;
    font-weight: bold;
    color: white;
}

.mob-sekme-icerik58-07 {
    display: none;
    padding: 10px;
}

.mob-sekme-icerik58-07.active {
    display: block;
}

.yorumlar-wrapper {
    background-color: #ffffff;
    padding: 20px 10px;
}

/* === Arka Plan & Genel Yapı === */
.yorumlar-wrapper-007 {
    background-color: #ffffff;
    padding: 20px 10px;
}

/* === Yorum Kartı === */
.yorum-kart-007 {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* === Kart Başlığı === */
.yorum-baslik-007 {
    font-weight: bold;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* === Yorum Metni === */
.yorum-metin-007 {
    margin-bottom: 6px;
    color: #333;
    font-size: 15px;
}

/* === Tarih === */
.yorum-tarih-007 {
    font-size: 13px;
    color: #888;
}

/* === Etiket Alanı === */
.etiketler-007 {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* === Etiket Renkleri === */
.etiket-memnun-007 {
    font-size: 14px;
    background: #e0ffe8;
    color: #1b6d31;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.etiket-aciklama-007 {
    font-size: 14px;
    background: #e8f0ff;
    color: #1a57a6;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.etiket-gelistirme-007 {
    font-size: 14px;
    background: #ffe0e0;
    color: #a51d1d;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mob-profil-btnlar06,
.sat-buttons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.mob-paylas06 button,
.sat-share-btn {
    padding: 5px 10px;
    background-color: #007782;
    color: white;
    border: none;
    border-radius: 4px;
}

.mob-paylas-menu06,
.sat-share-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

.mob-paylas-menu06 a,
.sat-share-menu a {
    display: block;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}

/* Mevcut CSS'e eklenen veya güncellenen stil */
/* Mevcut CSS'e eklenen veya güncellenen stil */
.mob-btn-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.mob-btn {
    padding: 5px 10px;
    background-color: #007782;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.mob-btn:hover {
    background-color: #005f66;
}

.mob-sikayet-btn {
    background-color: #ff4444;
}

.mob-sikayet-btn:hover {
    background-color: #cc0000;
}

.mob-sikayet-btn i {
    font-size: 14px;
}

/* Modal ve ilgili stil (güncellendi) */
.modal-overlay-ilan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content-ilan {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: fixed;
    top: 59%;
    left: 50%;
    transform: translate(-48%, -48%);
    max-height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal-logo {
    max-width: 100px;
    margin-bottom: 10px;
}

.modal-description {
    margin-bottom: 15px;
    font-size: 14px;
}

.modal-options-ilan label {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}

.textarea-container textarea {
    width: 100%;
    height: 80px;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: none;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}

.submit-btn-ilan {
    background-color: #007782;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    /* Butonun görünürlüğünü artırmak için */
}

.submit-btn-ilan:hover {
    background-color: #005f66;
}

.mob-success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    display: none;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}

.sat-info-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.sat-info-subitem {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.sat-info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.sat-info-item i {
    color: #007782;
}

.sat-btn {
    background-color: #007782;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.sat-btn:hover {
    background-color: #005f66;
}

.sat-btn-edit-website,
.sat-btn-add-website {
    background-color: #ff4444;
    margin-left: 5px;
}

.sat-btn-edit-website:hover,
.sat-btn-add-website:hover {
    background-color: #cc0000;
}

.mob-profil-icerik {
    display: flex;
    flex-direction: column;
    /* Veya row, tasarıma göre */
    align-items: center;
    width: 100%;
}

.mob-profil-hizali {
    display: flex;
    align-items: center;
    /* Elemanları dikeyde ortalar */
    gap: 10px;
    /* Resim ve bilgi arasında boşluk */
    margin-left: 0;
    /* Sol marjı sıfırla */
}


.mob-profil-resim58-07 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-left: 0;
}

.mob-profil-bilgi58-07 {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 50px;
}

.satici-isim-007 {
    font-size: 20px;
    font-family: "Bree Serif", serif;
    font-style: normal;

}

.mob-profil-konum,
.mob-profil-is-basarisi {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    background-color: rgb(245, 245, 245);
    line-height: 1.5;
    padding: 5px 10px;
}

.mob-profil-btnlar06 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    justify-content: center;

}

.mob-btn-container {
    display: flex;
    justify-content: center;
    /* Butonları ortada tutar, sola için flex-start */
    gap: 10px;
}

.mob-btn,
.mob-sikayet-btn {
    padding: 5px 10px;
}