/*
Theme Name: Olivin Child
Description: Child theme for Olivin. You can now safely customize it and not risk losing your customizations.
Author: Shentaweb
Author URI: https://shentaweb.com
Template: olivin
Version: 1.0
*/

.tk-firma-seo-metin{
    margin:32px 0 10px;
    padding:26px;
    border:1px solid #e5e7eb;
    border-radius:18px;
    background:#fff;
    box-shadow:0 6px 24px rgba(0,0,0,.04);
}
.tk-firma-seo-metin h2{
    margin:0 0 18px;
    font-size:21px;
    line-height:1.35;
}
.tk-firma-seo-metin p{
    margin:0 0 14px;
    color:#475569;
    font-size:15px;
    line-height:1.75;
}
.tk-firma-seo-metin p:last-child{
    margin-bottom:0;
}
@media(max-width:600px){
    .tk-firma-seo-metin{
        padding:20px;
        border-radius:14px;
    }
    .tk-firma-seo-metin h2{
        font-size:19px;
    }
    .tk-firma-seo-metin p{
        font-size:14px;
        line-height:1.7;
    }
}

/**
 * *
 * *
 * *
 * İlçeler CSS
 * *
 * *
 * */

.tk-firma-ilce-links{
    margin:32px 0 10px;
    padding:24px;
    border:1px solid #e5e7eb;
    border-radius:18px;
    background:#fff;
    box-shadow:0 6px 24px rgba(0,0,0,.05);
}

.tk-firma-ilce-links__baslik{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
}

.tk-firma-ilce-links__ikon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:12px;
    background:#f1f5f9;
    font-size:22px;
}

.tk-firma-ilce-links__baslik h2{
    margin:0;
    font-size:20px;
    line-height:1.3;
}

.tk-firma-ilce-links__baslik p{
    margin:4px 0 0;
    color:#64748b;
    font-size:13px;
}

.tk-firma-ilce-links__liste{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
}

.tk-firma-ilce-links__item{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:7px 14px;
    border:1px solid #e2e8f0;
    border-radius:10px;
    background:#f8fafc;
    color:#334155;
    font-size:14px;
    font-weight:600;
    line-height:1;
    text-decoration:none;
    transition:.2s ease;
}

a.tk-firma-ilce-links__item:hover{
    border-color:#94a3b8;
    background:#f1f5f9;
    transform:translateY(-1px);
}

.tk-firma-ilce-links__item.is-active{
    border-color:#0f172a;
    background:#0f172a;
    color:#fff;
}

@media(max-width:600px){
    .tk-firma-ilce-links{
        padding:18px;
        border-radius:14px;
    }

    .tk-firma-ilce-links__baslik{
        margin-bottom:16px;
    }

    .tk-firma-ilce-links__baslik h2{
        font-size:18px;
    }

    .tk-firma-ilce-links__item{
        min-height:36px;
        padding:7px 11px;
        font-size:13px;
    }
}

/* =========================================================
   TEL.KIM - NUMARA SORGULAMA SAYFASI VE ORTAK KART TASARIMI
   ========================================================= */
.oli-alert.error, .oli-alert.error>p, .banned-user-profile-notification{

}
.tk-sorgu-sayfasi {
    width: 100%;
	margin: 0px auto;
    box-sizing: border-box;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    overflow-x: clip;
	padding: 1.875rem 0;
}

/* Sayfa üst karşılama ve arama alanı */
.tk-sorgu-karsilama {
    padding: 34px;
    color: #fff;
    background: linear-gradient(135deg, #3F51B5 0%, #673AB7 100%);
    border-radius: 16px;
    box-sizing: border-box;
}

.tk-sorgu-karsilama h1 {
    max-width: 720px;
    margin: 0 0 9px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.7px;
}

.tk-sorgu-karsilama p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: .96rem;
    line-height: 1.55;
}

.tk-sorgu-form {
    display: flex;
    gap: 10px;
    max-width: 760px;
    margin-top: 23px;
}

.tk-sorgu-input-alani {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.tk-sorgu-input-alani span {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #64748b;
    transform: translateY(-50%);
    pointer-events: none;
}

.tk-sorgu-form input {
    width: 100%;
    height: 48px;
    padding: 0 15px 0 42px;
    color: #1e293b;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 9px;
    outline: none;
    box-sizing: border-box;
    font-size: .96rem;
}

.tk-sorgu-form input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.tk-sorgu-form button {
    height: 48px;
    padding: 0 22px;
    color: #fff;
    background: #0f172a;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 700;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.tk-sorgu-form button:hover {
    background: #1e293b;
    transform: translateY(-1px);
}

.tk-sorgu-hata {
    display: none;
    margin: 10px 0 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
}

/* Ortak liste başlığı ve grid */
.tk-sorgu-bolum {
    margin-top: 5px;
}

.tk-sorgu-bolum-baslik {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -.3px;
}

.tk-sorgu-canli-nokta {
    width: 9px;
    height: 9px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .13);
}

.tk-sorgu-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 0px;
}

/* Ortak numara kartı */
.tk-sorgu-kart {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #334155;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(15, 23, 42, .03);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tk-sorgu-kart:hover {
    transform: translateY(-3px);
    border-color: #aab7d8;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}

.tk-sorgu-numara-alani {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    padding: 4px 4px;
    background: #f4f6fb;
    border: 1px solid #e2e7f3;
    border-radius: 9px;
    box-sizing: border-box;
    transition: background .2s ease, border-color .2s ease;
}

.tk-sorgu-kart:hover .tk-sorgu-numara-alani {
    background: #5067a7;
    border-color: #5067a7;
}

.tk-sorgu-numara {
    color: #111827;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: .15px;
    white-space: nowrap;
    transition: color .2s ease;
}

.tk-sorgu-kart:hover .tk-sorgu-numara {
    color: #fff;
}

.tk-sorgu-kart-alt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.tk-sorgu-yorum {
    padding: 4px 8px;
    border-radius: 5px;
    font-size: .71rem;
    font-weight: 700;
    white-space: nowrap;
}

.tk-sorgu-yorum--var {
    color: #31518f;
    background: #eaf0ff;
}

.tk-sorgu-yorum--yok {
    color: #64748b;
    background: #f1f5f9;
}

.tk-sorgu-dagilim {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tk-sorgu-rozet {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: .7rem;
    font-weight: 500;
    white-space: nowrap;
	font-family: system-ui;
}

.tk-sorgu-rozet--guvenli {
    color: #19703b;
    background: #eaf8ef;
}

.tk-sorgu-rozet--notr {
    color: #58616f;
    background: #f1f3f5;
}

.tk-sorgu-rozet--tehlikeli {
    color: #b42318;
    background: #fff0ef;
}

.tk-sorgu-bos {
    grid-column: 1 / -1;
    padding: 32px 16px;
    color: #64748b;
    text-align: center;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 900px) {
    .tk-sorgu-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .tk-sorgu-sayfasi {
        margin: 24px auto;
        padding: 0 14px;
    }

    .tk-sorgu-karsilama {
        padding: 24px 18px;
        border-radius: 13px;
    }

    .tk-sorgu-form {
        flex-direction: column;
    }

    .tk-sorgu-form button {
        width: 100%;
    }

    .tk-sorgu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
    }
}

/* ANA SAYFA YORUM VİTRİNİ */
.tk-ana-vitrin .tk-sorgu-karsilama h2 {
    max-width: 720px;
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(1.6rem, 4vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -.7px;
}

.tk-vitrin-baslik-alani {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin: 38px 0 18px;
}

.tk-vitrin-kas {
    display: block;
    margin-bottom: 5px;
    color: #5067a7;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tk-vitrin-baslik-alani h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.42rem;
    letter-spacing: -.35px;
}

.tk-vitrin-baslik-alani > p {
    max-width: 390px;
    margin: 0;
    color: #64748b;
    font-size: .86rem;
    line-height: 1.5;
    text-align: right;
}

.tk-vitrin-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tk-vitrin-panel {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, .04);
}

.tk-vitrin-panel__baslik {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-bottom: 1px solid #edf0f5;
}

.tk-vitrin-panel__durum {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
}

.tk-vitrin-panel__etiket {
    display: block;
    margin-bottom: 2px;
    color: #64748b;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.tk-vitrin-panel h3 {
    margin: 0;
    color: #1e293b;
    font-size: 1rem;
}

.tk-vitrin-panel__liste {
    display: grid;
    gap: 8px;
    padding: 10px;
}

.tk-vitrin-yorum {
    display: block;
    padding: 12px;
    color: #334155;
    text-decoration: none;
    background: #f8fafc;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: all .18s ease;
}

.tk-vitrin-yorum:hover {
    background: #fff;
    border-color: #cbd5e1;
    box-shadow: 0 5px 12px rgba(15, 23, 42, .07);
    transform: translateY(-2px);
}

.tk-vitrin-yorum__ust,
.tk-vitrin-yorum__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tk-vitrin-yorum__numara {
    color: #1e293b;
    font-size: .82rem;
    font-weight: 800;
    white-space: nowrap;
}

.tk-vitrin-yorum__git {
    color: #5067a7;
    font-size: .7rem;
    font-weight: 800;
    white-space: nowrap;
}

.tk-vitrin-yorum p {
    display: -webkit-box;
    margin: 7px 0 9px;
    overflow: hidden;
    color: #64748b;
    font-size: .77rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tk-vitrin-yorum__meta,
.tk-vitrin-bos {
    color: #94a3b8;
    font-size: .67rem;
    font-weight: 600;
}

.tk-vitrin-bos {
    margin: 0;
    padding: 26px 12px;
    font-size: .82rem;
    font-style: italic;
    text-align: center;
}

.tk-vitrin-panel--guvenilir .tk-vitrin-panel__durum {
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .13);
}

.tk-vitrin-panel--notr .tk-vitrin-panel__durum {
    background: #94a3b8;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, .15);
}

.tk-vitrin-panel--tehlikeli .tk-vitrin-panel__durum {
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .12);
}

/* Dark mode */
[data-theme="dark"] .tk-vitrin-baslik-alani h2,
[data-theme="dark"] .tk-vitrin-panel h3,
[data-theme="dark"] .tk-vitrin-yorum__numara {
    color: var(--olivin_title);
}

