.moto-map-wrap{display:block}
.moto-full-bleed{
  width:100vw;
  max-width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
}
.moto-map-canvas{position:relative;min-height:300px;margin-bottom:14px}
.leaflet-container{height:100%;width:100%;position:relative;}

.moto-container{
  max-width:1320px;
  padding-left:10px;
  padding-right:10px;
  margin:0 auto;
}

.moto-map-controls{display:flex;flex-direction:column;gap:8px;margin:18px 0 8px}
.moto-map-search{padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;max-width:420px}
.moto-map-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}
.moto-map-filters label{display:flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.moto-map-filters .moto-filter-reset{margin-left:auto;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}
.moto-toolbar{display:flex;align-items:center;gap:8px;margin-top:4px}

.leaflet-popup-content-wrapper{border-radius:8px;background:#ffffff;border:none;box-shadow:0 10px 24px rgba(0,0,0,0.15)}
.leaflet-popup-tip{background:#ffffff;border:none}
.leaflet-popup-content{color:#111827}
.leaflet-popup-content .moto-popup-title{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.leaflet-popup-content .moto-popup-title img{max-height:36px;max-width:36px;border-radius:6px;display:block}
.leaflet-popup-content .moto-popup-row{margin:4px 0}
.leaflet-popup-content .moto-label{font-weight:600;margin-right:4px}
.leaflet-popup-content .moto-hours{white-space:pre-line}

.moto-map-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px}
@media (max-width: 1100px){ .moto-map-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width: 640px){ .moto-map-grid{grid-template-columns:1fr} }

.moto-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease}
.moto-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.08)}
.moto-card-img{width:100%;height:170px;object-fit:cover;background:#f3f4f6}
.moto-card-body{padding:10px;display:flex;flex-direction:column;gap:6px}
.moto-card-title{font-weight:700;line-height:1.2}
.moto-card-excerpt{color:#111827;font-size:14px;line-height:1.35;max-height:3.6em;overflow:hidden}
.moto-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}
.moto-chip{font-size:12px;padding:4px 8px;border:1px solid #EF6B2A;border-radius:999px;background:#fff;color:#111827}
.moto-city{font-size:12px;color:#374151}
.moto-sep{height:2px;background:#EF6B2A;margin-top:8px;margin-bottom:4px}
.moto-card-actions{display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;gap:10px;margin-top:4px}
.moto-link{color:#111827;text-decoration:none}
.moto-link:hover{color:#EF6B2A;text-decoration:underline}

.moto-grid-actions{display:flex;justify-content:center;margin-top:10px}
.moto-load-more{padding:8px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}
.moto-load-more:hover{border-color:#EF6B2A;color:#EF6B2A}

.moto-map-debug{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px;margin-top:8px;font-size:12px;color:#111827}
