/* ============================================================
   Arabaariza COMPLETE CLEANED + OPTIMIZED STYLE (C – Mix Style)
   ============================================================ */

/* GLOBAL */
body {
    background: #f5f6f7;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ------------------------------
   SINGLE FAULTCODE WRAPPER
------------------------------ */
.fault-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 40px auto 60px;
    padding: 0 16px;
}

.fault-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    padding: 30px 28px;
    border: 1px solid #e4e7f0;
}

.fault-header {
    margin-bottom: 18px;
}

.fault-code-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef3ff;
    color: #2948b7;
    font-weight: 600;
    font-size: 14px;
}

.fault-code-label span {
    font-weight: 700;
}

.fault-title {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 700;
}

.fault-subtitle {
    color: #70788a;
    font-size: 14px;
}

/* Live tag-style badges */
.fault-meta-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

/* Section titles */
.fault-section-title {
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

/* paragraphs */
.fault-card p {
    line-height: 1.6;
    color: #444c5f;
    margin-bottom: 10px;
}

/* bullets */
.fault-card ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

/* Live data table */
.live-data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
}

.live-data-table th,
.live-data-table td {
    border: 1px solid #e1e4ed;
    padding: 8px 10px;
}

.live-data-table th {
    background: #f4f6fc;
    text-align: left;
}

/* Accordion style details for OEM notes / etc */
.fault-details summary {
    cursor: pointer;
    font-weight: 600;
    color: #0066cc;
}

/* Kutu görünümlü bölümler */
.fault-box {
    margin-bottom: 22px;
    padding: 18px 20px 16px;
    border-radius: 14px;
    background: #f9fafc;
    border: 1px solid #e4e7f0;
}

.fault-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.fault-box ul,
.fault-box ol {
    margin: 0;
    padding-left: 20px;
}

/* FAQ */
.fault-box h4 {
    margin-bottom: 6px;
    margin-top: 10px;
}

/* RESPONSIVE: FAULT WRAPPER */
@media (max-width: 768px) {
    .fault-card {
        padding: 22px 18px;
        border-radius: 12px;
        box-shadow: 0 12px 34px rgba(0,0,0,0.06);
    }

    .fault-title {
        font-size: 22px;
    }

    .live-data-table {
        font-size: 13px;
    }

    .fault-box {
        padding: 14px 14px 12px;
    }
}

/* --------------------------------
   GLOBAL RESET / TYPOGRAPHY BASE
----------------------------------- */

.site-content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 16px 48px;
}

/* Default content headings */
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4 {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #202435;
}

.site-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.site-content h2 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.site-content h3 {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.site-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #444958;
    margin-bottom: 10px;
}

.site-content ul,
.site-content ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

/* Links in content */
.site-content a {
    color: #0066cc;
    text-decoration: none;
}

.site-content a:hover {
    text-decoration: underline;
}

/* --------------------------------
   COMMENTS (FAULT PAGE)
----------------------------------- */

.fault-comments {
    margin-top: 40px;
}

.fault-comments #comments {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    padding: 32px;
    border-radius: 14px;
    box-shadow: 0 12px 36px rgba(0,0,0,0.07);
    border: 1px solid #eceff4;
}

/* Başlık */
.fault-comments h2,
.fault-comments h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

/* Form satırları */
.fault-comments .comment-form p {
    margin-bottom: 12px;
}

/* Input & textarea */
.fault-comments input[type="text"],
.fault-comments input[type="email"],
.fault-comments input[type="url"],
.fault-comments textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d6dce7;
    font-size: 14px;
}

