/*
Theme Name: PulseQuery
Theme URI: https://pulsequery.com
Author: PulseQuery Team
Author URI: https://pulsequery.com
Description: Modern, interaktif, soru-cevap, anket ve topluluk odaklı premium sosyal forum teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulsequery
Tags: community, question-answer, responsive, custom-colors, translation-ready, two-columns, custom-menu

PulseQuery, Inter yazı tipi ve dinamik cinsiyet bazlı renk ayrımıyla zenginleştirilmiş, modern bir soru-cevap ve forum temasıdır.
*/

/* --- GENEL SIFIRLAMA VE DEĞİŞKENLER --- */
:root {
  --color-pink: #e73c7e;
  --color-pink-dark: #d12c6a;
  --color-blue: #3498db;
  --color-blue-dark: #2980b9;
  --color-bg: #f5f6f8;
  --color-text-dark: #2d3748;
  --color-text-muted: #718096;
  --color-card-bg: #ffffff;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text-dark);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* --- WORDPRESS STANDART SINIFLARI --- */
.aligncenter {
  display: block;
  margin: 1.5rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.wp-caption {
  background: #f7fafc;
  border: 1px solid #edf2f7;
  max-width: 100%;
  padding: 0.5rem;
  text-align: center;
}
.wp-caption-text {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin: 0.25rem 0 0;
}

/* --- KIZLARPULSEQUERY STİLİ ÖZELLEŞTİRMELER --- */
.pulsequery-header {
  background: linear-gradient(90deg, #e73c7e 0%, #8352b2 50%, #3498db 100%) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.pulsequery-logo {
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--color-pink);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pulsequery-logo span {
  color: var(--color-blue);
}

/* Soru Kartları */
.question-card {
  background: var(--color-card-bg);
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.8);
  margin-bottom: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.question-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04);
}

/* Soru Başlıkları */
.wp-question-card h5,
.wp-question-card h5 a,
.wp-question-card .question-title a {
  font-size: 1.12rem !important; /* Elegant compact size on desktop */
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin-top: 4px !important;
  letter-spacing: -0.01em !important;
}

/* --- YENİ KATEGORİ VE FİLTRE BUTONLARI --- */
.filter-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.btn-filter {
  background-color: #ffffff !important;
  color: #4a5568 !important;
  border: 1px solid #e2e8f0 !important;
  font-weight: 700 !important;
  font-size: 0.78rem !important;
  padding: 6px 14px !important;
  transition: all 0.2s ease !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap !important;
}

.btn-filter:hover {
  background-color: #f7fafc !important;
  border-color: #cbd5e0 !important;
}

.btn-filter.active-pink {
  background-color: var(--color-pink) !important;
  color: #ffffff !important;
  border-color: var(--color-pink) !important;
  box-shadow: 0 4px 10px rgba(231, 60, 126, 0.2) !important;
}

.btn-filter.filter-girls {
  color: var(--color-pink) !important;
  border-color: rgba(231, 60, 126, 0.2) !important;
  background-color: rgba(231, 60, 126, 0.03) !important;
}
.btn-filter.filter-girls:hover, .btn-filter.filter-girls.active {
  background-color: var(--color-pink) !important;
  color: #ffffff !important;
  border-color: var(--color-pink) !important;
}

.btn-filter.filter-guys {
  color: var(--color-blue) !important;
  border-color: rgba(52, 152, 219, 0.2) !important;
  background-color: rgba(52, 152, 219, 0.03) !important;
}
.btn-filter.filter-guys:hover, .btn-filter.filter-guys.active {
  background-color: var(--color-blue) !important;
  color: #ffffff !important;
  border-color: var(--color-blue) !important;
}

.btn-filter.filter-bence {
  color: #ed8936 !important;
  border-color: rgba(237, 137, 54, 0.2) !important;
  background-color: rgba(237, 137, 54, 0.03) !important;
}
.btn-filter.filter-bence:hover, .btn-filter.filter-bence.active {
  background-color: #ed8936 !important;
  color: #ffffff !important;
  border-color: #ed8936 !important;
}

/* --- YENİ SORU KARTLARI (PulseQuery Birebir) --- */
.wp-question-card {
  border-radius: 1rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #f0f0f0 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  position: relative;
  overflow: hidden;
}

.wp-question-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.wp-question-card.card-border-pink {
  border-left: 5px solid var(--color-pink) !important;
}

.wp-question-card.card-border-blue {
  border-left: 5px solid var(--color-blue) !important;
}

.bg-pink-soft {
  background-color: rgba(231, 60, 126, 0.08) !important;
}
.bg-blue-soft {
  background-color: rgba(52, 152, 219, 0.08) !important;
}

.badge-pink {
  background-color: rgba(231, 60, 126, 0.1) !important;
  color: var(--color-pink) !important;
}
.badge-blue {
  background-color: rgba(52, 152, 219, 0.1) !important;
  color: var(--color-blue) !important;
}

.btn-action-reply {
  border: 1px solid #edf2f7 !important;
  background-color: #f7fafc !important;
  transition: all 0.2s ease !important;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 0.76rem !important;
  padding: 5px 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  color: var(--color-text-muted) !important;
}
.btn-action-reply:hover {
  background-color: #edf2f7 !important;
  color: var(--color-pink) !important;
}

.btn-action-like {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 0.76rem !important;
  padding: 5px 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  color: var(--color-text-muted) !important;
}
.btn-action-like:hover {
  background-color: rgba(231, 60, 126, 0.05) !important;
  color: var(--color-pink) !important;
}
.btn-action-like.liked {
  color: var(--color-pink) !important;
  background-color: rgba(231, 60, 126, 0.08) !important;
  border-color: rgba(231, 60, 126, 0.15) !important;
}
.btn-action-like.liked i {
  font-weight: 900;
}

/* --- YENİ SİDEBAR BİLEŞENLERİ (PulseQuery Birebir) --- */
.gunun-bencesi-card {
  position: relative;
  background: linear-gradient(135deg, #e73c7e 0%, #7b2cbf 100%) !important;
  color: #ffffff !important;
  border-radius: 1rem !important;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(231, 60, 126, 0.15) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.gunun-bencesi-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 30px rgba(231, 60, 126, 0.25) !important;
}
.gunun-bencesi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%) !important;
  z-index: 1;
}
.gunun-bencesi-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem !important;
  min-height: 220px;
}
.gunun-bencesi-badge {
  background-color: #ed8936 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 0.72rem !important;
  text-transform: uppercase;
  padding: 5px 12px !important;
  letter-spacing: 0.5px;
  border-radius: 50px !important;
  align-self: flex-start;
  box-shadow: 0 4px 10px rgba(237, 137, 54, 0.3) !important;
}
.trend-sorular-list .list-item-trend {
  padding: 12px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  transition: all 0.2s ease !important;
}
.trend-sorular-list .list-item-trend:last-child {
  border-bottom: none !important;
}
.trend-sorular-list .list-item-trend:hover .trend-title {
  color: var(--color-pink) !important;
}
.trend-title {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
  text-decoration: none;
  display: block;
}
.trend-meta {
  font-size: 0.75rem !important;
  color: #64748b !important;
  margin-top: 4px;
}