[data-theme="dark"] .tk-vitrin-baslik-alani > p,
[data-theme="dark"] .tk-vitrin-panel__etiket,
[data-theme="dark"] .tk-vitrin-yorum p {
    color: var(--olivin_text_1);
}

[data-theme="dark"] .tk-vitrin-panel {
    background: var(--olivin_dark_1);
    border-color: var(--olivin_border_1);
}

[data-theme="dark"] .tk-vitrin-panel__baslik {
    border-color: var(--olivin_border_2);
}

[data-theme="dark"] .tk-vitrin-yorum {
    background: var(--olivin_dark_2);
}

[data-theme="dark"] .tk-vitrin-yorum:hover {
    background: #363b48;
    border-color: #6273a8;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .24);
}

[data-theme="dark"] .tk-vitrin-yorum__meta,
[data-theme="dark"] .tk-vitrin-bos {
    color: #9ca7b1;
}

@media (max-width: 960px) {
    .tk-vitrin-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tk-vitrin-baslik-alani {
        display: block;
        margin-top: 30px;
    }

    .tk-vitrin-baslik-alani > p {
        margin-top: 8px;
        text-align: left;
    }
}

/* =========================================
   TEL.KIM - DARK MODE UYUMLULUK
   ========================================= */

[data-theme="dark"] .tk-sorgu-sayfasi {
    color: var(--olivin_text_1);
}

