/* Basit sekme görünümü — Arsemia renklerine uyumlu */
.tabs { display:flex; flex-wrap:wrap; gap:6px; padding:10px; background:#fafafa; border:1px solid #eef0f4; border-radius:12px; margin-bottom:10px; }
.tabs .tab-btn{
  appearance:none; border:1px solid #e5e7eb; background:#fff; cursor:pointer;
  padding:10px 12px; border-radius:10px; font-weight:700; color:#374151; transition:.2s;
}
.tabs .tab-btn.active{
  color:#fff; border-color:transparent;
  background: linear-gradient(135deg,#e91e63,#7c3aed);
  box-shadow:0 6px 18px rgba(124,58,237,.25);
}
.tab-content{ display:none; border:1px solid #e5e7eb; border-radius:12px; padding:12px; background:#fff; }
.tab-content.active{ display:block; }

/* Alt ödeme ikon banner’ı */
.payment-icons{ margin-top:12px; text-align:center; }
.payment-icons img{ max-width:100%; height:auto; border-radius:12px; box-shadow:0 8px 20px rgba(2,6,23,.08); }
/* Tablo sarmalayıcı */
.ars-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 12px 0;
}
.ars-table-wrap table { min-width: 400px; }

/* Görsel responsive */
.ars-img-fluid {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  display: block;
  margin: 10px auto;
}

/* Video / iframe responsive */
.ars-media-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 oran */
  height: 0;
  overflow: hidden;
  margin: 12px 0;
}
.ars-media-wrap iframe,
.ars-media-wrap video {
  position: absolute;
  top:0; left:0; width:100%; height:100%;
  border:0;
}
/* Arsemia – Yorum Formu */
.ars-cmt-form{
  border:1px solid #e5e7eb; border-radius:16px; background:#fff;
  padding:14px; box-shadow:0 8px 24px rgba(2,6,23,.04);
}

/* Bilgi satırı (misafir) */
.ars-cmt-info{
  display:flex; gap:10px; align-items:flex-start;
  background:#f1f5f9; border:1px dashed #cbd5e1; border-radius:12px;
  padding:10px 12px; margin-bottom:12px; color:#0f172a;
}
.ars-cmt-info i{ color:#ef4444; font-size:18px; margin-top:2px; }
.ars-cmt-info strong{ display:block; font-weight:800; }

/* Başlık satırı */
.ars-cmt-head{ display:flex; gap:12px; align-items:center; margin-bottom:10px; }
.ars-cmt-avatar{
  width:56px; height:56px; border-radius:50%; overflow:hidden;
  border:2px solid #f3f4f6; box-shadow:0 4px 12px rgba(2,6,23,.08);
}
.ars-cmt-avatar img{ width:100%; height:100%; object-fit:cover; }
.ars-cmt-guest{ display:flex; gap:10px; flex-wrap:wrap; flex:1; }
.ars-cmt-field{ flex:1 1 200px; margin:0; }
.ars-cmt-field input{
  width:100%; height:42px; border:1px solid #e5e7eb; border-radius:10px;
  padding:0 12px; outline:none;
}
.ars-cmt-field input:focus{ border-color:#7c3aed; box-shadow:0 0 0 3px rgba(124,58,237,.15); }

/* Yıldız puan */
.ars-cmt-rate{
  display:flex; align-items:center; gap:6px; margin:4px 0 10px;
}
.ars-cmt-rate .star{
  border:0; background:transparent; cursor:pointer; font-size:22px; line-height:1;
  color:#cbd5e1; transition: transform .08s;
}
.ars-cmt-rate .star.is-on{ color:#f59e0b; }
.ars-cmt-rate .star:active{ transform:scale(.95); }
.ars-cmt-rate .rate-hint{ margin-left:4px; color:#64748b; font-size:13px; }

/* Editör + Captcha */
.ars-cmt-editor, .ars-cmt-captcha{ margin-bottom:10px; }
.bbssaa{ border-radius:12px; overflow:hidden; }

/* Gönder butonu */
.ars-cmt-submit{ margin:0; }
.ars-btn{
  appearance:none; border:0; cursor:pointer; padding:10px 16px;
  border-radius:12px; font-weight:800; color:#fff;
  background: linear-gradient(135deg,#e91e63,#7c3aed);
  box-shadow:0 10px 24px rgba(124,58,237,.25);
}
.ars-btn:hover{ filter:brightness(1.05); }
