/* =====================================================================
   ENGINE SPECS TABLES
===================================================================== */

.zes-wrapper {
    width: 100%;
}

.zes-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 15px;
    table-layout: fixed;
}

.zes-table td {
    border: 1px solid #d0d0d0;
    padding: 10px 12px;
}

.zes-table td:first-child {
    width: 65%;
    font-weight: bold;
}

.zes-table td:last-child {
    width: 35%;
    text-align: center;
}

.zes-table tr:nth-child(even) {
    background: #f7f7f7;
}

.zes-section-title {
    margin: 28px 0 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #d71920;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.zes-yes {
    color: #2ecc71;
    font-weight: bold;
    font-size: 16px;
}

.zes-no {
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    .zes-table td {
        display: block;
        width: 100% !important;
        text-align: left;
    }
    .zes-table tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    .zes-table td:first-child {
        background: #efefef;
        border-bottom: 1px solid #ccc;
    }
}

/* =====================================================================
   DEALERS LIST
===================================================================== */

.gp-dealers-list {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gp-dealers-list h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #d71920;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.gp-dealer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.gp-dealer-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gp-dealer-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

.gp-dealer-info div {
    color: #444;
    font-size: 15px;
    margin-top: 4px;
}

.gp-dealer-info a {
    color: #d71920;
    text-decoration: none;
}

.gp-dealer-right {
    margin-left: 32px;
    flex-shrink: 0;
}

.gp-btn {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.gp-btn:hover {
    background: #b5141a;
    color: #fff;
}

@media (max-width: 640px) {
    .gp-dealer-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }
    .gp-dealer-right {
        margin-left: 0;
        width: 100%;
    }
    .gp-btn {
        width: 100%;
        text-align: center;
    }
}

/* =====================================================================
   MISC
===================================================================== */

.custom-product-categories {
    font-size: 14px;
    color: #555;
    margin: 8px 0;
}

.custom-product-categories a {
    color: #d71920;
    text-decoration: none;
}

.zong-dealer-id {
    font-size: 13px;
    color: #888;
    padding: 4px 0;
}