/* Üst arama alanı */
[data-theme="dark"] .tk-sorgu-karsilama {
    background: linear-gradient(135deg, #202a44 0%, #3b4d7d 100%);
}

[data-theme="dark"] .tk-sorgu-form input {
    color: var(--olivin_title);
    background: var(--olivin_dark_2);
    border-color: var(--olivin_border_1);
}

[data-theme="dark"] .tk-sorgu-form input::placeholder {
    color: var(--olivin_text_1);
}

[data-theme="dark"] .tk-sorgu-input-alani span {
    color: var(--olivin_text_1);
}

[data-theme="dark"] .tk-sorgu-form button {
    background: #171b25;
}

[data-theme="dark"] .tk-sorgu-form button:hover {
    background: #10141d;
}

/* Başlık ve kartlar */
[data-theme="dark"] .tk-sorgu-bolum-baslik {
    color: var(--olivin_title);
}

[data-theme="dark"] .tk-sorgu-kart {
    color: var(--olivin_text_1);
    background: var(--olivin_dark_1);
    border-color: var(--olivin_border_1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

[data-theme="dark"] .tk-sorgu-kart:hover {
    border-color: #7186be;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

[data-theme="dark"] .tk-sorgu-numara-alani {
    background: var(--olivin_dark_2);
    border-color: var(--olivin_border_2);
}

[data-theme="dark"] .tk-sorgu-kart:hover .tk-sorgu-numara-alani {
    background: #5067a7;
    border-color: #5067a7;
}

[data-theme="dark"] .tk-sorgu-numara {
    color: var(--olivin_title);
}

/* Yorum ve durum rozetleri */
[data-theme="dark"] .tk-sorgu-yorum--var {
    color: #b9cbff;
    background: #273961;
}

[data-theme="dark"] .tk-sorgu-yorum--yok {
    color: #b3babf;
    background: #3a3f4b;
}

[data-theme="dark"] .tk-sorgu-rozet--guvenli {
    color: #9be6b5;
    background: #1f4a32;
}

[data-theme="dark"] .tk-sorgu-rozet--notr {
    color: #d1d5db;
    background: #484d59;
}

[data-theme="dark"] .tk-sorgu-rozet--tehlikeli {
    color: #ffb4ac;
    background: #5a302e;
}

[data-theme="dark"] .tk-sorgu-bos {
    color: var(--olivin_text_1);
    background: var(--olivin_dark_1);
    border-color: var(--olivin_border_1);
}

/** No sorgulama bitti **/




/* =========================================================
   FİRMALAR ARŞİVİ
   ========================================================= */

.tk-firma-arsiv {
    width: 100%;
    overflow-x: clip;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
	padding: 1.875rem 0;
}

.tk-firma-arsiv__container {
    width: 100%;
    max-width: 1110px;
    margin: 0px auto;
    box-sizing: border-box;
}

.tk-firma-arsiv__sayfa-baslik {
    margin-bottom: 22px;
}

.tk-firma-arsiv__sayfa-baslik h1 {
    margin: 0;
    color: #0f172a;
    font-size: 1.75rem;
    letter-spacing: -.5px;
}

/* No-sorgulama ile aynı arama dili */
.tk-firma-filtre-alani h2 {
    max-width: 1120px;
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(1.45rem, 4vw, 2rem);
    line-height: 1.2;
    letter-spacing: -.5px;
}

.tk-firma-filter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 23px;
}

.tk-firma-filter-form__arama {
    flex: 1 1 360px;
}

.tk-firma-filter-form__sektor {
    flex: 0 1 240px;
    min-width: 170px;
}

.tk-firma-filter-form__sektor select {
    width: 100%;
    height: 48px;
    padding: 0 35px 0 14px;
    color: #1e293b;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 9px;
    outline: none;
    box-sizing: border-box;
    font-size: .9rem;
    cursor: pointer;
}

.tk-firma-filter-form button {
    height: 48px;
    padding: 0 22px;
    color: #fff;
    background: #0f172a;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 700;
    white-space: nowrap;
    transition: all .2s ease;
}

.tk-firma-filter-form button:hover {
    background: #1e293b;
    transform: translateY(-1px);
}

.tk-firma-filter-form__temizle {
    padding: 0 5px;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}

/* Firma kartları */
.tk-firma-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.tk-firma-kart {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 240px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px -1px rgba(0, 0, 0, .01);
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

.tk-firma-kart:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -4px rgba(0, 0, 0, .05);
    transform: translateY(-4px);
}

.tk-firma-kart__ust,
.tk-firma-kart__alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tk-firma-kart__ust {
    margin-bottom: 12px;
    color: #64748b;
    font-size: .75rem;
    font-weight: 600;
}

.tk-firma-kart__konum {
    max-width: 55%;
    overflow: hidden;
    color: #475569;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tk-firma-kart__sektor {
    max-width: 45%;
    overflow: hidden;
    padding: 3px 8px;
    color: #475569;
    background: #f1f5f9;
    border-radius: 4px;
    font-size: .72rem;
    text-align: right;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s ease;
}

a.tk-firma-kart__sektor:hover {
    color: #fff;
    background: #5067a7;
}

.tk-firma-kart__baslik-alani {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    margin-bottom: 12px;
    padding: 12px 14px;
    color: #111827;
    text-align: center;
    text-decoration: none;
    background: #f4f6fb;
    border: 1px solid #e2e7f3;
    border-radius: 8px;
    transition: all .2s ease;
}

.tk-firma-kart:hover .tk-firma-kart__baslik-alani {
    background: #5067a7;
    border-color: #5067a7;
}

.tk-firma-kart__baslik-alani h2 {
    margin: 0;
    color: inherit;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.tk-firma-kart:hover .tk-firma-kart__baslik-alani {
    color: #fff;
}

.tk-firma-kart__alt {
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    font-size: .78rem;
}

.tk-firma-kart__telefon {
    overflow: hidden;
    color: #475569;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .15s ease;
}

a.tk-firma-kart__telefon:hover {
    color: #5067a7;
}

.tk-firma-kart__detay {
    color: #5067a7;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.tk-firma-kart:hover .tk-firma-kart__detay {
    color: #5067a7;
}

/* Sayfalama */
.tk-firma-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0 30px;
}

.tk-firma-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tk-firma-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 16px;
    color: #4a5568;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .04);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.tk-firma-pagination a.page-numbers:hover {
    color: #0f172a;
    background: #f8fafc;
    border-color: #cbd5e1;
}

.tk-firma-pagination .page-numbers.current {
    color: #fff;
    background: #5067a7;
    border-color: #5067a7;
    box-shadow: 0 4px 6px rgba(80, 103, 167, .2);
}

/* Boş sonuç */
.tk-firma-bos {
    margin: 40px 0;
    padding: 28px;
    color: #64748b;
    text-align: center;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
}

/* Dark mode */
[data-theme="dark"] .tk-firma-arsiv__sayfa-baslik h1 {
    color: var(--olivin_title);
}

[data-theme="dark"] .tk-firma-filter-form__sektor select {
    color: var(--olivin_title);
    background: var(--olivin_dark_2);
    border-color: var(--olivin_border_1);
}

[data-theme="dark"] .tk-firma-kart {
    background: var(--olivin_dark_1);
    border-color: var(--olivin_border_1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
}

[data-theme="dark"] .tk-firma-kart:hover {
    border-color: #7186be;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .28);
}

[data-theme="dark"] .tk-firma-kart__konum,
[data-theme="dark"] .tk-firma-kart__telefon {
    color: var(--olivin_text_1);
}

[data-theme="dark"] .tk-firma-kart__sektor {
    color: #cbd5e1;
    background: #3b4150;
}

[data-theme="dark"] .tk-firma-kart__baslik-alani {
    color: var(--olivin_title);
    background: var(--olivin_dark_2);
    border-color: var(--olivin_border_2);
}

[data-theme="dark"] .tk-firma-kart__alt {
    border-color: var(--olivin_border_2);
}

[data-theme="dark"] .tk-firma-pagination .page-numbers {
    color: var(--olivin_text_2);
    background: var(--olivin_dark_1);
    border-color: var(--olivin_border_1);
}

[data-theme="dark"] .tk-firma-pagination a.page-numbers:hover {
    color: #fff;
    background: var(--olivin_dark_2);
}

[data-theme="dark"] .tk-firma-bos {
    color: var(--olivin_text_1);
    background: var(--olivin_dark_1);
    border-color: var(--olivin_border_1);
}

/* Responsive */
@media (max-width: 1023px) {
    .tk-firma-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tk-firma-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tk-firma-filter-form {
        flex-wrap: wrap;
    }

    .tk-firma-filter-form__arama {
        flex-basis: 100%;
    }
}

@media (max-width: 560px) {
    .tk-firma-arsiv__container {
        margin: 24px auto;
        padding: 0 14px;
    }

    .tk-firma-filter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .tk-firma-filter-form__arama,
    .tk-firma-filter-form__sektor,
    .tk-firma-filter-form button {
        width: 100%;
        min-width: 0;
    }

    .tk-firma-filter-form__temizle {
        padding: 6px 0 0;
        text-align: center;
    }

    .tk-firma-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tk-firma-pagination {
        margin-top: 30px;
    }

    .tk-firma-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
    }
}

/* Şehir ve ilçe seçimleri */
.tk-firma-filter-form__konum,
.tk-firma-filter-form__sektor {
    flex: 0 1 190px;
    min-width: 170px;
}

.tk-firma-filter-form__konum select,
.tk-firma-filter-form__sektor select {
    width: 100%;
    height: 48px;
    padding: 0 34px 0 14px;
    color: #1e293b;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 9px;
    outline: none;
    box-sizing: border-box;
    font-size: .88rem;
    cursor: pointer;
}

.tk-firma-filter-form__konum select:disabled {
    color: #94a3b8;
    cursor: not-allowed;
    opacity: .8;
}

[data-theme="dark"] .tk-firma-filter-form__konum select,
[data-theme="dark"] .tk-firma-filter-form__sektor select {
    color: var(--olivin_title);
    background: var(--olivin_dark_2);
    border-color: var(--olivin_border_1);
}

[data-theme="dark"] .tk-firma-filter-form__konum select:disabled {
    color: var(--olivin_text_1);
    background: #292d36;
}

@media (max-width: 1050px) {
    .tk-firma-filter-form {
        flex-wrap: wrap;
    }

    .tk-firma-filter-form__arama {
        flex-basis: 100%;
    }
}

@media (max-width: 560px) {
    .tk-firma-filter-form__konum,
    .tk-firma-filter-form__sektor {
        width: 100%;
        min-width: 0;
    }
}

/* Firma araması: mobil yerleşim düzeltmesi */
@media (max-width: 560px) {
    .tk-firma-filtre-alani {
        height: auto !important;
        min-height: 0 !important;
    }

    .tk-firma-filter-form {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        height: auto !important;
        min-height: 0 !important;
        margin-top: 18px !important;
    }

    .tk-firma-filter-form > * {
        flex: none !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .tk-firma-filter-form__arama,
    .tk-firma-filter-form__konum,
    .tk-firma-filter-form__sektor {
        width: 100% !important;
    }

    .tk-firma-filter-form input,
    .tk-firma-filter-form select,
    .tk-firma-filter-form button {
        width: 100% !important;
        height: 48px !important;
        box-sizing: border-box !important;
    }

    .tk-firma-filter-form__temizle {
        display: block !important;
        padding: 4px 0 0 !important;
        text-align: center !important;
    }
}













/* =========================================================
   TELKİM - NUMARA SORGU SAYFASI
   HARİCİ CSS
   ========================================================= */


/* =========================================================
   ANA SAYFA / WRAPPER
   ========================================================= */

.detay-wrapper {
    font-family: 'Segoe UI', Arial, sans-serif;
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
    color: #2c3e50;
}


/* =========================================================
   ANA NUMARA KARTI
   ========================================================= */

.numara-kart {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    position: relative;
    border-top: 5px solid #007bff;
}

.numara-kart.sablon-sponsor {
    border-top-color: #ffc107;
    background: linear-gradient(to bottom, #fffdf5, #ffffff);
}

.sponsor-rozet {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffc107;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}


/* =========================================================
   NUMARA
   ========================================================= */

.numara-text {
    font-size: 38px;
    font-weight: 800;
    color: #1a202c;
    letter-spacing: 1px;
    margin: 15px 0;
}

.numara-text.numara-gecersiz {
    color: #a0aec0;
}


/* =========================================================
   DURUM KUTULARI
   ========================================================= */

.durum-bar {
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.db-gecerli {
    background: #e6f4ea;
    color: #137333;
}

.db-gecersiz {
    background: #fce8e6;
    color: #c5221f;
}


/* =========================================================
   NUMARA BİLGİ / İSTATİSTİK METİNLERİ
   ========================================================= */

.numara-analiz-bilgisi {
    color: #718096;
    font-size: 14px;
}

.alan-kodu-mesaji {
    color: #475569;
    font-size: 14px;
    margin: 10px 0 0;
}


/* =========================================================
   SEO METİN KUTUSU
   ========================================================= */

.seo-metin-kutusu {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    line-height: 1.8;
    font-size: 15px;
    color: #4a5568;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    margin-top: 30px;
    text-align: left;
    border-left: 4px solid #007bff;
}


/* =========================================================
   BİLDİRİM KUTULARI
   ========================================================= */

.bildirim-kutusu {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.bildirim-kutusu.bildirim-yukari {
    margin-top: 25px;
}

.bk-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.bk-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


/* =========================================================
   YORUM ALANI
   ========================================================= */

.yorum-kesni {
    margin-top: 40px;
    text-align: left;
}

.yorum-kesni h3 {
    font-size: 20px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.yorum-yok {
    color: #a0aec0;
    font-style: italic;
    text-align: center;
    padding: 20px;
}


/* =========================================================
   TEK YORUM KARTI
   ========================================================= */

.tek-yorum-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    border-left: 5px solid #6c757d;
}

.border-tip-1 {
    border-left-color: #28a745 !important;
}

.border-tip-2 {
    border-left-color: #6c757d !important;
}

.border-tip-3 {
    border-left-color: #dc3545 !important;
}


/* =========================================================
   YORUM SOL ALAN
   ========================================================= */

.yorum-sol-alan {
    flex: 1;
    min-width: 0;
    text-align: left;
}


/* =========================================================
   YORUM META
   ========================================================= */

.yorum-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #a0aec0;
}

.yorum-yazar {
    font-weight: bold;
    color: #4a5568;
    font-size: 13px;
}

.yorum-yazar small {
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.8;
}

.yorum-tarih {
    color: #a0aec0;
    font-size: 12px;
}


/* =========================================================
   YORUM METNİ
   ========================================================= */

.yorum-metin-alan {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #2d3748;
    word-wrap: break-word;
}


/* =========================================================
   YORUM YÖNETİCİ SİLME BUTONU
   ========================================================= */

.yorum-admin-alan {
    margin-top: 12px;
}

.yorum-sil-btn {
    color: #dc3545;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #fad2cf;
    background: #fff5f5;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}

.yorum-sil-btn:hover {
    background: #fde8e8;
    color: #b91c1c;
}


/* =========================================================
   YORUM OYLAMA ALANI
   ========================================================= */

.yorum-oy-alani {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 70px;
    min-width: 70px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}


/* =========================================================
   YORUM OY BUTONLARI
   ========================================================= */

.btn-oy-arti,
.btn-oy-eksi {
    width: 100%;
    padding: 8px 5px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: transform 0.2s;
    box-sizing: border-box;
    line-height: 1;
}

.btn-oy-arti {
    background: #e6f4ea;
    color: #137333;
    border: 1px solid #ceead6;
}

.btn-oy-eksi {
    background: #fce8e6;
    color: #c5221f;
    border: 1px solid #fad2cf;
}

.btn-oy-arti:hover {
    filter: brightness(0.97);
}

.btn-oy-eksi:hover {
    filter: brightness(0.97);
}

.btn-oy-arti:disabled,
.btn-oy-eksi:disabled {
    cursor: wait;
    opacity: 0.7;
}

.oy-sayi {
    display: inline-block;
}


/* =========================================================
   YORUM FORMU
   ========================================================= */

.form-kesni {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    margin-top: 40px;
    text-align: left;
}

.form-kesni h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.form-grup {
    margin-bottom: 20px;
}

.form-grup > label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #4a5568;
}


/* =========================================================
   FORM INPUT / TEXTAREA
   ========================================================= */

.form-grup input[type="text"],
.form-grup textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.form-grup input[type="text"]:focus,
.form-grup textarea:focus {
    border-color: #007bff;
}

.form-grup textarea {
    resize: vertical;
}


/* =========================================================
   ESKİ RADYO GRUBU
   ========================================================= */

.radyo-grup {
    display: flex;
    gap: 15px;
    margin-top: 5px;
}

.radyo-secenek {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}


/* =========================================================
   MODERN PUAN BUTONLARI
   ========================================================= */

.tel-modern-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    width: 100%;
    margin-top: 5px;
}

.tel-modern-grid-2 {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
    width: 100%;
    margin-top: 5px;
}


/* =========================================================
   MODERN RADYO BUTONLARI
   ========================================================= */

.tel-modern-btn {
    position: relative;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    user-select: none;
    box-sizing: border-box;
}

.tel-modern-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.tel-btn-icerik {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
}

.tel-ikon {
    font-size: 16px;
}

.tel-modern-btn input[type="radio"]:checked + .tel-btn-icerik {
    transform: scale(1.02);
}


/* =========================================================
   GÜVENİLİR
   ========================================================= */

.btn-sec-guvenli:hover {
    border-color: #28a745;
    background: #f4fbf6;
    color: #28a745;
}

.btn-sec-guvenli:has(input[type="radio"]:checked) {
    background: #28a745 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
}


/* =========================================================
   NÖTR
   ========================================================= */

.btn-sec-notr:hover {
    border-color: #4a5568;
    background: #f7fafc;
    color: #4a5568;
}

.btn-sec-notr:has(input[type="radio"]:checked) {
    background: #4a5568 !important;
    border-color: #2d3748 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(74, 85, 104, 0.25);
}


/* =========================================================
   TEHLİKELİ
   ========================================================= */

.btn-sec-tehlikeli:hover {
    border-color: #e53e3e;
    background: #fff5f5;
    color: #e53e3e;
}

.btn-sec-tehlikeli:has(input[type="radio"]:checked) {
    background: #e53e3e !important;
    border-color: #c53030 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.25);
}


/* =========================================================
   İLETİŞİM TERCİHLERİ
   ========================================================= */

.btn-sec-iletisim:hover {
    border-color: #007bff;
    background: #f0f7ff;
    color: #007bff;
}

.btn-sec-iletisim:has(input[type="radio"]:checked) {
    background: #007bff !important;
    border-color: #0056b3 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
}


/* =========================================================
   GÖNDER BUTONU
   ========================================================= */

.submit-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}

.submit-btn:hover {
    background: #0056b3;
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 600px) {

    .detay-wrapper {
        margin: 30px auto;
        padding: 0 15px;
    }

    .numara-kart {
        padding: 30px 20px;
    }

    .numara-text {
        font-size: 30px;
    }

    .sponsor-rozet {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }

    .seo-metin-kutusu {
        padding: 20px;
    }

    .form-kesni {
        padding: 20px;
    }

    .tel-modern-grid-3 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tel-modern-grid-2 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tek-yorum-card {
        align-items: stretch;
    }

    .yorum-oy-alani {
        width: 70px;
        min-width: 70px;
    }

}


/* =========================================================
   ÇOK DAR EKRANLAR
   ========================================================= */

@media (max-width: 420px) {

    .tek-yorum-card {
        flex-direction: column;
        gap: 15px;
    }

    .yorum-oy-alani {
        width: 100%;
        min-width: 0;
        flex-direction: row;
    }

    .btn-oy-arti,
    .btn-oy-eksi {
        width: 50%;
    }

    .numara-text {
        font-size: 26px;
        letter-spacing: 0;
    }

}

/* =========================================================
   TELEFON SORGU SİSTEMİ — DARK MODE
   Tema: [data-theme="dark"]
   ========================================================= */

/* Ana alan */
[data-theme="dark"] .detay-wrapper {
    color: #e2e8f0;
}

/* Ana numara kartı */
[data-theme="dark"] .numara-kart {
    background: #1e293b;
    color: #e2e8f0;
    border-top-color: #3b82f6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.30);
}

/* Sponsorlu / kurumsal kart */
[data-theme="dark"] .numara-kart.sablon-sponsor {
    background: linear-gradient(to bottom, #292313, #1e293b) !important;
    border-top-color: #f59e0b !important;
}

/* Sponsor rozeti */
[data-theme="dark"] .sponsor-rozet {
    background: #f59e0b;
    color: #111827;
}

/* Numara */
[data-theme="dark"] .numara-text {
    color: #f8fafc;
}

/* Geçerli durum */
[data-theme="dark"] .db-gecerli {
    background: #123524;
    color: #86efac;
}

/* Geçersiz durum */
[data-theme="dark"] .db-gecersiz {
    background: #3b1c1c;
    color: #fca5a5;
}

/* SEO metin kutusu */
[data-theme="dark"] .seo-metin-kutusu {
    background: #1e293b;
    color: #cbd5e1;
    border-left-color: #3b82f6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.20);
}

/* SEO kutusundaki güçlü metin */
[data-theme="dark"] .seo-metin-kutusu strong {
    color: #f1f5f9;
}

/* SEO kutusundaki italik numara */
[data-theme="dark"] .seo-metin-kutusu em {
    color: #94a3b8;
}

/* Yorum bölümü başlığı */
[data-theme="dark"] .yorum-kesni h3 {
    color: #f1f5f9;
    border-bottom-color: #334155;
}

/* Yorum kartları */
[data-theme="dark"] .tek-yorum-card {
    background: #1e293b;
    color: #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

/* Yorum yazarı */
[data-theme="dark"] .yorum-yazar {
    color: #e2e8f0 !important;
}

/* Yorum tarihi */
[data-theme="dark"] .yorum-meta {
    color: #94a3b8;
}

/* Yorum metni */
[data-theme="dark"] .yorum-metin-alan {
    color: #cbd5e1 !important;
}

/* Yorum içindeki küçük iletişim bilgisi */
[data-theme="dark"] .yorum-yazar small {
    color: #94a3b8;
}

/* Boş yorum mesajı */
[data-theme="dark"] .yorum-kesni > p {
    color: #94a3b8 !important;
}

/* Form */
[data-theme="dark"] .form-kesni {
    background: #1e293b;
    color: #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Form başlığı */
[data-theme="dark"] .form-kesni h3 {
    color: #f8fafc;
}

/* Form etiketleri */
[data-theme="dark"] .form-grup label {
    color: #cbd5e1;
}

/* Input ve textarea */
[data-theme="dark"] .form-grup input[type="text"],
[data-theme="dark"] .form-grup textarea {
    background: #0f172a;
    color: #f1f5f9;
    border-color: #475569;
}

/* Input / textarea focus */
[data-theme="dark"] .form-grup input[type="text"]:focus,
[data-theme="dark"] .form-grup textarea:focus {
    border-color: #3b82f6;
}

/* Placeholder */
[data-theme="dark"] .form-grup input::placeholder,
[data-theme="dark"] .form-grup textarea::placeholder {
    color: #64748b;
}

/* Modern seçim butonları */
[data-theme="dark"] .tel-modern-btn {
    background: #0f172a;
    border-color: #475569;
    color: #e2e8f0;
}

/* Güvenilir hover */
[data-theme="dark"] .btn-sec-guvenli:hover {
    background: #16351f;
    border-color: #28a745;
    color: #86efac;
}

/* Nötr hover */
[data-theme="dark"] .btn-sec-notr:hover {
    background: #263241;
    border-color: #64748b;
    color: #e2e8f0;
}

/* Tehlikeli hover */
[data-theme="dark"] .btn-sec-tehlikeli:hover {
    background: #3b1f22;
    border-color: #e53e3e;
    color: #fca5a5;
}

/* İletişim hover */
[data-theme="dark"] .btn-sec-iletisim:hover {
    background: #172d4a;
    border-color: #3b82f6;
    color: #93c5fd;
}

/* Güvenilir seçili */
[data-theme="dark"] .btn-sec-guvenli:has(input[type="radio"]:checked) {
    background: #238636 !important;
    border-color: #2ea043 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(35, 134, 54, 0.30);
}

/* Nötr seçili */
[data-theme="dark"] .btn-sec-notr:has(input[type="radio"]:checked) {
    background: #475569 !important;
    border-color: #64748b !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(71, 85, 105, 0.30);
}

/* Tehlikeli seçili */
[data-theme="dark"] .btn-sec-tehlikeli:has(input[type="radio"]:checked) {
    background: #c53030 !important;
    border-color: #e53e3e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(197, 48, 48, 0.30);
}

/* Arama / SMS seçili */
[data-theme="dark"] .btn-sec-iletisim:has(input[type="radio"]:checked) {
    background: #2563eb !important;
    border-color: #3b82f6 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.30);
}

/* Gönder butonu */
[data-theme="dark"] .submit-btn {
    background: #2563eb;
    color: #ffffff;
}

/* Gönder hover */
[data-theme="dark"] .submit-btn:hover {
    background: #1d4ed8;
}

/* Başarı bildirimi */
[data-theme="dark"] .bk-success {
    background: #123524;
    color: #86efac;
    border-color: #166534;
}

/* Hata bildirimi */
[data-theme="dark"] .bk-error {
    background: #3b1c1c;
    color: #fca5a5;
    border-color: #991b1b;
}

/* Yorum silme butonu */
[data-theme="dark"] .tek-yorum-card a[style*="dc3545"] {
    background: #351b1b !important;
    color: #fca5a5 !important;
    border-color: #7f1d1d !important;
}

/* Beğeni butonu */
[data-theme="dark"] .btn-oy-arti {
    background: #123524 !important;
    color: #86efac !important;
    border-color: #166534 !important;
}

/* Beğenmeme butonu */
[data-theme="dark"] .btn-oy-eksi {
    background: #3b1c1c !important;
    color: #fca5a5 !important;
    border-color: #991b1b !important;
}

/* Yorum kartlarının kenar çizgileri */
[data-theme="dark"] .border-tip-1 {
    border-left-color: #22c55e !important;
}

[data-theme="dark"] .border-tip-2 {
    border-left-color: #64748b !important;
}

[data-theme="dark"] .border-tip-3 {
    border-left-color: #ef4444 !important;
}

/* Mobilde kartların taşmasını önle */
@media (max-width: 600px) {

    [data-theme="dark"] .numara-kart,
    [data-theme="dark"] .seo-metin-kutusu,
    [data-theme="dark"] .form-kesni {
        background: #1e293b;
    }

}















/* =========================================================
   FİRMA DURUM KARTLARI
   FEATURED > VERIFIED > SAFED > NORMAL
   ========================================================= */

.tk-firma-kart {
    position: relative;
    overflow: visible;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

/* =========================================================
   DURUM İKONLARI
   ========================================================= */

.tk-firma-kart__durumlar {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    margin-right: 12px;
}

.tk-firma-durum-ikonu {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    min-width: 29px;
    border-radius: 50%;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.tk-firma-durum-ikonu i {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}

/* =========================================================
   FEATURED — MOR
   rgb(139, 92, 246)
   ========================================================= */

.tk-firma-kart--featured {
    background: rgba(139, 92, 246, .16);
    border-color: rgba(139, 92, 246, .65);
    box-shadow:
        0 0 0 1px rgba(139, 92, 246, .18),
        0 8px 30px rgba(139, 92, 246, .16);
}

.tk-firma-kart--featured:hover {
    background: rgba(139, 92, 246, .23);
    border-color: rgba(139, 92, 246, .9);
    box-shadow:
        0 0 0 1px rgba(139, 92, 246, .28),
        0 12px 40px rgba(139, 92, 246, .28);
    transform: translateY(-3px);
}

.tk-firma-kart--featured .tk-firma-kart__baslik-alani {
    background: rgba(139, 92, 246, .17);
}

.tk-firma-kart--featured:hover .tk-firma-kart__baslik-alani {
    background: rgba(139, 92, 246, .28);
}

.tk-firma-durum-ikonu--featured {
    color: rgb(221, 214, 254);
    background: rgba(139, 92, 246);
    border: 1px solid rgba(139, 92, 246);
    box-shadow: 0 0 14px rgba(139, 92, 246);
}

.tk-firma-durum-ikonu--featured:hover {
    color: #fff;
    background: rgba(139, 92, 246, .38);
    box-shadow: 0 0 22px rgba(139, 92, 246, .48);
}

/* =========================================================
   VERIFIED — TURKUAZ
   rgb(20, 184, 166)
   ========================================================= */

.tk-firma-kart--verified {
    background: rgba(20, 184, 166, .14);
    border-color: rgba(20, 184, 166, .58);
    box-shadow:
        0 0 0 1px rgba(20, 184, 166, .12),
        0 7px 26px rgba(20, 184, 166, .12);
}

.tk-firma-kart--verified:hover {
    background: rgba(20, 184, 166, .21);
    border-color: rgba(20, 184, 166, .82);
    box-shadow:
        0 0 0 1px rgba(20, 184, 166, .2),
        0 11px 34px rgba(20, 184, 166, .22);
    transform: translateY(-2px);
}

.tk-firma-kart--verified .tk-firma-kart__baslik-alani {
    background: rgba(20, 184, 166, .16);
}

.tk-firma-kart--verified:hover .tk-firma-kart__baslik-alani {
    background: rgba(20, 184, 166, .26);
}

.tk-firma-durum-ikonu--verified {
    color: rgb(153, 246, 228);
    background: rgba(20, 184, 166);
    border: 1px solid rgba(20, 184, 166);
    box-shadow: 0 0 12px rgba(20, 184, 166);
}

.tk-firma-durum-ikonu--verified:hover {
    color: #fff;
    background: rgba(20, 184, 166, .38);
    box-shadow: 0 0 19px rgba(20, 184, 166, .38);
}

/* =========================================================
   SAFED — MAVİ
   rgb(14, 165, 233)
   ========================================================= */

.tk-firma-kart--safed {
    background: rgba(14, 165, 233, .13);
    border-color: rgba(14, 165, 233, .55);
    box-shadow:
        0 0 0 1px rgba(14, 165, 233, .1),
        0 6px 24px rgba(14, 165, 233, .1);
}

.tk-firma-kart--safed:hover {
    background: rgba(14, 165, 233, .20);
    border-color: rgba(14, 165, 233, .8);
    box-shadow:
        0 0 0 1px rgba(14, 165, 233, .18),
        0 10px 32px rgba(14, 165, 233, .2);
    transform: translateY(-2px);
}

.tk-firma-kart--safed .tk-firma-kart__baslik-alani {
    background: rgba(14, 165, 233, .15);
}

.tk-firma-kart--safed:hover .tk-firma-kart__baslik-alani {
    background: rgba(14, 165, 233, .25);
}

.tk-firma-durum-ikonu--safed {
    color: rgb(186, 230, 253);
    background: rgba(14, 165, 233);
    border: 1px solid rgba(14, 165, 233);
    box-shadow: 0 0 12px rgba(14, 165, 233);
}

.tk-firma-durum-ikonu--safed:hover {
    color: #fff;
    background: rgba(14, 165, 233, .38);
    box-shadow: 0 0 18px rgba(14, 165, 233, .36);
}

/* =========================================================
   TOOLTIP
   ========================================================= */

.tk-firma-durum-ikonu[data-tooltip] {
    cursor: help;
}

.tk-firma-durum-ikonu[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    white-space: nowrap;
    padding: 7px 10px;
    border-radius: 6px;
    background: rgba(15, 15, 18, .96);
    color: #fff;
    font-size: 11px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity .2s ease,
        transform .2s ease;
    z-index: 100;
}

.tk-firma-durum-ikonu[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* =========================================================
   DETAY / OK BUTONU
   ========================================================= */

.tk-firma-kart__detay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    text-decoration: none;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: inherit;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.tk-firma-kart__detay i {
    font-size: 14px;
    line-height: 1;
    transition: transform .25s ease;
}

.tk-firma-kart__detay:hover {
    transform: translateX(2px);
}

.tk-firma-kart__detay:hover i {
    transform: translateX(3px);
}

/* Featured ok */
.tk-firma-kart--featured .tk-firma-kart__detay:hover {
    background: rgba(139, 92, 246, .28);
    border-color: rgba(139, 92, 246, .65);
    box-shadow: 0 0 14px rgba(139, 92, 246, .22);
}

/* Verified ok */
.tk-firma-kart--verified .tk-firma-kart__detay:hover {
    background: rgba(20, 184, 166, .28);
    border-color: rgba(20, 184, 166, .65);
    box-shadow: 0 0 14px rgba(20, 184, 166, .22);
}

/* Safed ok */
.tk-firma-kart--safed .tk-firma-kart__detay:hover {
    background: rgba(14, 165, 233, .28);
    border-color: rgba(14, 165, 233, .65);
    box-shadow: 0 0 14px rgba(14, 165, 233, .22);
}

/* =========================================================
   ALT ALAN
   ========================================================= */

.tk-firma-kart__alt {
    display: flex;
    align-items: center;
}

/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 600px) {

    .tk-firma-kart__durumlar {
        gap: 5px;
        margin-right: 8px;
    }

    .tk-firma-durum-ikonu {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .tk-firma-durum-ikonu i {
        font-size: 12px;
    }

    .tk-firma-kart__detay {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
}

.tk-firma-durum-ikonu::before,
.tk-firma-durum-ikonu::after {
    content: none !important;
}

.tk-firma-durum-filtreleri {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin: 0 0 15px auto;
}

.tk-firma-durum-filtre {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all .25s ease;
}

.tk-firma-durum-filtre--featured {
    color: rgb(196,181,253);
    background: rgba(139,92,246,.20);
    border: 1px solid rgba(139,92,246,.65);
}

.tk-firma-durum-filtre--verified {
    color: rgb(94,234,212);
    background: rgba(20,184,166,.20);
    border: 1px solid rgba(20,184,166,.60);
}

.tk-firma-durum-filtre--safed {
    color: rgb(125,211,252);
    background: rgba(14,165,233,.20);
    border: 1px solid rgba(14,165,233,.60);
}

.tk-firma-durum-filtre:hover {
    transform: translateY(-2px);
}

.tk-firma-filtre-alani > h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tk-firma-durum-filtreleri {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.tk-firma-durum-filtre.is-active {
    border-width: 4px;
    transform: scale(1.08);
    box-shadow: 0 0 0 3px rgba(255,255,255,.72);
}

.tk-firma-durum-filtre--featured.is-active {
    border-color: rgb(139,92,246);
    box-shadow: 0 0 0 3px rgba(139,92,246,.25), 0 0 18px rgba(139,92,246,.45);
}

.tk-firma-durum-filtre--verified.is-active {
    border-color: rgb(20,184,166);
    box-shadow: 0 0 0 3px rgba(20,184,166,.25), 0 0 18px rgba(20,184,166,.45);
}

.tk-firma-durum-filtre--safed.is-active {
    border-color: rgb(14,165,233);
    box-shadow: 0 0 0 3px rgba(14,165,233,.25), 0 0 18px rgba(14,165,233,.45);
}

.tk-firma-durum-filtre--all {
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
}

.tk-firma-durum-filtre--all.is-active {
    border-color: rgba(255,255,255,.8);
    box-shadow: 0 0 0 3px rgba(255,255,255,.18), 0 0 18px rgba(255,255,255,.25);
}











/**
 * *
 * *
 * * Firma Sayfa Tasarım
 * *
 * */
/* =========================================================
TEL.KIM - FIRMA DETAY SAYFASI
ANA YAPI
========================================================= */

.single-company-directory {

    /* -----------------------------------------------------
       GENEL
    ----------------------------------------------------- */

    --company-bg: #f5f7fb;
    --company-card: #ffffff;
    --company-text: #0d2744;
    --company-muted: #60738d;
    --company-radius: 16px;
    --company-gap: 20px;
    --company-sidebar-width: 300px;
    --company-content-width: minmax(0, 1fr);


    /* -----------------------------------------------------
       PAKET RENK SİSTEMİ
       Varsayılan = NORMAL
    ----------------------------------------------------- */

    --package-primary: #64748b;
    --package-secondary: #94a3b8;
    --package-soft: rgba(100, 116, 139, .10);
    --package-soft-strong: rgba(100, 116, 139, .16);
    --package-border: rgba(100, 116, 139, .22);
    --package-shadow: rgba(100, 116, 139, .08);
    --package-badge-bg: #e9edf2;
    --package-badge-text: #60738d;
    --package-meta-bg: #e9edf2;
    --package-meta-text: #60738d;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(100, 116, 139, .46) 0%,
            rgba(148, 163, 184, .24) 48%,
            rgba(8, 29, 52, .12) 100%
        );


    /* -----------------------------------------------------
       ANA YAPI
    ----------------------------------------------------- */

    background: var(--company-bg);
    color: var(--company-text);
    width: 100%;
    box-sizing: border-box;
}


/* =========================================================
GENEL BOX-SIZING
========================================================= */

.single-company-directory *,
.single-company-directory *::before,
.single-company-directory *::after {
    box-sizing: border-box;
}


/* =========================================================
PAKET - SAFED
========================================================= */

.single-company-directory.company-package-safed {

    --package-primary: #0ea5e9;
    --package-secondary: #3b82f6;
    --package-soft: rgba(14, 165, 233, .13);
    --package-soft-strong: rgba(14, 165, 233, .18);
    --package-border: rgba(14, 165, 233, .28);
    --package-shadow: rgba(14, 165, 233, .09);
    --package-badge-bg:
        linear-gradient(
            135deg,
            #0ea5e9 0%,
            #3b82f6 100%
        );
    --package-badge-text: #ffffff;
    --package-meta-bg: rgba(14, 165, 233, .11);
    --package-meta-text: #1671b5;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(14, 165, 233, .70) 0%,
            rgba(59, 130, 246, .34) 48%,
            rgba(8, 29, 52, .18) 100%
        );
}


/* =========================================================
PAKET - PREMIUM
========================================================= */

.single-company-directory.company-package-premium {
    --package-primary: #14b8a6;
    --package-secondary: #22c55e;
    --package-soft: rgba(20, 184, 166, .14);
    --package-soft-strong: rgba(20, 184, 166, .19);
    --package-border: rgba(20, 184, 166, .30);
    --package-shadow: rgba(20, 184, 166, .10);
    --package-badge-bg:
        linear-gradient(
            135deg,
            #14b8a6 0%,
            #22c55e 100%
        );
    --package-badge-text: #ffffff;
    --package-meta-bg: rgba(20, 184, 166, .11);
    --package-meta-text: #08794e;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(20, 184, 166, .70) 0%,
            rgba(34, 197, 94, .34) 48%,
            rgba(8, 29, 52, .18) 100%
        );
}


/* =========================================================
PAKET - FEATURED
========================================================= */

.single-company-directory.company-package-featured {
    --package-primary: #0297ff;
    --package-secondary: #00ff8f;
    --package-soft: rgba(2, 151, 255, .13);
    --package-soft-strong: rgba(2, 151, 255, .18);
    --package-border: rgba(2, 151, 255, .28);
    --package-shadow: rgba(2, 151, 255, .11);
    --package-badge-bg:
        linear-gradient(
            135deg,
            #0297ff 0%,
            #00ff8f 100%
        );
    --package-badge-text: #ffffff;
    --package-meta-bg:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .12) 0%,
            rgba(0, 255, 143, .10) 100%
        );
    --package-meta-text: #1674c4;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .72) 0%,
            rgba(0, 255, 143, .38) 45%,
            rgba(8, 29, 52, .18) 100%
        );
}


/* =========================================================
CONTAINER
========================================================= */

.single-company-directory .company-container {
    width: 1100px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
HERO
========================================================= */

.single-company-directory .company-hero {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: #ebeef5;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
}

.single-company-directory .company-hero.no-company-image {
    background: #ebeef5;
}

.single-company-directory .company-hero.has-company-image {
    background-repeat: no-repeat;
}


/* =========================================================
HERO OVERLAY
========================================================= */

.single-company-directory .company-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(
            circle at 12% 25%,
            rgba(255, 255, 255, .08) 0%,
            rgba(255, 255, 255, 0) 35%
        ),
        var(--package-hero);
}


/* =========================================================
NORMAL HERO
========================================================= */

.single-company-directory.company-package-normal .company-hero-overlay {
    background:
        linear-gradient(
            135deg,
            rgba(100, 116, 139, .48) 0%,
            rgba(148, 163, 184, .36) 48%,
            rgba(8, 29, 52, .44) 100%
        );
}


/* =========================================================
HERO İÇERİĞİ
========================================================= */

.single-company-directory .company-hero .company-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.single-company-directory .company-hero-content {
    width: 75%;
    max-width: 900px;
    padding: 0 0 0 20px;
}


/* =========================================================
PAKET BADGE
========================================================= */

.single-company-directory .company-package-badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    margin: 0;
    padding: 11px 18px;
    border-radius: 8px;
    background: var(--package-badge-bg);
    color: var(--package-badge-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .2px;
    white-space: nowrap;
    box-shadow: 0 7px 20px var(--package-shadow);
    border: 1px solid rgba(255, 255, 255, .12);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.single-company-directory .company-package-badge i {
    font-size: 16px;
}

.single-company-directory .company-package-badge:hover {
    box-shadow:
        0 9px 26px var(--package-shadow);
}


/* =========================================================
NORMAL BADGE
========================================================= */

.single-company-directory .company-package-normal .company-package-badge {
    background: #e9edf2;
    color: #60738d;
    border-color: rgba(255, 255, 255, .45);
    box-shadow:
        0 5px 16px rgba(13, 39, 68, .08);
}


/* =========================================================
HERO BAŞLIK
========================================================= */

.single-company-directory .company-hero .company-title {
    margin: 0 0 14px;
    padding: 20px 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.single-company-directory .company-hero.has-company-image .company-title {
    color: #ffffff;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, .35);
}


/* =========================================================
SEKTÖR / ŞEHİR / İLÇE
========================================================= */

.single-company-directory .company-location-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.single-company-directory .company-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    color: #526b88;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .18);
}

.single-company-directory .company-info-badge i {
    font-size: 11px;
}

.single-company-directory .company-info-badge:hover {
    text-decoration: none;
}

.single-company-directory .company-sector-badge {
    color: #355b91;
}

.single-company-directory .company-city-badge {
    color: #31577f;
}

.single-company-directory .company-district-badge {
    color: #31577f;
}


/* =========================================================
GÖRSELLİ HERO BADGE'LER
========================================================= */

.single-company-directory .company-hero.has-company-image .company-info-badge {
    background: rgba(255, 255, 255, .92);
    color: #31577f;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, .12);
}


/* =========================================================
ANA ALAN
========================================================= */

.single-company-directory .company-page-spacing {
    padding-top: 20px;
    padding-bottom: 40px;
}

.single-company-directory .company-layout {
    display: grid;
    grid-template-columns:
        var(--company-content-width)
        var(--company-sidebar-width);
    gap: var(--company-gap);
    align-items: start;
}


/* =========================================================
SIDEBAR
========================================================= */

.single-company-directory .company-sidebar {
    min-width: 0;
    position: sticky;
    bottom: 20px;
    grid-column: 2;
    grid-row: 1;
}

.single-company-directory .company-sidebar-inner {
    width: 100%;
    padding: 14px;
    border-radius: 20px;
    background: var(--package-soft);
    border: 1px solid var(--package-border);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .10),
        0 7px 26px var(--package-shadow);
}


/* =========================================================
SIDEBAR KARTLARI
========================================================= */

.single-company-directory .company-sidebar-card {
    width: 100%;
    margin: 0 0 14px;
    padding: 18px;
    border-radius: var(--company-radius);
    background: var(--company-card);
}

.single-company-directory .company-sidebar-card:last-child {
    margin-bottom: 0;
}


/* =========================================================
SIDEBAR BAŞLIKLARI
========================================================= */

.single-company-directory .company-sidebar-title {
    margin: 0 0 14px;
    padding: 0;
    color: var(--company-text);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}


/* =========================================================
SOSYAL MEDYA
========================================================= */

.single-company-directory .company-social-content {
    width: 100%;
}

.single-company-directory .company-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-company-directory .company-social-links li {
    margin: 0 0 8px;
    padding: 0;
}

.single-company-directory .company-social-links li:last-child {
    margin-bottom: 0;
}


/* =========================================================
İLETİŞİM
========================================================= */

.single-company-directory .company-contact-content {
    width: 100%;
}

.single-company-directory .company-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-company-directory .company-contact li {
    margin: 0 0 8px;
    padding: 0;
}

.single-company-directory .company-contact li:last-child {
    margin-bottom: 0;
}


/* =========================================================
SIDEBAR HARİTA
========================================================= */

.single-company-directory .company-map-card {
    overflow: hidden;
}

.single-company-directory .company-map {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.single-company-directory .company-map iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
}


/* =========================================================
REKLAM
========================================================= */

.single-company-directory .company-ad-card {
    min-height: 250px;
    padding: 14px;
}

.single-company-directory .company-ad-inner {
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/* =========================================================
DİĞER FİRMALAR
========================================================= */

.single-company-directory .other-companys {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-company-directory .other-company-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-company-directory .other-company-image {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 10px;
}

.single-company-directory .other-company-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-company-directory .other-company-info {
    min-width: 0;
    flex: 1;
}

.single-company-directory .other-company-title {
    margin: 0 0 4px;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.single-company-directory .other-company-title a {
    color: var(--company-text);
    text-decoration: none;
}

.single-company-directory .other-company-sector {
    display: block;
    color: var(--company-muted);
    font-size: 11px;
    line-height: 1.3;
}


/* =========================================================
SAĞ ANA ALAN
========================================================= */

.single-company-directory .company-main {
    min-width: 0;
	grid-column: 1;
    grid-row: 1;
}

.single-company-directory .company-main-inner {
    width: 100%;
    padding: 14px;
    border-radius: 20px;
    background: var(--package-soft);
    border: 1px solid var(--package-border);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .10),
        0 7px 26px var(--package-shadow);
}


/* =========================================================
SAĞ TARAF KARTLARI
========================================================= */

.single-company-directory .company-main-card {
    width: 100%;
    margin: 0 0 14px;
    padding: 20px;
    border-radius: var(--company-radius);
    background: var(--company-card);
}

.single-company-directory .company-main-card:last-child {
    margin-bottom: 0;
}


/* =========================================================
META
========================================================= */

.single-company-directory .company-meta-card {
    padding: 12px 16px;
}

.single-company-directory .company-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 28px;
}

.single-company-directory .company-meta-package {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
}


/* =========================================================
META - NORMAL
========================================================= */

.single-company-directory .company-meta-package.company-package-normal {
    background: #e9edf2;
    color: #60738d;
    border-color: rgba(100, 116, 139, .12);
}


/* =========================================================
META - PREMIUM
========================================================= */

.single-company-directory .company-meta-package.company-package-premium {
    background: var(--package-meta-bg);
    color: var(--package-meta-text);
    border-color: rgba(20, 184, 166, .16);
}


/* =========================================================
META - FEATURED
========================================================= */

.single-company-directory .company-meta-package.company-package-featured {
    background: var(--package-meta-bg);
    color: var(--package-meta-text);
    border-color: rgba(2, 151, 255, .16);
}


/* =========================================================
META - SAFED
========================================================= */

.single-company-directory .company-meta-package.company-package-safed {
    background: var(--package-meta-bg);
    color: var(--package-meta-text);
    border-color: rgba(14, 165, 233, .16);
}


.single-company-directory .company-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #637891;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.single-company-directory .company-meta-item i {
    color: var(--package-primary);
}


/* =========================================================
ANA HARİTA
========================================================= */

.single-company-directory .company-main-map-card {
    padding: 20px;
}

.single-company-directory .company-section-title {
    margin: 0 0 16px;
    padding: 0;
    color: var(--company-text);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

.single-company-directory .company-main-map {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.single-company-directory .company-main-map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}


/* =========================================================
İÇERİK
========================================================= */

.single-company-directory .company-content-card {
    padding: 24px;
}

.single-company-directory .company-content {
    color: #263f5b;
    font-size: 16px;
    line-height: 1.75;
}

.single-company-directory .company-content p {
    margin: 0 0 18px;
}

.single-company-directory .company-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
İÇERİK BAŞLIKLARI
========================================================= */

.single-company-directory .company-content h2,
.single-company-directory .company-content h3,
.single-company-directory .company-content h4 {
    margin-top: 2px;
    margin-bottom: 12px;
    color: var(--company-text);
    line-height: 1.3;
}

.single-company-directory .company-content h2 {
    font-size: 24px;
}

.single-company-directory .company-content h3 {
    font-size: 21px;
}

.single-company-directory .company-content h4 {
    font-size: 18px;
}


/* =========================================================
LİSTELER
========================================================= */

.single-company-directory .company-content ul,
.single-company-directory .company-content ol {
    display: block;
    margin: 18px 0 22px;
    padding-left: 32px;
}

.single-company-directory .company-content ul {
    list-style: disc;
}

.single-company-directory .company-content ol {
    list-style: decimal;
}

.single-company-directory .company-content ul li,
.single-company-directory .company-content ol li {
    display: list-item;
    margin: 0 0 9px;
    padding-left: 5px;
    line-height: 1.65;
}

.single-company-directory .company-content ul ul,
.single-company-directory .company-content ol ol,
.single-company-directory .company-content ul ol,
.single-company-directory .company-content ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 28px;
}


/* =========================================================
ÖNE ÇIKAN GÖRSEL
========================================================= */

.single-company-directory .company-featured-image {
    width: 100%;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 14px;
}

.single-company-directory .company-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}


/* =========================================================
YETKİLİ MARKALAR
========================================================= */

.single-company-directory .company-authorized-brands {
    width: 100%;
}

.single-company-directory .company-authorized-brands-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.single-company-directory .company-authorized-brand {
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    background: var(--company-card);
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    overflow: hidden;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.single-company-directory .company-authorized-brand:hover {
    transform: translateY(-2px);
    border-color: #d5dce6;
    box-shadow:
        0 5px 16px rgba(13, 39, 68, .08);
}

.single-company-directory .company-authorized-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* =========================================================
GALERİ
========================================================= */

.single-company-directory .company-gallery-content {
    width: 100%;

    overflow: hidden;
}

/* =========================================================
YORUMLAR
========================================================= */

.single-company-directory .company-comments-card {
    overflow: hidden;
}

/* =========================================================
NORMAL PAKET
========================================================= */

.single-company-directory.company-package-normal .company-hero {
    background: #eef0f5;
}

.single-company-directory.company-package-normal .company-sidebar-inner,
.single-company-directory.company-package-normal .company-main-inner {
    background: rgba(100, 116, 139, .07);
    border-color: rgba(100, 116, 139, .16);
    box-shadow:
        0 0 0 1px rgba(100, 116, 139, .025),
        0 6px 22px rgba(13, 39, 68, .04);
}

/* =========================================================
SAFED
========================================================= */

.single-company-directory.company-package-safed .company-hero {
    background: rgba(14, 165, 233, .13);
}
.single-company-directory.company-package-safed .company-sidebar-inner,
.single-company-directory.company-package-safed .company-main-inner {
    background: var(--package-soft);
    border-color: var(--package-border);
    box-shadow:
        0 0 0 1px rgba(14, 165, 233, .06),
        0 6px 24px var(--package-shadow);
}

/* =========================================================
PREMIUM
========================================================= */

.single-company-directory.company-package-premium .company-hero {
    background: rgba(20, 184, 166, .14);
}

.single-company-directory.company-package-premium .company-sidebar-inner,
.single-company-directory.company-package-premium .company-main-inner {
    background: var(--package-soft);
    border-color: var(--package-border);
    box-shadow:
        0 0 0 1px rgba(20, 184, 166, .07),
        0 7px 26px var(--package-shadow);
}


/* =========================================================
FEATURED
========================================================= */

.single-company-directory.company-package-featured .company-hero {
    background:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .10) 0%,
            rgba(0, 255, 143, .07) 100%
        );
}

.single-company-directory.company-package-featured .company-sidebar-inner,
.single-company-directory.company-package-featured .company-main-inner {
    background:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .12) 0%,
            rgba(0, 255, 143, .075) 100%
        );
    border-color:
        rgba(2, 151, 255, .25);
    box-shadow:
        0 0 0 1px rgba(2, 151, 255, .055),
        0 8px 30px rgba(2, 151, 255, .09);
}

/* =========================================================
PREMIUM / FEATURED HARİTA
========================================================= */

.single-company-directory.company-package-premium .company-main-map-card,
.single-company-directory.company-package-featured .company-main-map-card {
    padding: 20px;
}

/* =========================================================
MOBİL - TABLET
========================================================= */

@media (max-width: 1149px) {
    .single-company-directory .company-hero {
        width: 100%;
    }
    .single-company-directory .company-container {
        width: calc(100% - 40px);
    }
    .single-company-directory .company-layout {
        grid-template-columns: 280px minmax(0, 1fr);
    }
}

/* =========================================================
MOBİL
========================================================= */

@media (max-width: 900px) {
    .single-company-directory .company-layout {
        grid-template-columns: 1fr;
    }
    .single-company-directory .company-sidebar {
        position: static;
        grid-column: 1;
        grid-row: auto;
    }

    .single-company-directory .company-main {
        grid-column: 1;
        grid-row: auto;
    }
    .single-company-directory .company-sidebar-inner,
    .single-company-directory .company-main-inner {
        padding: 12px;
    }
    .single-company-directory .company-hero {
        min-height: 230px;
        height: auto;
    }
    .single-company-directory .company-hero .company-container {
        align-items: flex-start;
    }
    .single-company-directory .company-hero-content {
        width: 100%;
        max-width: 100%;
        padding: 35px 0 72px 20px;
    }

    /*
     * MOBİLDE PAKET BADGE
     * Sağdan çıkarılıyor.
     * Orta-alt konuma alınıyor.
     */

    .single-company-directory .company-package-badge {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 16px;
        transform: translateX(-50%);
        padding: 10px 16px;
        font-size: 13px;
    }
    .single-company-directory .company-hero .company-title {
        font-size: 31px;
    }
    .single-company-directory .company-authorized-brand {
        width: 145px;
    }
}

/* =========================================================
KÜÇÜK MOBİL
========================================================= */

@media (max-width: 600px) {
    .single-company-directory .company-hero {
        width: 100%;
        max-width: none;
        min-height: 220px;
        height: auto;
    }
    .single-company-directory .company-container {
        width: calc(100% - 24px);
        max-width: none;
    }
    .single-company-directory .company-page-spacing {
        padding-top: 12px;
    }
    .single-company-directory .company-hero .company-container {
        padding: 0 12px;
    }

    .single-company-directory .company-hero-content {
        width: 100%;
        padding: 32px 0 70px 10px;
    }
    .single-company-directory .company-hero .company-title {
        font-size: 27px;
        line-height: 1.15;
        margin-bottom: 12px;
        padding: 0;
    }
    .single-company-directory .company-package-badge {
        bottom: 12px;
        padding: 9px 14px;
        font-size: 12px;
        gap: 7px;
    }
    .single-company-directory .company-package-badge i {
        font-size: 14px;
    }
    .single-company-directory .company-location-meta {
        gap: 6px;
    }
    .single-company-directory .company-info-badge {
        font-size: 11px;
        padding: 6px 8px;
    }
    .single-company-directory .company-main-card,
    .single-company-directory .company-sidebar-card {
        padding: 16px;
    }
    .single-company-directory .company-content {
        font-size: 15px;
    }
    .single-company-directory .company-main-map iframe {
        height: 300px;
    }
    .single-company-directory .company-map iframe {
        height: 260px;
    }
    .single-company-directory .company-authorized-brands-list {
        gap: 10px;
    }
    .single-company-directory .company-authorized-brand {
        width: calc(50% - 5px);
        height: 60px;
    }
}

/* =========================================================
DARK MODE
ANA YAPI
========================================================= */

[data-theme="dark"] .single-company-directory {
    --company-bg: #111318;
    --company-card: #1d2026;
    --company-text: #f8fafc;
    --company-muted: #94a3b8;
    background: var(--company-bg);
    color: #e5e7eb;

    /* -----------------------------------------------------
       DARK NORMAL
    ----------------------------------------------------- */
    --package-primary: #94a3b8;
    --package-secondary: #cbd5e1;
    --package-soft: rgba(100, 116, 139, .045);
    --package-soft-strong: rgba(100, 116, 139, .07);
    --package-border: rgba(255, 255, 255, .07);
    --package-shadow: rgba(0, 0, 0, .18);
    /* -----------------------------------------------------
       DARK DEFAULT HERO
    ----------------------------------------------------- */
    --package-hero:
        linear-gradient(
            135deg,
            rgba(100, 116, 139, .30) 0%,
            rgba(71, 85, 105, .18) 50%,
            rgba(0, 0, 0, .36) 100%
        );
}

/* =========================================================
DARK - PAKET SAFED
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-safed {
    --package-primary: #38bdf8;
    --package-secondary: #60a5fa;
    --package-soft: rgba(59, 130, 246, .055);
    --package-soft-strong: rgba(59, 130, 246, .08);
    --package-border: rgba(59, 130, 246, .15);
    --package-shadow: rgba(59, 130, 246, .07);
    --package-meta-bg: rgba(59, 130, 246, .14);
    --package-meta-text: #93c5fd;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(14, 165, 233, .40) 0%,
            rgba(59, 130, 246, .23) 48%,
            rgba(0, 0, 0, .38) 100%
        );
}

/* =========================================================
DARK - PAKET PREMIUM
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-premium {
    --package-primary: #2dd4bf;
    --package-secondary: #4ade80;
    --package-soft: rgba(34, 197, 94, .055);
    --package-soft-strong: rgba(34, 197, 94, .08);
    --package-border: rgba(34, 197, 94, .15);
    --package-shadow: rgba(34, 197, 94, .07);
    --package-meta-bg: rgba(34, 197, 94, .13);
    --package-meta-text: #86efac;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(20, 184, 166, .40) 0%,
            rgba(34, 197, 94, .21) 48%,
            rgba(0, 0, 0, .38) 100%
        );
}

/* =========================================================
DARK - PAKET FEATURED
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-featured {
    --package-primary: #38bdf8;
    --package-secondary: #34d399;
    --package-soft: rgba(2, 151, 255, .055);
    --package-soft-strong: rgba(2, 151, 255, .08);
    --package-border: rgba(2, 151, 255, .16);
    --package-shadow: rgba(2, 151, 255, .075);
    --package-meta-bg:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .14) 0%,
            rgba(0, 255, 143, .10) 100%
        );
    --package-meta-text: #7dd3fc;
    --package-hero:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .42) 0%,
            rgba(0, 255, 143, .20) 45%,
            rgba(0, 0, 0, .40) 100%
        );
}

/* =========================================================
DARK - HERO
========================================================= */

[data-theme="dark"] .single-company-directory .company-hero {
    background-color: #181a1f;
}
[data-theme="dark"] .single-company-directory .company-hero.no-company-image {
    background: #181a1f;
}
[data-theme="dark"] .single-company-directory .company-hero-overlay {
    background:
        radial-gradient(
            circle at 12% 25%,
            rgba(255, 255, 255, .035) 0%,
            rgba(255, 255, 255, 0) 35%
        ),
        var(--package-hero);
}

/* =========================================================
DARK - HERO BAŞLIK
========================================================= */

[data-theme="dark"] .single-company-directory .company-hero .company-title {
    color: #f8fafc;
}

/* =========================================================
DARK - HERO BİLGİ BADGE'LERİ
========================================================= */

[data-theme="dark"] .single-company-directory .company-info-badge {
    background: rgba(30, 35, 43, .92);
    color: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, .08);
}
[data-theme="dark"] .single-company-directory .company-sector-badge {
    color: #bfdbfe;
}
[data-theme="dark"] .single-company-directory .company-city-badge,
[data-theme="dark"] .single-company-directory .company-district-badge {
    color: #cbd5e1;
}
[data-theme="dark"] .single-company-directory .company-hero.has-company-image .company-info-badge {
    background: rgba(20, 24, 30, .88);
    color: #e2e8f0;
    border-color: rgba(255, 255, 255, .12);
}

