/* ==========================================================
   Wap / Düz Mesaj Tahtası Tasarım Stilleri (hizlimsj.css)
   ========================================================== */

/* Form Yapısı (Düz/Klasik) */
.modern-form-wrapper {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 6px;
}

.modern-input-row {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

input.modern-input {
    width: 100%;
    height: 24px;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    padding: 0 4px;
    font-size: 11px;
    color: #000000;
    box-sizing: border-box;
}

/* Araç Çubuğu / Kompakt Butonlar */
.modern-toolbar {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modern-toolbar-left {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}

.modern-btn {
    width: 24px;
    height: 24px;
    background: #f0f0f0;
    border: 1px solid #adadad;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-decoration: none;
}

.modern-btn.submit-btn {
    background: #e6e6e6;
    border: 1px solid #adadad;
    color: #000000;
    padding: 0 6px;
    width: auto;
    font-size: 11px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

/* Alıntı Kutusu (Form İçi) */
.modern-quote-box {
    background: #ffffe0;
    border: 1px solid #e6db55;
    padding: 3px 4px;
    margin-bottom: 4px;
    font-size: 10px;
    position: relative;
}

.modern-quote-close {
    position: absolute;
    right: 4px;
    top: 2px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.modern-quote-content {
    padding-right: 12px;
    color: #222222;
}

/* Ses Kayıt Barı ve Önizleme */
.ses-kayit-bar-style {
    display: none;
    width: 100%;
    background: #fffbe4;
    border: 1px solid #e6db55;
    padding: 3px 6px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    height: 26px;
}

.ses-kayit-sol {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ses-kayit-txt {
    color: #795548;
    font-size: 10px;
    font-weight: 600;
}

.ses-kayit-sag {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ses-sure-txt {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

.ses-durdur-btn {
    width: 18px;
    height: 18px;
    background: #d9534f;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ses-onizleme-wrapper {
    display: none;
    width: 100%;
    margin-top: 4px;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    overflow: hidden;
    box-sizing: border-box;
}

.ses-onizleme-baslik {
    background: #e6e6e6;
    color: #000000;
    font-weight: bold;
    padding: 3px 6px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ses-kapat-btn {
    width: 16px;
    height: 16px;
    background: #cccccc;
    border: 0;
    color: #000;
    font-size: 9px;
    cursor: pointer;
}

.ses-onizleme-govde {
    padding: 4px 6px;
}

.ses-onizleme-audio {
    width: 100%;
    height: 24px;
}

.ses-gonder-wrapper {
    margin-top: 4px;
    text-align: right;
}

.ses-gonder-btn {
    padding: 3px 8px;
    border: 1px solid #adadad;
    background: #e6e6e6;
    color: #000;
    cursor: pointer;
    font-size: 10px;
}

/* Düz Mesaj Öğeleri (Kart Efekti Yok) */
.modern-item {
    position: relative;
    padding: 4px 0;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
    font-size: 11px;
}

.mesaj-tarih {
    color: #888888;
    font-size: 9px;
}

.mesaj-alinti-kutu {
    background: #ffffe0;
    border: 1px solid #e6db55;
    padding: 2px 4px;
    margin-top: 2px;
    font-size: 10px;
}

.mesaj-metin-govde {
    margin-top: 2px;
    color: #111111;
    word-break: break-word;
}

.modern-actions {
    position: absolute;
    right: 2px;
    top: 2px;
    display: flex;
    gap: 2px;
    align-items: center;
}

.action-icon-btn {
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #555555;
    text-decoration: none;
}

/* Ses Mesajı Öğesi (Düz Liste) */
.ses-mesaj-kutu {
    background: #f5f5f5;
    border-left: 2px solid #666666;
    padding: 3px 5px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: 3px;
}

.ses-mesaj-baslik {
    font-size: 10px;
    color: #555555;
    margin-bottom: 3px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ses-mesaj-sure {
    position: absolute;
    right: 4px;
    top: 2px;
    background: #e2e8f0;
    color: #334155;
    font-size: 9px;
    padding: 1px 3px;
}

.ses-mesaj-audio {
    width: 100%;
    height: 24px;
}
