/* ============================================================================
 * Lawyer Detail Page — SEO Sidebar Cards
 * 9 zenginleştirme kartı: Sicil Doğrulama, Baro Avukatları, İlçeler,
 * Şehir×Uzmanlık, Yakın Şehirler, Hukuk Büroları, Adliye, Veri, SSS.
 *
 * Hem claimed (show.php) hem unclaimed (show-unclaimed.php) profillerde
 * shared. Versioning: dosya adı ?v1 ile 1 yıl immutable cache (.htaccess
 * + nginx static cache config'i tarafından).
 * ============================================================================ */

.seo-side-card {
    background: #fff;
    border: 1px solid var(--gray-200, #e5e7eb);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.seo-side-card .card-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 11px 14px;
    border-bottom: 1px solid var(--gray-200, #e5e7eb);
}

.seo-side-card .card-header h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--gray-900, #111827);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
}

.seo-side-card .card-header h2 i {
    color: var(--primary-500, #1e40af);
    font-size: 13px;
    flex-shrink: 0;
}

.seo-side-card .card-body {
    padding: 12px 14px;
    font-size: 13px;
    color: var(--gray-700, #374151);
}

.seo-side-link-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-side-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 11px;
    font-size: 13px;
    color: var(--gray-700, #374151);
    background: var(--gray-50, #f9fafb);
    border-radius: 6px;
    text-decoration: none;
    transition: all .12s;
}

.seo-side-link-list a:hover {
    background: #eff6ff;
    color: #1e3a8a;
    transform: translateX(2px);
}

.seo-side-link-list a .badge {
    font-size: 11px;
    color: var(--gray-500, #6b7280);
    font-weight: 600;
    background: #fff;
    padding: 1px 7px;
    border-radius: 10px;
}

.seo-side-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.seo-side-grid a {
    padding: 8px 9px;
    font-size: 12.5px;
    text-align: center;
    background: var(--gray-50, #f9fafb);
    border-radius: 6px;
    color: var(--gray-700, #374151);
    text-decoration: none;
    transition: all .12s;
    font-weight: 500;
    line-height: 1.25;
}

.seo-side-grid a:hover {
    background: #eff6ff;
    color: #1e3a8a;
}

.seo-side-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    font-size: 13px;
    border-bottom: 1px dashed var(--gray-200, #e5e7eb);
}

.seo-side-stat-row:last-child { border-bottom: none; }
.seo-side-stat-row .label { color: var(--gray-600, #4b5563); }
.seo-side-stat-row .value { color: var(--gray-900, #111827); font-weight: 700; }

.seo-side-card-footer {
    text-align: center;
    padding: 9px 12px;
    font-size: 12.5px;
    background: var(--gray-50, #f9fafb);
    border-top: 1px solid var(--gray-100, #f1f5f9);
}

.seo-side-card-footer a {
    color: var(--primary-600, #1e40af);
    font-weight: 600;
    text-decoration: none;
}

.seo-side-card-footer a:hover { text-decoration: underline; }

.seo-side-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 6px 0;
    font-size: 12.5px;
    color: var(--gray-700, #374151);
    line-height: 1.4;
}

.seo-side-meta-row i {
    width: 16px;
    color: var(--gray-500, #6b7280);
    font-size: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.seo-side-meta-row strong { color: var(--gray-900, #111827); font-weight: 700; }

.seo-side-mini-lawyer {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 9px;
    background: var(--gray-50, #f9fafb);
    border-radius: 8px;
    text-decoration: none;
    transition: background .12s;
}

.seo-side-mini-lawyer:hover { background: #eff6ff; }

.seo-side-mini-lawyer img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.seo-side-mini-lawyer .info { flex: 1; min-width: 0; }

.seo-side-mini-lawyer .name {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gray-900, #111827);
    line-height: 1.2;
}

.seo-side-mini-lawyer .meta {
    font-size: 11px;
    color: var(--gray-500, #6b7280);
    margin-top: 2px;
}

.seo-side-faq-item {
    padding: 9px 0;
    border-bottom: 1px solid var(--gray-100, #f1f5f9);
}

.seo-side-faq-item:last-child { border-bottom: none; }

.seo-side-faq-q {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gray-900, #111827);
    margin-bottom: 3px;
    line-height: 1.35;
}

.seo-side-faq-q i {
    color: var(--primary-500, #1e40af);
    margin-right: 5px;
    font-size: 11px;
}

.seo-side-faq-a {
    font-size: 11.5px;
    color: var(--gray-600, #4b5563);
    line-height: 1.45;
}