/* =========================================================
DARK - PAKET BADGE'LERİ
========================================================= */

[data-theme="dark"] .single-company-directory .company-package-badge {
    border-color: rgba(255, 255, 255, .10);
    box-shadow:
        0 7px 22px var(--package-shadow);
}

/* ---------------------------------------------------------
   DARK NORMAL BADGE
--------------------------------------------------------- */

[data-theme="dark"] .single-company-directory .company-package-normal .company-package-badge {
    background: rgba(100, 116, 139, .18);
    color: #cbd5e1;
    border-color: rgba(255, 255, 255, .08);
}

/* ---------------------------------------------------------
   DARK PREMIUM BADGE
--------------------------------------------------------- */

[data-theme="dark"] .single-company-directory .company-package-premium .company-package-badge {
    background:
        linear-gradient(
            135deg,
            rgba(20, 184, 166, .80) 0%,
            rgba(34, 197, 94, .62) 100%
        );
    color: #ffffff;
}

/* ---------------------------------------------------------
   DARK FEATURED BADGE
--------------------------------------------------------- */

[data-theme="dark"] .single-company-directory .company-package-featured .company-package-badge {
    background:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .84) 0%,
            rgba(0, 255, 143, .68) 100%
        );
    color: #ffffff;
    box-shadow:
        0 7px 24px rgba(2, 151, 255, .16);
}

