/* ============================================================
   WPSL Layout Editor – Standaard frontend kaartstijlen
   Overschrijf naar wens via Maatwerk → Extra CSS
   ============================================================ */

/* Standaard kaart-wrapper (als je de .wpsl-le-card klasse gebruikt) */
.wpsl-le-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 14px 16px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 1px 3px rgba(0,0,0,.07);
}
.wpsl-le-card .wpsl-store-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}
.wpsl-le-card .wpsl-store-name:hover { text-decoration: underline; }

.wpsl-le-card a { color: #2563eb; }
.wpsl-le-card a:hover { text-decoration: underline; }

.wpsl-le-card .wpsl-distance {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}