.fenomen-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f8fafc !important;
}
.fenomen-item:last-child {
  border-bottom: none !important;
}
.fenomen-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.badge-fenomen {
  background-color: rgba(231, 60, 126, 0.1) !important;
  color: var(--color-pink) !important;
  font-weight: 700 !important;
  font-size: 0.65rem !important;
  text-transform: uppercase;
}
.badge-super {
  background-color: rgba(52, 152, 219, 0.1) !important;
  color: var(--color-blue) !important;
  font-weight: 700 !important;
  font-size: 0.65rem !important;
  text-transform: uppercase;
}

.category-badge-pink {
  background-color: rgba(231, 60, 126, 0.1);
  color: var(--color-pink);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
}

.category-badge-blue {
  background-color: rgba(52, 152, 219, 0.1);
  color: var(--color-blue);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
}

/* Cevap (Entry) Yapısı - Cinsiyete Göre Renkler */
.entry-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-left: 4px solid #edf2f7;
}

.entry-card.gender-female {
  border-left-color: var(--color-pink);
}

.entry-card.gender-male {
  border-left-color: var(--color-blue);
}

.gender-tag-female {
  color: var(--color-pink);
  font-weight: bold;
  font-size: 0.8rem;
}

.gender-tag-male {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 0.8rem;
}

/* Sor Sor Formu Butonu */
.btn-ask-pink {
  background-color: var(--color-pink);
  color: white;
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  border: none;
  transition: all 0.2s;
}

.btn-ask-pink:hover {
  background-color: var(--color-pink-dark);
  box-shadow: 0 4px 10px rgba(231, 60, 126, 0.3);
  color: white;
}

/* Sidebar ve Gündem */
.sidebar-list-item {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: var(--color-text-dark);
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.15s;
}

.sidebar-list-item:hover {
  background-color: rgba(226, 232, 240, 0.5);
  color: var(--color-pink);
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .pulsequery-logo {
    font-size: 1.5rem;
  }
}