/* ---------------------------------------------------------
   DARK SAFED BADGE
--------------------------------------------------------- */

[data-theme="dark"] .single-company-directory .company-package-safed .company-package-badge {
    background:
        linear-gradient(
            135deg,
            rgba(14, 165, 233, .80) 0%,
            rgba(59, 130, 246, .62) 100%
        );
    color: #ffffff;
}

/* =========================================================
DARK - SIDEBAR / ANA ALAN
========================================================= */

[data-theme="dark"] .single-company-directory .company-sidebar-inner,
[data-theme="dark"] .single-company-directory .company-main-inner {
    background: #181a1f;
    border-color: rgba(255, 255, 255, .07);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, .025);
}

/* =========================================================
DARK - PREMIUM
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-premium .company-sidebar-inner,
[data-theme="dark"] .single-company-directory.company-package-premium .company-main-inner {
    background:
        linear-gradient(
            135deg,
            rgba(20, 184, 166, .055) 0%,
            rgba(34, 197, 94, .045) 100%
        );
    border-color:
        rgba(34, 197, 94, .14);
    box-shadow:
        0 0 0 1px rgba(34, 197, 94, .035),
        0 7px 26px rgba(34, 197, 94, .06);
}

/* =========================================================
DARK - FEATURED
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-featured .company-sidebar-inner,
[data-theme="dark"] .single-company-directory.company-package-featured .company-main-inner {
    background:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .055) 0%,
            rgba(0, 255, 143, .035) 100%
        );
    border-color:
        rgba(2, 151, 255, .14);
    box-shadow:
        0 0 0 1px rgba(2, 151, 255, .035),
        0 8px 30px rgba(2, 151, 255, .06);
}

/* =========================================================
DARK - SAFED
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-safed .company-sidebar-inner,
[data-theme="dark"] .single-company-directory.company-package-safed .company-main-inner {
    background:
        linear-gradient(
            135deg,
            rgba(14, 165, 233, .055) 0%,
            rgba(59, 130, 246, .035) 100%
        );
    border-color:
        rgba(59, 130, 246, .14);
    box-shadow:
        0 0 0 1px rgba(59, 130, 246, .035),
        0 6px 24px rgba(59, 130, 246, .06);
}

/* =========================================================
DARK - NORMAL
========================================================= */

