/* ── Genel ── */
.iar-sehir-page,
.iar-liste-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px 48px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1e293b;
}

/* ── Breadcrumb ── */
.iar-breadcrumb {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}
.iar-breadcrumb a { color: #1a2e5a; text-decoration: none; }
.iar-breadcrumb a:hover { text-decoration: underline; }

/* ── Başlık ── */
.iar-page-h1 {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    color: #1a2e5a;
    margin: 0 0 12px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.iar-date-badge {
    font-size: 13px;
    font-weight: 500;
    background: #f5c842;
    color: #1a2e5a;
    padding: 3px 10px;
    border-radius: 20px;
}
.iar-page-desc {
    font-size: 15px;
    color: #475569;
    margin: 0 0 28px;
    line-height: 1.6;
}

/* ── Section başlıkları ── */
.iar-section-h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1a2e5a;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1a2e5a;
}

/* ── Ortalama fiyat kartları ── */
.iar-ortalama-section { margin-bottom: 40px; }

.iar-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 12px;
}
@media (max-width: 520px) {
    .iar-price-grid { grid-template-columns: 1fr; }
}

.iar-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 14px;
    text-align: center;
    border-top-width: 4px;
}
.iar-benzin  { border-top-color: #1a2e5a; }
.iar-motorin { border-top-color: #f5c842; }
.iar-lpg     { border-top-color: #e05a2b; }

.iar-fuel-icon  { font-size: 26px; display: block; margin-bottom: 8px; }
.iar-fuel-name  { font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; margin-bottom: 8px; }
.iar-fuel-price { font-size: 26px; font-weight: 700; color: #1e293b; }
.iar-fuel-unit  { font-size: 11px; color: #94a3b8; margin-top: 4px; }

.iar-guncelleme-notu {
    font-size: 12px;
    color: #94a3b8;
    text-align: right;
    margin: 4px 0 0;
}

/* ── Firma tablosu ── */
.iar-firma-section { margin-bottom: 40px; }
.iar-firma-desc { font-size: 14px; color: #475569; margin: 0 0 14px; }

.iar-firma-tablo-wrap { overflow-x: auto; }

.iar-firma-tablo {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.iar-firma-tablo th,
.iar-firma-tablo td {
    padding: 11px 14px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}
.iar-firma-tablo thead th {
    background: #1a2e5a;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
}
.iar-firma-tablo tbody tr:hover { background: #f8fafc; }
.iar-firma-tablo tr.iar-en-ucuz { background: #f0fdf4; }
.iar-firma-tablo tr.iar-en-ucuz td { color: #166534; font-weight: 600; }

.iar-firma-adi { font-weight: 600; color: #1a2e5a; }

.iar-ucuz-badge {
    display: inline-block;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

/* ── Diğer iller ── */
.iar-diger-iller { margin-bottom: 40px; }

.iar-il-listesi {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 6px;
}
.iar-il-listesi li a {
    display: block;
    padding: 8px 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    color: #1a2e5a;
    text-decoration: none;
    transition: background .15s, border-color .15s;
}
.iar-il-listesi li a:hover {
    background: #1a2e5a;
    color: #fff;
    border-color: #1a2e5a;
}

/* ── SSS ── */
.iar-sss { margin-bottom: 40px; }
.iar-sss-item { margin-bottom: 20px; }
.iar-sss-item h3 { font-size: 15px; font-weight: 700; color: #1a2e5a; margin: 0 0 6px; }
.iar-sss-item p  { font-size: 14px; color: #475569; margin: 0; line-height: 1.6; }

/* ── Liste sayfası - il grid ── */
.iar-il-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}
.iar-il-kart {
    display: block;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    border-left: 4px solid #1a2e5a;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.iar-il-kart:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26,46,90,.12);
}
.iar-il-adi       { display: block; font-weight: 700; color: #1a2e5a; font-size: 14px; }
.iar-il-link-text { display: block; font-size: 12px; color: #64748b; margin-top: 4px; }

/* ── Shortcode navigasyon widget ── */
.iar-nav-widget { margin: 20px 0; }
.iar-nav-label  { display: block; font-size: 14px; font-weight: 600; color: #1a2e5a; margin-bottom: 8px; }
.iar-nav-row    { display: flex; gap: 10px; flex-wrap: wrap; }

.iar-select {
    flex: 1;
    min-width: 200px;
    padding: 9px 14px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    background: #fff;
    color: #1e293b;
    cursor: pointer;
}
.iar-select:focus { outline: none; border-color: #1a2e5a; }

.iar-btn {
    padding: 9px 22px;
    background: #1a2e5a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}
.iar-btn:hover { background: #f5c842; color: #1a2e5a; }
