#zl-tours { max-width: 880px; margin: 24px auto; font-family: 'Inter', system-ui, sans-serif; }
#zl-tours * { box-sizing: border-box; }

/* Activity tiles */
.zlt-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.zlt-tile { flex: 1 1 180px; max-width: 210px; border: 1px solid #e3e3e3; border-radius: 14px; padding: 16px 14px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.05); }
.zlt-logo { width: 96px; height: 96px; object-fit: contain; }
.zlt-emoji { font-size: 56px; height: 96px; line-height: 96px; }
.zlt-tile-name { font-weight: 700; font-size: 1.05rem; }
.zlt-tile-cap { font-size: .8rem; color: #666; line-height: 1.3; }
.zlt-tile-price { font-size: .9rem; color: #0a7d6b; font-weight: 600; }
.zlt-tile .zlt-btn { margin-top: 6px; width: 100%; }

/* Buttons */
.zlt-btn { background: #0a7d6b; color: #fff; border: 0; border-radius: 8px; padding: 9px 14px; font-size: .95rem; cursor: pointer; text-decoration: none; display: inline-block; text-align: center; }
.zlt-btn:disabled { opacity: .5; cursor: default; }
.zlt-btn--ghost { background: #fff; color: #0a7d6b; border: 1px solid #0a7d6b; }

/* Booking form */
.zlt-card { border: 1px solid #e3e3e3; border-radius: 12px; padding: 16px; margin-top: 12px; max-width: 480px; margin-left: auto; margin-right: auto; }
.zlt-card h3 { margin: 0 0 10px; font-size: 1.1rem; }
.zlt-field { display: block; margin: 10px 0; }
.zlt-field label { display: block; font-size: .85rem; margin-bottom: 4px; color: #333; }
.zlt-field input, .zlt-field select { width: 100%; padding: 9px; border: 1px solid #ccc; border-radius: 8px; font-size: 1rem; }
.zlt-note { font-size: .85rem; color: #666; text-align: center; }
.zlt-err { color: #b00020; font-size: .9rem; margin: 8px 0; }
.zlt-wa { display: inline-block; margin-top: 6px; color: #0a7d6b; text-decoration: none; font-weight: 600; }

/* Navigation: location headings + provider cards/header */
.zlt-loc { font-size: 1.1rem; margin: 18px 0 10px; text-align: center; color: #333; }
.zlt-provider-card { transition: box-shadow .15s, transform .15s; }
.zlt-provider-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.12); transform: translateY(-2px); }
.zlt-logo--lg { width: 140px; height: 140px; }
.zlt-provider-head { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; border: 2px solid #0a7d6b; border-radius: 16px; padding: 18px; margin: 8px auto 16px; max-width: 460px; }
.zlt-provider-title { font-weight: 800; font-size: 1.25rem; }

/* v1.1.0: start-location selector above the grid */
.zlt-locbar { margin: 10px 0 18px; }
.zlt-locbar label { font-weight: 600; font-size: .95rem; }
.zlt-locbar select { padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 8px; font-size: .95rem; margin-left: 6px; }