[data-theme="dark"] .single-company-directory.company-package-normal .company-sidebar-inner,
[data-theme="dark"] .single-company-directory.company-package-normal .company-main-inner {
    background: #181a1f;
    border-color: rgba(255, 255, 255, .07);
}

/* =========================================================
DARK - KARTLAR
========================================================= */

[data-theme="dark"] .single-company-directory .company-sidebar-card,
[data-theme="dark"] .single-company-directory .company-main-card {
    background: #1d2026;
    border-color: rgba(255, 255, 255, .07);
}

/* =========================================================
DARK - BAŞLIKLAR
========================================================= */

[data-theme="dark"] .single-company-directory .company-sidebar-title,
[data-theme="dark"] .single-company-directory .company-section-title,
[data-theme="dark"] .single-company-directory .company-content h2,
[data-theme="dark"] .single-company-directory .company-content h3,
[data-theme="dark"] .single-company-directory .company-content h4 {
    color: #f8fafc;
}

/* =========================================================
DARK - META
========================================================= */

[data-theme="dark"] .single-company-directory .company-meta-item {
    color: #94a3b8;
}
[data-theme="dark"] .single-company-directory .company-meta-item i {
    color: var(--package-primary);
}

/* =========================================================
DARK - META PAKETLERİ
========================================================= */

