.aun-dealers-wrap { font-family: inherit; background: #f6f8fb; padding: 40px 16px; }
.aun-dealers-wrap * { box-sizing: border-box; }

.aun-dealers-hero { text-align: center; margin: 0 auto 18px; max-width: 900px; }
.aun-dealers-hero p { margin: 0; color: #667085; }

.aun-dealers-search { text-align: center; margin: 18px 0; }
.aun-dealers-search input {
    max-width: 520px; width: 100%; padding: 14px 16px;
    border-radius: 12px; border: 1px solid #d0d5dd; background: #fff;
}

.aun-dealers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin: 10px auto 0;
    max-width: 1100px;
}

.aun-dealer-card {
    background: #fff; padding: 18px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
    border: 1px solid #eef2f7;
}

/* Title uses a dark colour to anchor the card hierarchy */
.aun-dealer-title    { font-weight: 800; font-size: 18px; margin-bottom: 4px; color: #0f172a; }
.aun-dealer-district { color: #2563eb; font-size: 13px; margin-bottom: 10px; font-weight: 700; }
.aun-dealer-address  { font-size: 14px; color: #555; margin-bottom: 12px; line-height: 1.45; white-space: pre-line; }
.aun-dealer-note     { font-size: 12px; color: #475569; margin: -6px 0 12px; font-weight: 700; }

/* Action buttons — single consolidated rule block */
.aun-dealer-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.aun-dealer-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1;
    transition: background .18s ease, transform .12s ease;
}

.aun-dealer-actions a i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 16px;
    height: 16px;
}

.aun-dealer-actions a:active { transform: translateY(1px); }

.aun-btn-call { background: #2563eb; }
.aun-btn-call:hover { background: #1d4ed8; color: #fff !important; }

.aun-btn-map  { background: #1f2937; }
.aun-btn-map:hover  { background: #000; color: #fff !important; }

.aun-btn-wa   { background: #25D366; }
.aun-btn-wa:hover   { background: #1ebe5d; color: #fff !important; }

.aun-dealers-notice { text-align: center; margin-top: 26px; color: #475467; font-size: 13px; }

.aun-dealers-empty {
    max-width: 1100px; margin: 14px auto 0;
    color: #64748b; text-align: center; font-weight: 700;
}