/* --- HEADER VE ARAMA STİLLERİ --- */
.pulsequery-header {
    background: linear-gradient(90deg, #e73c7e 0%, #8352b2 50%, #3498db 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: all 0.3s ease;
}
.pulsequery-logo h3 {
    font-size: 1.6rem;
    color: #ffffff !important;
    margin: 0;
    letter-spacing: -0.5px;
}
.pulsequery-logo span {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.1rem;
    font-weight: 400;
}
.search-bar-container {
    max-width: 520px;
    margin: 0 auto;
}
.search-input-wrapper {
    position: relative;
    width: 100%;
}
.search-input-wrapper .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    z-index: 5;
}
.search-input-wrapper .form-control {
    padding-left: 42px !important;
    padding-right: 20px !important;
    border-radius: 50px !important;
    background-color: #f7fafc !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 0.9rem;
    height: 42px;
    transition: all 0.2s ease;
}
.search-input-wrapper .form-control:focus {
    background-color: #ffffff !important;
    border-color: var(--color-pink) !important;
    box-shadow: 0 0 0 3px rgba(231, 60, 126, 0.1) !important;
}
.btn-login-link {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem;
    text-decoration: none;
    padding: 8px 12px;
    transition: color 0.2s ease;
}
.btn-login-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}
.btn-register-outline {
    border: 1.5px solid #ffffff !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem;
    padding: 8px 20px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
.btn-register-outline:hover {
    background-color: #ffffff !important;
    color: #e73c7e !important;
}
.btn-ask-solid {
    background-color: var(--color-pink) !important;
    border-color: var(--color-pink) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem;
    padding: 8px 22px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 10px rgba(231, 60, 126, 0.15) !important;
    transition: all 0.2s ease;
    text-decoration: none;
}
.btn-ask-solid:hover {
    background-color: var(--color-pink-dark) !important;
    border-color: var(--color-pink-dark) !important;
    box-shadow: 0 6px 14px rgba(231, 60, 126, 0.25) !important;
}
.hover-pink:hover {
    color: var(--color-pink) !important;
}
.text-pink {
    color: var(--color-pink) !important;
}

/* ==========================================================================
   TAILWIND UTILITY COMPATIBILITY LAYER FOR LIVE WORDPRESS EXPORT
   ========================================================================== */

/* 1. Gap Utilities (Flexbox gaps that don't exist in standard Bootstrap 5) */
.gap-1\.5 { gap: 0.375rem !important; }
.gap-2\.5 { gap: 0.625rem !important; }
.gap-3\.5 { gap: 0.875rem !important; }

/* 2. Text Color Utilities (Slate and Muted colors from Tailwind) */
.text-slate-900, a.text-slate-900 { color: #0f172a !important; }
.text-slate-800, a.text-slate-800 { color: #1e293b !important; }
.text-slate-700, a.text-slate-700 { color: #334155 !important; }
.text-slate-600, a.text-slate-600 { color: #475569 !important; }
.text-slate-500, a.text-slate-500 { color: #64748b !important; }
.text-slate-400, a.text-slate-400 { color: #94a3b8 !important; }
.text-slate-300, a.text-slate-300 { color: #cbd5e0 !important; }
.text-muted-500 { color: #718096 !important; }
.text-muted-400 { color: #a0aec0 !important; }

/* 3. Font Size Utilities */
.text-\[9px\] { font-size: 9px !important; }
.text-\[10px\] { font-size: 10px !important; }
.text-\[11px\] { font-size: 11px !important; }
.text-\[12px\] { font-size: 12px !important; }
.text-xs { font-size: 0.75rem !important; }
.fs-7, .fs-7 p, .fs-7 a, .fs-7 span { font-size: 0.82rem !important; }
.fs-8, .fs-8 p, .fs-8 a, .fs-8 span { font-size: 0.72rem !important; }

/* 4. Text Utilities */
.uppercase { text-transform: uppercase !important; }
.block { display: block !important; }
.inline-block { display: inline-block !important; }

/* 5. Padding & Margin Utilities */
.p-0\.5 { padding: 0.125rem !important; }
.pb-2\.5 { padding-bottom: 0.625rem !important; }

/* 6. Border Utilities */
.border-t { border-top: 1px solid #edf2f7 !important; }
.border-gray-100 { border-color: #f1f5f9 !important; }
.border-bottom-3 { border-bottom-width: 3px !important; }
.border-transparent { border-color: transparent !important; }

/* 7. Background Utilities */
.bg-light-pink { background-color: rgba(231, 60, 126, 0.05) !important; }
.bg-light-blue { background-color: rgba(52, 152, 219, 0.05) !important; }
.bg-gradient-pink { background: linear-gradient(135deg, #e73c7e 0%, #d12c6a 100%) !important; }
.bg-slate-50 { background-color: #f8fafc !important; }

/* 8. Line Height Utilities */
.leading-snug { line-height: 1.375 !important; }
.leading-relaxed { line-height: 1.625 !important; }

/* 9. Line Clamp Utility */
.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* 10. Animation Keyframes */
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

/* 11. Overriding default theme styles for clean links and font inherits */
.wp-question-card h5 a,
.wp-question-card .question-title a,
a,
a:link,
a:visited,
article a {
    color: #1e293b !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    transition: color 0.2s ease;
}
.wp-question-card h5 a:hover,
.wp-question-card .question-title a:hover,
a:hover,
article a:hover {
    color: var(--color-pink) !important;
    text-decoration: none !important;
}

/* 12. Robust Badge and Username Styling (Zero-tolerance for alignment shifts) */
.card-user-info-row {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    line-height: 1.2 !important;
    width: auto !important;
}

.card-user-info-row .author-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Cinsiyet Rozetleri */
.badge.bg-pink-soft {
    background-color: rgba(231, 60, 126, 0.08) !important;
    color: #e73c7e !important;
    border: 1px solid rgba(231, 60, 126, 0.15) !important;
}
.badge.bg-blue-soft {
    background-color: rgba(52, 152, 219, 0.08) !important;
    color: #3498db !important;
    border: 1px solid rgba(52, 152, 219, 0.15) !important;
}

.card-user-info-row .badge {
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    height: 22px !important;
    line-height: 1 !important;
    margin: 0 !important;
    text-transform: none !important;
}

/* Xper Rozeti */
.card-user-info-row .xper-badge {
    background-color: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 22px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* ==========================================================================
   MOBILE RESPONSIVE ENHANCEMENTS (MILIMETRIK MOBIL UYUMLULUK)
   ========================================================================== */
@media (max-width: 575.98px) {
    /* 1. Header Düzeltmeleri */
    .pulsequery-header {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    
    .pulsequery-logo h3 {
        font-size: 1.15rem !important;
    }
    
    .pulsequery-logo span {
        font-size: 0.9rem !important;
    }
    
    /* Plus Butonu Dönüşümü */
    .btn-ask-solid {
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .btn-ask-solid i {
        font-size: 0.9rem !important;
        margin: 0 !important;
    }
    
    /* Mobil Arama Tetikleyici ve Profil Butonu */
    .btn-outline-secondary.btn-sm.rounded-circle,
    .pulsequery-header .custom-avatar {
        width: 36px !important;
        height: 36px !important;
    }
    
    /* 2. Soru Kartı ve Kullanıcı Bilgileri Mobil Düzeltmeleri */
    .wp-question-card {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        border-radius: 12px !important;
    }
    
    .card-user-header {
        align-items: flex-start !important;
        gap: 6px !important;
    }
    
    .avatar-wrapper .custom-avatar {
        width: 34px !important;
        height: 34px !important;
        font-size: 12px !important;
    }
    
    .card-user-info-row {
        gap: 4px !important;
    }
    
    .card-user-info-row .author-name {
        font-size: 13px !important;
        line-height: 1.2 !important;
        display: inline-block !important;
        max-width: 100px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .card-user-info-row .badge, 
    .card-user-info-row .xper-badge {
        font-size: 9px !important;
        padding: 2px 6px !important;
        height: 18px !important;
    }
    
    /* Soru başlıklarının mobilde orantılı olması */
    .wp-question-card h5,
    .wp-question-card h5 a,
    .wp-question-card .question-title a {
        font-size: 0.95rem !important; /* Elegant compact size on mobile */
        line-height: 1.3 !important;
        margin-top: 2px !important;
    }
    
    /* 3. Genel Alan Daraltmaları */
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .filter-scroll-container {
        margin-bottom: 1rem !important;
    }
}

/* --- GENEL WORDPRESS BUTON VE BOYUT SINIRLANDIRMALARI (%100 ÇÖZÜM) --- */
.btn {
  font-size: 0.8rem !important;
  padding: 6px 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.btn-sm {
  font-size: 0.74rem !important;
  padding: 4px 10px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Yorum gonderme (Gorusunu Paylas) butonu */
.comment-form #submit,
.btn-ask-pink,
input[type="submit"] {
  font-size: 0.82rem !important;
  padding: 8px 18px !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
}

/* --- EKSTRA PROFIL VE MODEL BOYUTU SINIRLANDIRMALARI --- */
.fs-7\.5, .fs-7\.5 p, .fs-7\.5 a, .fs-7\.5 span {
  font-size: 0.78rem !important;
}
.rounded-3\.5 {
  border-radius: 12px !important;
}
.bg-light-soft {
  background-color: #f8fafc !important;
}

/* Profil Sekmeleri (Tabs) ve Kart İçi Boyutlandırmalar */
.profile-nav-tabs {
  border-bottom: none !important;
}
.profile-nav-tabs .nav-link {
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  padding: 12px 6px !important;
  letter-spacing: -0.1px;
}
.profile-nav-tabs .nav-link.active {
  color: var(--color-pink) !important;
  font-weight: 900 !important;
}

/* Profil Sayfası Kartları & Cevap Paragrafları */
.card-question-item, .card-comment-item {
  padding: 14px !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  box-shadow: none !important;
}
.card-question-item h6, .card-comment-item h6 {
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
  line-height: 1.35 !important;
}
.card-question-item p {
  font-size: 0.78rem !important;
  line-height: 1.5 !important;
  color: #475569 !important;
}
.card-comment-item .bg-white {
  font-size: 0.78rem !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  line-height: 1.5 !important;
  color: #334155 !important;
  background-color: #ffffff !important;
}

/* Mobil Cihazlar İçin Profil İnce Ayarları */
@media (max-width: 767.98px) {
  .profile-cover-banner {
    height: 180px !important;
  }
  .profile-avatar-wrapper {
    width: 96px !important;
    height: 96px !important;
    margin-top: -48px !important;
  }
  .profile-avatar-wrapper .rounded-circle {
    font-size: 26px !important;
  }
  .col-lg-9 .fw-black.text-slate-900 {
    font-size: 1.1rem !important;
  }
  .profile-nav-tabs {
    gap: 15px !important;
    justify-content: space-around;
  }
  .profile-nav-tabs .nav-link {
    font-size: 0.75rem !important;
    padding: 10px 2px !important;
  }
}

/* --- GLOBAL SIZE NORMALIZATION FOR PERFECT PREVIEW MATCH --- */
body, html {
    font-size: 13.5px !important;
}
.wp-question-card {
    padding: 1.15rem 1.25rem !important;
}
.wp-question-card h5, 
.wp-question-card h5 a,
.wp-question-card .question-title a,
.card h1 {
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}
.text-secondary, .fs-7 {
    font-size: 12.5px !important;
}
.text-muted, .fs-8 {
    font-size: 10.5px !important;
}
.leading-relaxed {
    line-height: 1.5 !important;
}

/* --- CROSS-BROWSER COMPATIBILITY FOR OPERA & FIREFOX --- */
.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(231, 60, 126, 0.2) transparent;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(231, 60, 126, 0.2);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(231, 60, 126, 0.4);
}

/* --- INTERACTIVE POLL (ANKET) INTERFACE STYLES --- */
.pulsequery-poll-container {
    animation: fadeInPoll 0.4s ease-out;
}
.poll-option-row {
    position: relative;
    user-select: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.poll-option-row.active-state:hover {
    background-color: #fcfcfc !important;
    border-color: #e73c7e !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.03);
}
.poll-option-row.active-state:active {
    transform: translateY(0);
}
.bg-pink-soft {
    background-color: rgba(231, 60, 126, 0.08) !important;
}
.poll-progress-bg {
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.poll-option-row.voting-in-progress {
    opacity: 0.7;
    pointer-events: none;
    cursor: wait !important;
}
@keyframes fadeInPoll {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- GENDER SELECTOR & POPUP MODALS FINE TUNING --- */
.btn.active-female {
    background-color: #e73c7e !important;
    color: #ffffff !important;
    border-color: #e73c7e !important;
    box-shadow: 0 4px 12px rgba(231, 60, 126, 0.22) !important;
}
.btn.active-male {
    background-color: #3498db !important;
    color: #ffffff !important;
    border-color: #3498db !important;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.22) !important;
}
.btn.inactive-gender {
    background-color: #f8fafc !important;
    color: #64748b !important;
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
}
.btn.inactive-gender:hover {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    border-color: #cbd5e0 !important;
}

/* Custom Modal Backdrop Overlay Blur Effect */
.modal-backdrop.show {
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    background-color: rgba(15, 23, 42, 0.55) !important;
    opacity: 1 !important;
}

.modal-content {
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
}

/* Form controls focus states */
.modal-body .form-control:focus,
.modal-body .form-select:focus {
    border-color: #e73c7e !important;
    box-shadow: 0 0 0 3px rgba(231, 60, 126, 0.1) !important;
    background-color: #ffffff !important;
}

/* --- MOBILE SPECIFIC HEADER SIZING --- */
@media (max-width: 575.98px) {
    .pulsequery-header {
        padding: 0.5rem 0 !important;
    }
    .btn-login-link {
        font-size: 11px !important;
        padding: 4px 6px !important;
    }
    .btn-register-outline {
        font-size: 11px !important;
        padding: 4px 10px !important;
    }
    .pulsequery-logo h3 {
        font-size: 1.3rem !important;
    }
    .pulsequery-logo span {
        font-size: 0.95rem !important;
    }

    .search-input-wrapper .form-control {
        height: 32px !important;
        font-size: 12px !important;
        padding-left: 32px !important;
    }
    .search-input-wrapper .search-icon {
        left: 12px !important;
        font-size: 12px !important;
    }
}

/* --- CHAT MODAL CUSTOM STYLING --- */
.bg-pink-soft {
    background-color: rgba(231, 60, 126, 0.05) !important;
}
.border-pink-light {
    border-color: rgba(231, 60, 126, 0.15) !important;
}
.btn-pink-soft {
    background-color: rgba(231, 60, 126, 0.06) !important;
    color: #e73c7e !important;
    border: 1px solid rgba(231, 60, 126, 0.1) !important;
}
.btn-pink {
    background-color: #e73c7e !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.2s ease-in-out !important;
}
.btn-pink:hover {
    background-color: #d12c6a !important;
    color: #ffffff !important;
}
.btn-pink-soft:hover {
    background-color: rgba(231, 60, 126, 0.1) !important;
}
.bg-light-soft {
    background-color: #f8fafc !important;
}
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}
.scrollbar-hidden {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-sm-hover {
    transition: all 0.2s ease-in-out;
}
.shadow-sm-hover:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transform: translateY(-1px);
}
.cursor-pointer {
    cursor: pointer;
}
.bg-info-soft {
    background-color: rgba(52, 152, 219, 0.08) !important;
}
.bg-pink-soft {
    background-color: rgba(231, 60, 126, 0.08) !important;
}
@media (max-width: 767.98px) {
    #pulsequeryInboxModal .modal-body {
        flex-direction: column !important;
        height: auto !important;
        max-height: 70vh;
    }
    #pulsequeryInboxModal .border-end {
        border-right: 0 !important;
        border-bottom: 1px solid #f1f5f9 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 180px !important;
    }
    #chat-placeholder-view {
        padding: 2rem 1rem !important;
    }
    
    /* Direct Chat Mode Adjustments for Mobile */
    #pulsequeryInboxModal.direct-chat-mode #chat-sidebar-panel {
        display: none !important;
    }
    #pulsequeryInboxModal.direct-chat-mode .modal-body {
        height: 500px !important;
        max-height: 80vh !important;
        flex-direction: row !important;
    }
}

/* WhatsApp Style Message Status Ticks */
.tick-sent {
    color: #888888;
}
.tick-delivered {
    color: #888888;
}
.tick-read {
    color: #34b7f1 !important;
}

/* Chat Deletion Button */
.delete-chat-btn {
    color: #94a3b8;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 2px 4px !important;
    border-radius: 4px;
}
.delete-chat-btn:hover {
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.08) !important;
    opacity: 1 !important;
}

/* ==========================================================================
   CUSTOM MOR HEADER & YARI GÖVDE SEARCH BOX (FRMTURK CUSTOM)
   ========================================================================== */

/* Header Ana Yapısı */
.pulsequery-header {
    background: linear-gradient(90deg, #e73c7e 0%, #9c27b0 50%, #3498db 100%) !important; /* Pembe - Mor - Mavi Geçişli Arka Plan */
    position: relative !important;
    padding: 8px 12px 25px 12px !important; /* Dikey boşluklar kibarlaştırıldı */
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 1030 !important;
}

/* Orta Logo Konumu */
.header-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.header-logo h3 {
    font-size: 1.55rem !important; /* Metin logo boyutu belirginleştirildi */
}

.header-logo h3 span {
    font-size: 1.25rem !important;
}

.header-logo img {
    max-height: 35px !important; /* Logo dikey yüksekliği büyütüldü */
    width: auto !important;
    object-fit: contain !important;
}

/* Kategori Slider Konumu (Üste Binme Sorununun Çözümü) */
.category-slider-container {
    margin-top: 45px !important; /* Arama kutusunun altında ezilmemesi için dikey boşluk eklendi */
}

/* Yarı Yarıya Bölünen Arama/Soru Sor Kutusu */
.search-overlay-container {
    position: absolute !important;
    bottom: -28px !important; /* Kutunun yarısını aşağıya taşıyan negatif hizalama */
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    max-width: 650px !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important; /* Hafif derinlik gölgesi */
    padding: 8px 8px 8px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 1050 !important; /* Header'ın üstünde durması için */
}

/* Input ve Buton Tasarımı */
.search-overlay-container form {
    width: 100% !important;
}

.search-overlay-container input {
    border: none !important;
    outline: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    background: transparent !important;
    flex-grow: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.search-overlay-container .sor-button {
    background: #e67e22 !important; /* Turuncu buton rengi */
    color: #ffffff !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s, transform 0.1s !important;
    flex-shrink: 0 !important;
}

.search-overlay-container .sor-button:hover {
    background: #d35400 !important;
}

.search-overlay-container .sor-button:active {
    transform: scale(0.97) !important;
}

.hover-opacity-80 {
    transition: opacity 0.2s ease !important;
}
.hover-opacity-80:hover {
    opacity: 0.8 !important;
}

/* Mobil Cihazlar İçin Sıkıştırma Düzeltmeleri */
@media (max-width: 575.98px) {
    .pulsequery-header {
        padding: 6px 10px 18px 10px !important; /* Mobil dikey boşluklar daraltıldı */
    }
    .header-logo img {
        max-height: 28px !important; /* Mobil logo boyutu orantılı büyütüldü */
    }
    .header-logo h3 {
        font-size: 1.35rem !important;
    }
    .header-logo h3 span {
        font-size: 1.05rem !important;
    }
    .category-slider-container {
        margin-top: 36px !important; /* Mobil için dikey boşluk */
    }
    .search-overlay-container {
        padding: 6px 6px 6px 15px !important;
        bottom: -24px !important;
        width: 94% !important;
    }
    .search-overlay-container input {
        font-size: 13px !important;
    }
    .search-overlay-container .sor-button {
        padding: 8px 16px !important;
        font-size: 12px !important;
        border-radius: 8px !important;
    }
}



/* Bence Kapak Görseli Standartlaştırma */
.bence-card-image-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 12px;
}

.bence-card-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.3s ease;
}

.bence-card-image-wrapper:hover img {
    transform: scale(1.03);
}

/* Soru Sor Modalı Görsel Yükleme ve Gönderme Butonu */
#question-dropzone.dragover {
    border-color: #e73c7e !important;
    background-color: rgba(231, 60, 126, 0.08) !important;
}

.btn-modal-submit {
    background-color: #e73c7e !important;
    border-color: #e73c7e !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 10px rgba(231, 60, 126, 0.15) !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: 1px solid transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

.btn-modal-submit:hover {
    background-color: #c82361 !important;
    border-color: #c82361 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(231, 60, 126, 0.25) !important;
}

/* Soru görseli önizleme güvenli gizleme/gösterme */
.bence-preview-image {
    display: none !important;
}

.bence-preview-image.has-image {
    display: block !important;
}

/* --- BİLDİRİM DROPDOWN SİSTEMİ --- */
.notification-dropdown-container {
    display: inline-block;
    margin-right: -10px !important;
}

.notification-dropdown-box {
    position: absolute;
    top: 45px;
    right: 0;
    width: 360px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 9999 !important;
    overflow: hidden;
    transform-origin: top right;
    animation: notificationEntrance 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes notificationEntrance {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.notification-dropdown-header {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
    text-decoration: none !important;
}

.notification-item:hover {
    background-color: #f8fafc !important;
}

.notification-item.unread {
    background-color: rgba(231, 60, 126, 0.04);
}

.notification-item.unread:hover {
    background-color: rgba(231, 60, 126, 0.08) !important;
}

.notification-avatar-wrap {
    flex-shrink: 0;
    margin-right: 12px;
    position: relative;
}

.notification-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}

.notification-badge-icon-wrap {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.notification-badge-icon-wrap i {
    font-size: 10px;
}

.notification-content-wrap {
    flex-grow: 1;
}

.notification-message {
    font-size: 12.5px;
    color: #334155;
    line-height: 1.4;
    margin-bottom: 4px;
    text-align: left;
}

.notification-message strong {
    color: #0f172a;
    font-weight: 600;
}

.notification-time {
    font-size: 10px;
    color: #94a3b8;
    text-align: left;
}

.notification-dropdown-footer {
    font-size: 13px;
}

.notification-dropdown-footer a {
    color: #e73c7e;
    transition: color 0.15s ease;
}

.notification-dropdown-footer a:hover {
    color: #c82361;
}

/* Mobil Uyumluluk */
@media (max-width: 576px) {
    .notification-dropdown-box {
        position: fixed;
        top: 60px;
        left: 12px;
        right: 12px;
        width: auto !important;
        max-width: none;
    }
}

/* ==========================================================================
   YENİ NESİL MODERN HAMBURGER SİDEBAR MENÜ STİLLERİ
   ========================================================================== */
.pulsequery-sidebar-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    max-width: 85vw;
    height: auto;
    max-height: calc(100vh - 60px);
    background-color: #ffffff;
    box-shadow: 8px 10px 35px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    transition: left 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
}

/* Admin Bar var ise üst ve yükseklik ayarı */
body.admin-bar .pulsequery-sidebar-menu {
    top: 32px;
    max-height: calc(100vh - 92px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .pulsequery-sidebar-menu {
        top: 46px;
        max-height: calc(100vh - 106px);
    }
}

.pulsequery-sidebar-menu.active {
    left: 0;
}

/* Sidebar Header */
.pulsequery-sidebar-header {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

/* Sidebar Overlay Backdrop */
.pulsequery-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.pulsequery-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Dynamic Menu Styles */
.pulsequery-drawer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pulsequery-drawer-menu-list li {
    margin: 0;
    padding: 0;
    display: block;
}

.pulsequery-drawer-menu-list li a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #334155;
    font-size: 1rem; /* Tam 16px mobil uyumlu yazı boyutu */
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: transparent;
    line-height: 1.5;
}

.pulsequery-drawer-menu-list li a:hover {
    color: #e73c7e;
    background-color: #f8fafc; /* Hafif modern gri arka plan */
    transform: translateX(4px); /* Şık yana kayma efekti */
}

/* Hover durumunda ikonların rengini de etkileşime sokalım */
.pulsequery-drawer-menu-list li a:hover i {
    transform: scale(1.15);
}

.pulsequery-drawer-menu-list li a i {
    transition: transform 0.25s ease;
}

.pulsequery-drawer-menu-list li.current-menu-item > a {
    color: #e73c7e;
    font-weight: 600;
    background-color: #ffe4e6; /* Aktif sayfa için yumuşak marka rengi */
}

.menu-text-wrap {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.2px;
}

/* Custom Header Guest Auth (Profil/Giriş) */
.header-guest-auth {
    padding: 5px 10px !important;
    border-radius: 12px !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    transition: all 0.2s ease-in-out !important;
}

.header-guest-auth:hover {
    background-color: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.header-guest-auth .header-auth-icon-wrapper i {
    color: #ffffff !important;
    transition: transform 0.2s ease-in-out !important;
}

.header-guest-auth:hover .header-auth-icon-wrapper i {
    transform: scale(1.05) !important;
}

.header-guest-auth .header-auth-text .fw-extrabold {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.header-guest-auth .header-auth-text .text-white-50 {
    font-size: 10.5px !important;
    opacity: 0.8 !important;
}

/* ==========================================================================
   YENİ BİLEŞEN ALANLARI VE RESPONSIVE GRID ALTYAPISI
   ========================================================================== */

/* Masaüstü Yan Yana (İçerik %70, Sidebar %30) Düzeni */
@media (min-width: 992px) {
    .container > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 30px;
    }
    
    /* Ana içerik alanını %70 yap */
    main.col-lg-9, 
    main.col-lg-8,
    main.col-lg-6 {
        flex: 0 0 70% !important;
        max-width: 70% !important;
        width: 70% !important;
    }
    
    /* Sidebar alanını %30 yap */
    aside.col-lg-3,
    aside.col-lg-4,
    aside#secondary {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        width: 30% !important;
    }
}

/* Mobil Ekranlar İçin Kurallar (Sidebar otomatik olarak alta kayar ve %100 genişlik kaplar) */
@media (max-width: 991.98px) {
    .container > .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;
    }

    main.col-lg-9,
    main.col-lg-8,
    main.col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    aside.col-lg-3,
    aside.col-lg-4,
    aside#secondary {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 30px;
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
}

/* Soru Detay Sayfasında Sol Panel ve Sağ Sidebar Mobil Kontrolleri */
@media (max-width: 768px) {
    aside, 
    #secondary,
    .widget-area {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }
}

/* Footer Sidebar 3 Sütun Masaüstü, 1 Sütun Mobil Esnek Düzeni */
.footer-widgets {
    display: flex !important;
    flex-wrap: wrap !important;
}

.footer-widget-item {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}

@media (max-width: 768px) {
    .footer-widget-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }
}

/* 🏆 PulseQuery - Haftanın Fenomenleri Özel Bileşen (Widget) Stilleri */
.pulsequery-fenomenler-widget-list .fenomen-item-row {
    border-radius: 12px !important;
    border: 1px solid #f1f5f9 !important;
    transition: all 0.25s ease-in-out !important;
}

.pulsequery-fenomenler-widget-list .fenomen-item-row:hover {
    background-color: #ffffff !important;
    border-color: rgba(231, 60, 126, 0.15) !important;
    box-shadow: 0 4px 12px rgba(231, 60, 126, 0.04) !important;
    transform: translateX(4px);
}

.pulsequery-fenomenler-widget-list .fenomen-item-row .badge {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: -0.1px;
}

/* Mobil Ekranlarda Fenomen Bileşeni Optimizasyonu (Kayıpları/Taşmaları Önle) */
@media (max-width: 480px) {
    .pulsequery-fenomenler-widget-list .fenomen-item-row {
        padding: 6px 8px !important;
        gap: 6px !important;
    }
    
    .pulsequery-fenomenler-widget-list .fenomen-item-row .display-name {
        font-size: 12.5px !important;
    }
    
    .pulsequery-fenomenler-widget-list .fenomen-item-row .badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }
}

/* 🔥 PulseQuery - Gündemdeki Sorular Özel Bileşen (Widget) Stilleri */
.pulsequery-populer-sorular-widget-list .soru-item-row {
    transition: all 0.2s ease-in-out;
}

.pulsequery-populer-sorular-widget-list .soru-item-row:hover {
    transform: translateX(3px);
}

.pulsequery-populer-sorular-widget-list .soru-item-row.last-border-0:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pulsequery-populer-sorular-widget-list .soru-title-wrapper a {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.4;
    transition: color 0.15s ease-in-out;
}

.pulsequery-populer-sorular-widget-list .soru-title-wrapper a:hover {
    color: #e73c7e !important;
}

.pulsequery-populer-sorular-widget-list .badge {
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #e73c7e !important;
    background-color: #fff1f6 !important;
    border: 1px solid rgba(231, 60, 126, 0.1) !important;
    padding: 5px 9px !important;
    letter-spacing: -0.1px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 480px) {
    .pulsequery-populer-sorular-widget-list .soru-title-wrapper a {
        font-size: 12px !important;
    }
    .pulsequery-populer-sorular-widget-list .badge {
        font-size: 9.5px !important;
        padding: 4px 7px !important;
    }
}

/* 📊 PulseQuery - Günün Anketi Özel Bileşen (Widget) Stilleri */
.pulsequery-gunun-anketi-container .anket-sorusu-link {
    font-size: 14.5px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    line-height: 1.45;
    transition: color 0.15s ease-in-out;
}

.pulsequery-gunun-anketi-container .anket-sorusu-link:hover {
    color: #e73c7e !important;
}

.pulsequery-gunun-anketi-container .poll-option-row {
    border-radius: 9999px !important; /* Oval corners */
    border: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
    padding: 12px 16px !important; /* Touch-friendly padding */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.pulsequery-gunun-anketi-container .poll-option-row.active-state:hover {
    background-color: #fff1f6 !important;
    border-color: rgba(231, 60, 126, 0.3) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(231, 60, 126, 0.05) !important;
}

.pulsequery-gunun-anketi-container .poll-option-row.voted-state {
    border-color: #f1f5f9 !important;
    background-color: #f8fafc !important;
}

.pulsequery-gunun-anketi-container .poll-progress-bg {
    background-color: rgba(231, 60, 126, 0.08) !important; /* Soft pink progress bar */
}

.pulsequery-gunun-anketi-container .poll-option-pct {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #e73c7e !important;
}

/* Mobil Optimizasyonlar */
@media (max-width: 480px) {
    .pulsequery-gunun-anketi-container .anket-sorusu-link {
        font-size: 13px !important;
    }
    .pulsequery-gunun-anketi-container .poll-option-row {
        padding: 11px 14px !important;
    }
    .pulsequery-gunun-anketi-container .poll-option-row .poll-option-text {
        font-size: 12px !important;
    }
}

/* 💰 PulseQuery - Reklam Alanı Özel Bileşen (Widget) Stilleri */
.pulsequery-reklam-wrapper {
    overflow: hidden;
}

.pulsequery-reklam-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    display: inline-block;
    transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.pulsequery-reklam-wrapper img:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.08) !important;
}

/* Google AdSense / JS / Iframe Reklam Kodlarının Sınırlandırılması ve Responsive Yapılması */
.pulsequery-reklam-inner-code {
    max-width: 100% !important;
    overflow-x: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulsequery-reklam-inner-code iframe,
.pulsequery-reklam-inner-code ins,
.pulsequery-reklam-inner-code embed,
.pulsequery-reklam-inner-code object {
    max-width: 100% !important;
}

.pulsequery-reklam-sub-label {
    font-size: 9px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    letter-spacing: 0.8px;
    margin-top: 8px !important;
}

/* 💬 PulseQuery - Canlı Son Cevaplar Özel Bileşen (Widget) Stilleri */
.pulsequery-son-cevaplar-widget-list .cevaps-item-row {
    transition: all 0.2s ease-in-out;
}

.pulsequery-son-cevaplar-widget-list .cevaps-item-row:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.pulsequery-son-cevaplar-widget-list .cevaps-item-row.last-border-0:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pulsequery-son-cevaplar-widget-list .cevaps-question-link {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    line-height: 1.4 !important;
    transition: color 0.15s ease-in-out;
}

.pulsequery-son-cevaplar-widget-list .cevaps-question-link:hover {
    color: #e73c7e !important;
}

/* Mobil Optimizasyonlar */
@media (max-width: 480px) {
    .pulsequery-son-cevaplar-widget-list .cevaps-item-row {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .pulsequery-son-cevaplar-widget-list .cevaps-question-link {
        font-size: 12px !important;
    }
}

/* ✨ PulseQuery - Öne Çıkanlar Slider Widget Stilleri */
.pulsequery-slider-widget-container {
    border-radius: 20px !important;
    overflow: hidden;
    background: #000;
}

.pulsequery-slider-widget-container .carousel-item {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.pulsequery-slider-widget-container .carousel-item a:hover .slider-bg-img {
    transform: scale(1.05);
}

/* Navigasyon Okları */
.pulsequery-slider-widget-container .carousel-control-prev,
.pulsequery-slider-widget-container .carousel-control-next {
    width: 38px !important;
    height: 38px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2) !important;
    border: none !important;
}

.pulsequery-slider-widget-container:hover .carousel-control-prev {
    opacity: 1 !important;
    left: 15px !important;
}

.pulsequery-slider-widget-container:hover .carousel-control-next {
    opacity: 1 !important;
    right: 15px !important;
}

.pulsequery-slider-widget-container .carousel-control-prev-icon,
.pulsequery-slider-widget-container .carousel-control-next-icon {
    width: 12px !important;
    height: 12px !important;
    filter: invert(1) !important; /* Beyaz simgeyi siyaha çevirir */
}

/* Geçiş Noktaları (Dots) */
.pulsequery-slider-widget-container .carousel-indicators [data-bs-target] {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.45) !important;
    border: none !important;
    margin: 0 4px !important;
    transition: all 0.25s ease !important;
}

.pulsequery-slider-widget-container .carousel-indicators .active {
    width: 20px !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
}

/* Mobil Optimizasyonları */
@media (max-width: 768px) {
    .pulsequery-slider-widget-container .carousel-item a {
        height: 280px !important;
    }
    .pulsequery-slider-widget-container .carousel-item h3 {
        font-size: 15px !important;
    }
    .pulsequery-slider-widget-container .carousel-control-prev,
    .pulsequery-slider-widget-container .carousel-control-next {
        width: 32px !important;
        height: 32px !important;
        opacity: 0.8 !important; /* Mobilde her zaman görünsün */
    }
    .pulsequery-slider-widget-container .carousel-control-prev {
        left: 10px !important;
    }
    .pulsequery-slider-widget-container .carousel-control-next {
        right: 10px !important;
    }
}

/* ✨ PulseQuery - Modernize Footer Stilleri */
.site-footer {
    background-color: #f8f9fa !important;
    color: #475569 !important;
    border-top: 4px solid #e73c7e !important;
}

.footer-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 32px !important;
    margin-bottom: 30px !important;
}

.footer-about,
.footer-links,
.footer-social {
    flex: 1 1 calc(33.333% - 22px) !important;
    min-width: 250px !important;
}

.footer-column-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin-bottom: 18px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid rgba(231, 60, 126, 0.1) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.footer-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin: 0 !important;
}

.footer-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.footer-links-list li {
    display: block !important;
}

.footer-links-list a {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.2s ease-in-out !important;
}

.footer-links-list a:hover {
    color: #e73c7e !important;
    transform: translateX(4px) !important;
}

.footer-social-icons {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

.social-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.social-icon:hover {
    background-color: #e73c7e !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 10px rgba(231, 60, 126, 0.25) !important;
}

.sub-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-top: 18px !important;
    margin-top: 25px !important;
}

.sub-footer p {
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #64748b !important;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column !important;
        gap: 24px !important;
    }
    .footer-about,
    .footer-links,
    .footer-social {
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
    .sub-footer p {
        font-size: 11.5px !important;
        line-height: 1.5 !important;
    }
}

/* ✨ PulseQuery - Dinamik Paylaşım Butonları Stilleri */
.pulsequery-share-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.share-icon-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    border: none !important;
}

.share-icon-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
}

/* Ağlara Özel Hover Renkleri */
.whatsapp-btn:hover {
    background-color: #25d366 !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.35) !important;
}

.telegram-btn:hover {
    background-color: #0088cc !important;
    box-shadow: 0 4px 10px rgba(0, 136, 204, 0.35) !important;
}

.facebook-btn:hover {
    background-color: #1877f2 !important;
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.35) !important;
}

.twitter-btn:hover {
    background-color: #000000 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35) !important;
}

.instagram-btn:hover {
    background-color: #e1306c !important;
    box-shadow: 0 4px 10px rgba(225, 48, 108, 0.35) !important;
}

/* Mobil Optimizasyonları */
@media (max-width: 768px) {
    .share-icon-btn {
        width: 38px !important; /* Mobilde parmakla rahat basılsın */
        height: 38px !important;
        font-size: 15px !important;
    }
}

/* Soru Kaydetme ve Paylaşma Butonları Minimal Tasarımı */
.question-actions {
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
}

.btn-question-action {
    background: transparent !important;
    border: none !important;
    padding: 4px 6px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #64748b !important; /* text-slate-500 */
    cursor: pointer !important;
    transition: all 0.25s ease-in-out !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-question-action i {
    font-size: 14px !important;
    transition: transform 0.2s ease-in-out !important;
}

.btn-question-action:hover {
    color: #db2777 !important; /* Pembe/Fuşya hover */
    opacity: 0.9 !important;
}

.btn-question-action:hover i {
    transform: scale(1.1) !important;
}

.btn-question-action.active-saved {
    color: #db2777 !important;
}

/* Dynamic Share Popover & Trigger Button Styles */
.pulsequery-share-wrapper {
    display: inline-block !important;
    position: relative !important;
}

.pulsequery-share-popover {
    position: absolute !important;
    bottom: 135% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) scale(0.92) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 30px !important;
    padding: 6px 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 1050 !important;
}

/* Hover-based display on desktop */
@media (min-width: 992px) {
    .pulsequery-share-wrapper:hover .pulsequery-share-popover {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateX(-50%) translateY(0) scale(1) !important;
    }
}

/* Show class for click toggles (mobile / backup) */
.pulsequery-share-popover.show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

.pulsequery-share-popover-arrow {
    position: absolute !important;
    bottom: -6px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg) !important;
    width: 12px !important;
    height: 12px !important;
    background: #ffffff !important;
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    z-index: -1 !important;
}

.pulsequery-share-popover-inner {
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    .pulsequery-share-popover {
        bottom: 140% !important;
    }
}

/* ==========================================================================
   SORU KARTLARI MOBİL RESPONSIVE REVİZELERİ
   ========================================================================== */

/* Masaüstü ve Genel Ayarlar */
.question-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.listing-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

@media (max-width: 768px) {
    /* 1. ALT ETKİLEŞİM BUTONLARININ MOBİL REVİZESİ */
    .question-card-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .question-card-footer > div:first-child {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    .question-card-footer .question-actions {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        margin-top: 10px !important;
        border-top: 1px solid #f1f3f5 !important;
        padding-top: 8px !important;
        margin-left: 0 !important;
    }
    
    .question-card-footer .question-actions .pulsequery-share-wrapper,
    .question-card-footer .question-actions .btn-question-action {
        flex: 1 !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .question-card-footer .question-actions .pulsequery-share-wrapper button {
        width: 100% !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .question-card-footer .question-actions #pulsequery-save-btn {
        margin-left: 10px !important;
    }

    /* Listeleme Kartları Mobil Alt Barı */
    .listing-card-footer {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    
    .listing-card-footer > div {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    .listing-card-footer > div:last-child {
        border-top: 1px solid #f1f3f5 !important;
        padding-top: 8px !important;
    }

    /* 2. ÜST PROFİL / YAZAR ALANININ DÜZENLENMESİ */
    .card-user-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    
    .card-user-header > div:first-child {
        align-items: flex-start !important;
    }
    
    .card-header-actions {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        border-top: 1px dashed #f1f3f5 !important;
        padding-top: 8px !important;
        margin-top: 4px !important;
    }
    
    .card-header-actions .btn-edit,
    .card-header-actions .btn-delete,
    .card-header-actions .btn-outline-secondary,
    .card-header-actions .btn-outline-danger {
        padding: 4px 8px !important;
        font-size: 12px !important;
        height: auto !important;
        line-height: 1.2 !important;
    }

    /* 3. GENEL MOBİL TIPOGRAFİ & KENAR BOŞLUKLARI */
    .wp-question-card, 
    article.card {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        border-radius: 12px !important;
    }
    
    .wp-question-card h5,
    .wp-question-card h5 a,
    .wp-question-card .question-title a,
    h1.fs-4 {
        font-size: 1.15rem !important;
        line-height: 1.4 !important;
        letter-spacing: -0.01em !important;
        margin-top: 8px !important;
        word-break: break-word !important;
    }

    .question-content {
        font-size: 15px !important;
        line-height: 1.5 !important;
        word-break: break-word !important;
    }
}

/* --- RECENT POSTS, RECENT COMMENTS & DEFAULT SEARCH WIDGETS TAMAMEN GİZLEME VE REMOVE --- */
.widget_recent_entries,
.widget_recent_comments,
.widget_recent_posts,
.widget_search,
.wp-block-search,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-latest-posts__list,
.wp-block-latest-comments__list,
[id*="recent-posts"],
[id*="recent-comments"],
[id*="recent_posts"],
[id*="recent_comments"],
[id^="search-"],
[class*="widget_recent_entries"],
[class*="widget_recent_comments"],
[class*="widget_recent_posts"],
[class*="widget_search"],
[class*="wp-block-search"],
[class*="latest-posts"],
[class*="latest-comments"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* --- MOBİL VE MASAÜSTÜ KART DÜZENİ VE MEDİA QUERIES --- */

/* FULL-WIDTH FLUID CONTAINER (Masaüstünde Sağ ve Sol Boşlukları Sıfırlar) */
.container,
.container-fluid,
.wrapper,
.site-main,
.site-content,
.main-container,
#primary {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 1. MOBİL GÖRÜNÜM (VARSAYILAN / 767px VE ALTI) - TEK SÜTUN */
@media (max-width: 767px) {
  .wp-question-feed-grid,
  .question-feed-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 1rem !important;
  }

  .wp-question-card,
  .question-card,
  article.card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 1rem !important;
  }

  .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* 2. MASAÜSTÜ VE TABLET GÖRÜNÜMÜ (SADECE 768px VE ÜZERİ - SIKI VE ÇOKLU KÜÇÜK KARTLAR) */
@media (min-width: 768px) {
  .wp-question-feed-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 0.85rem !important;
    margin-bottom: 2rem !important;
    width: 100% !important;
  }

  .wp-question-card {
    border-radius: 12px !important;
    border: 1px solid #eee !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: auto !important;
    max-height: 380px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03) !important;
  }

  .wp-question-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
  }

  .wp-question-card .card-user-header {
    padding: 12px 14px 4px 14px !important;
    margin-bottom: 0 !important;
  }

  .wp-question-card .question-middle-block {
    padding: 0 14px 12px 14px !important;
    flex-grow: 1 !important;
    margin-bottom: 0 !important;
  }

  .wp-question-card .listing-card-footer {
    padding: 10px 14px !important;
    background-color: #fafafa !important;
    border-top: 1px solid #eee !important;
    margin-top: auto !important;
  }
}

/* --- KULLANICI PROFİL İSTATİSTİK KARTLARI (KOMPAKT 2x2 GRID & 4'LÜ DİZİLİM) --- */
.user-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .user-stats-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
  }
}

.user-stat-card {
  padding: 10px 8px !important;
  border-radius: 12px !important;
  border: 1px solid #f1f5f9 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #ffffff !important;
  text-align: center !important;
  height: 100% !important;
  min-height: 80px !important;
  max-height: 95px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.user-stat-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.user-stat-card .stat-icon-wrapper {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 4px !important;
  font-size: 14px !important;
}

.user-stat-card .stat-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
  display: block !important;
}

.user-stat-card .stat-value {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #1e293b !important;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

/* --- KURUMSAL FULL-WIDTH LACİVERT / MOR FOOTER BANT DÜZENİ --- */
.pulsequery-footer-fullwidth {
  background-color: #181227 !important;
  color: #cbd5e1 !important;
  border-top: 1px solid rgba(126, 34, 206, 0.2) !important;
  padding-top: 3.5rem !important;
  padding-bottom: 2rem !important;
  margin-top: 4rem !important;
  width: 100% !important;
}

.pulsequery-footer-fullwidth a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.pulsequery-footer-fullwidth a:hover {
  color: #ffffff !important;
}

/* --- MOBİL AÇILIR MENÜ (DRAWER) KIZLARSORUYOR STİLİ ALT MENÜ (PULSEQUERY_FOOTER_MENU) --- */
.pulsequery-footer-menu-wrap {
  border-top: 1px solid #eee !important;
  margin-top: 15px !important;
  padding-top: 15px !important;
}

.pulsequery-footer-menu-wrap ul,
.pulsequery-footer-menu-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pulsequery-footer-menu-wrap li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
}

.pulsequery-footer-menu-wrap a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #4a5568 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  white-space: nowrap !important;
}

.pulsequery-footer-menu-wrap a:hover {
  color: #e73c7e !important;
}

/* --- MOBİL AÇILIR MENÜ (DRAWER) KIZLARSORUYOR STİLİ SOSYAL MEDYA ALANI --- */
.pulsequery-drawer-social-links {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.pulsequery-drawer-social-links a {
  font-size: 18px !important;
  color: #2d3748 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pulsequery-drawer-social-links a:hover {
  color: #e73c7e !important;
  transform: translateY(-1px) !important;
}