[data-theme="dark"] .single-company-directory .company-meta-package.company-package-normal {
    background: rgba(100, 116, 139, .18);
    color: #cbd5e1;
}

[data-theme="dark"] .single-company-directory .company-meta-package.company-package-premium {
    background:
        linear-gradient(
            135deg,
            rgba(20, 184, 166, .12) 0%,
            rgba(34, 197, 94, .10) 100%
        );
    color: #86efac;
    border-color: rgba(34, 197, 94, .12);
}

[data-theme="dark"] .single-company-directory .company-meta-package.company-package-featured {
    background:
        linear-gradient(
            135deg,
            rgba(2, 151, 255, .13) 0%,
            rgba(0, 255, 143, .09) 100%
        );
    color: #7dd3fc;
    border-color: rgba(2, 151, 255, .13);
}

[data-theme="dark"] .single-company-directory .company-meta-package.company-package-safed {
    background:
        linear-gradient(
            135deg,
            rgba(14, 165, 233, .12) 0%,
            rgba(59, 130, 246, .09) 100%
        );
    color: #93c5fd;
    border-color: rgba(59, 130, 246, .12);
}

/* =========================================================
DARK - İÇERİK
========================================================= */

[data-theme="dark"] .single-company-directory .company-content {
    color: #d1d5db;
}