/* Submit butonu */
.fault-comments input[type="submit"] {
    background: #005bbb;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 22px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

/* ------------------------------
   BLOG / ARCHIVE BASIC LIST
------------------------------ */

.archive-list {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 16px;
}

.archive-list article {
    background: #ffffff;
    padding: 18px 18px 14px;
    border-radius: 12px;
    border: 1px solid #e3e7f1;
    margin-bottom: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.archive-list h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

.archive-list .entry-meta {
    font-size: 13px;
    color: #80879a;
}

.archive-list .entry-summary {
    margin-top: 8px;
    font-size: 14px;
}

/* --------------------------------
   PAGINATION BASIC
----------------------------------- */

.pagination {
    display: flex;
    justify-content: center;
    margin: 24px 0;
    gap: 8px;
}

.pagination a,
.pagination span {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #d5dbe8;
    background: #ffffff;
    font-size: 14px;
}

.pagination span.current {
    background: #005bbb;
    color: #ffffff;
    border-color: #005bbb;
}

/* --------------------------------
   HEADER AREA (OLD CLEANUP)
----------------------------------- */

.header-logo {
    display: flex !important;
    align-items: center !important;
}

.site-header img {
    display:block !important;
}
/* Logo boyutu */
.header-logo img.site-logo {
    height: 64px !important;   /* Masaüstü için */
    width: auto;
    max-height: 64px !important;
}

/* Mobilde biraz küçültelim */
@media (max-width: 768px) {
    .header-logo img.site-logo {
        height: 52px !important;
        max-height: 52px !important;
    }
}

/* Navbar wrapper */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Site brand */
.navbar-brand {
    font-weight: 700;
}

/* ===========================
   ARABAARIZA PREMIUM HEADER
   =========================== */

/* HEADER BAR */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* LOGO */
.header-logo img.site-logo {
    width: auto !important;
    height: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    display: block !重要;
}

/* FLEX LAYOUT */
.header-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* TITLE + TAGLINE */
.header-title-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.site-title {
    font-size: 22px;
    margin: 0;
}

.site-title a {
    color: #222;
    text-decoration: none;
}

.site-title a:hover {
    color: #005bbb;
}

.site-tagline {
    font-size: 13px;
    color: #777;
}

/* MENU */
.header-menu {
    display: flex !important;
    gap: 24px !important;
}

.header-menu a {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    text-decoration: none;
    transition: 0.2s;
}

.header-menu a:hover {
    color: #005bbb;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .header-logo img.site-logo {
        width: 180px;
    }

    .header-menu {
        gap: 16px;
    }
}

/* ADDITIONAL AA HEADER (if needed) */
.aa-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.aa-header-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aa-header-logo img.aa-logo {
    height: 48px;
}

/* Simple menu style */
.aa-header-menu {
    display: flex;
    gap: 20px;
}

.aa-header-menu a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

/* Hover underline effect */
.aa-header-menu a::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: -2px;
    height: 2px;
    width: 0%;
    margin: auto;
    background: #005bbb;
    transition: 0.25s;
}

.aa-header-menu a:hover::after {
    width: 100%;
}

/* HOME HERO PLACEHOLDER (if used) */
.home-hero {
    max-width: 1160px;
    margin: 24px auto 0;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-hero h1 {
    font-size: 32px;
    margin: 0 0 4px;
}

.home-hero p {
    font-size: 15px;
    color: #4a4f5d;
}

/* Generic buttons */
.btn-primary-aa {
    background: #005bbb;
    color: #ffffff;
    border-radius: 999px;
    padding: 9px 18px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary-aa:hover {
    background: #0047a0;
}

/* SEARCH BAR (simple style) */
.aa-search-bar {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.aa-search-bar input[type="text"] {
    flex: 1;
    padding: 9px 10px;
    border-radius: 999px;
    border: 1px solid #ccd4e2;
}

.aa-search-bar button {
    border-radius: 999px;
    padding: 9px 16px;
}

/* HEADER MENU TYPOGRAPHY */
.header-menu a {
    font-size: 16px;
    font-weight: 500;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .header-logo img.site-logo {
        width: 180px !important;
    }

    .aa-header-menu {
        gap: 14px;
        flex-wrap: wrap;
    }

    .aa-header-menu a {
        font-size: 15px;
    }
}