[data-theme="dark"] .single-company-directory .company-content p,
[data-theme="dark"] .single-company-directory .company-content li {
    color: #d1d5db;
}

[data-theme="dark"] .single-company-directory .company-content strong,
[data-theme="dark"] .single-company-directory .company-content b {
    color: #f3f4f6;
}

[data-theme="dark"] .single-company-directory .company-content a {
    color: #93c5fd;
}

/* =========================================================
DARK - LİSTELER
========================================================= */

[data-theme="dark"] .single-company-directory .company-content ul,
[data-theme="dark"] .single-company-directory .company-content ol {
    color: #d1d5db;
}

[data-theme="dark"] .single-company-directory .company-content li::marker {
    color: #94a3b8;
}

/* =========================================================
DARK - DİĞER FİRMALAR
========================================================= */

[data-theme="dark"] .single-company-directory .other-company-title a {
    color: #e5e7eb;
}

[data-theme="dark"] .single-company-directory .other-company-sector {
    color: #94a3b8;
}

/* =========================================================
DARK - YETKİLİ MARKALAR
========================================================= */

[data-theme="dark"] .single-company-directory .company-authorized-brand {
    background: #252930;
    border-color: rgba(255, 255, 255, .08);
}

[data-theme="dark"] .single-company-directory .company-authorized-brand:hover {
    background: #2b3038;
    border-color: rgba(255, 255, 255, .14);
    box-shadow:
        0 5px 18px rgba(0, 0, 0, .20);
}

/* =========================================================
DARK - HARİTA
========================================================= */

[data-theme="dark"] .single-company-directory .company-map,
[data-theme="dark"] .single-company-directory .company-main-map {
    background: #111318;
}

/* =========================================================
DARK - FORM ELEMANLARI
========================================================= */

[data-theme="dark"] .single-company-directory input,
[data-theme="dark"] .single-company-directory textarea,
[data-theme="dark"] .single-company-directory select {
    background: #15171b;
    border-color: rgba(255, 255, 255, .12);
    color: #e5e7eb;
}

[data-theme="dark"] .single-company-directory input::placeholder,
[data-theme="dark"] .single-company-directory textarea::placeholder {
    color: #6b7280;
}

/* =========================================================
DARK - YORUMLAR
========================================================= */

[data-theme="dark"] .single-company-directory .comments-area,
[data-theme="dark"] .single-company-directory .comment-list,
[data-theme="dark"] .single-company-directory .comment {
    color: #d1d5db;
}

[data-theme="dark"] .single-company-directory .comment {
    border-color: rgba(255, 255, 255, .08);
}

/* =========================================================
DARK - UYARI
========================================================= */

[data-theme="dark"] .single-company-directory .oli-alert {
    background: #24272d;
    border-color: rgba(255, 255, 255, .08);
    color: #d1d5db;
}

/* =========================================================
DARK - İKONLAR
========================================================= */

[data-theme="dark"] .single-company-directory .fa-solid,
[data-theme="dark"] .single-company-directory .fa-regular,
[data-theme="dark"] .single-company-directory .fas,
[data-theme="dark"] .single-company-directory .far {
    color: inherit;
}