/* PadelRadar Locations — frontend */
.prl-single { max-width: 860px; margin: 0 auto; padding: 0 16px 40px; }

.prl-hero { margin-bottom: 24px; border-radius: 10px; overflow: hidden; max-height: 380px; }
.prl-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }

.prl-breadcrumb { font-size: 13px; color: #777; margin-bottom: 12px; }
.prl-breadcrumb a { color: #777; text-decoration: none; }
.prl-breadcrumb a:hover { color: #f59e0b; }

.prl-title { font-size: 28px; font-weight: 700; margin: 0 0 6px; }
.prl-adres { color: #555; font-size: 15px; margin: 0 0 12px; }

.prl-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.prl-sterren { color: #f59e0b; font-size: 20px; letter-spacing: 1px; }
.prl-rating-val { font-weight: 700; font-size: 16px; }
.prl-rating-count { color: #777; font-size: 13px; }

.prl-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.prl-badge { background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 20px; padding: 4px 12px; font-size: 13px; color: #374151; }

.prl-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.prl-btn { display: inline-block; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .2s; }
.prl-btn:hover { opacity: .85; }
.prl-btn-primary { background: #f59e0b; color: #fff; }
.prl-btn-secondary { background: #f3f4f6; color: #374151; border: 1px solid #e5e7eb; }

.prl-uren { margin-bottom: 24px; }
.prl-uren h3 { font-size: 16px; font-weight: 700; margin: 0 0 10px; }
.prl-uren ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.prl-uren li { font-size: 14px; color: #374151; padding: 6px 12px; background: #f9fafb; border-radius: 6px; }

.prl-map { margin-bottom: 24px; }
.prl-map h3 { font-size: 16px; font-weight: 700; margin: 0 0 10px; }

.prl-beschrijving { font-size: 15px; line-height: 1.7; color: #374151; }

.prl-samenvatting { background: #f9fafb; border-left: 3px solid #f59e0b; padding: 12px 16px; border-radius: 0 8px 8px 0; margin-bottom: 24px; font-size: 15px; color: #374151; line-height: 1.6; }

.prl-reviews { margin-bottom: 24px; }
.prl-reviews h3 { font-size: 16px; font-weight: 700; margin: 0 0 14px; }
.prl-reviews-count { color: #9ca3af; font-weight: 400; font-size: 14px; }
.prl-reviews-grid { display: grid; gap: 12px; }
.prl-review-card { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 14px; }
.prl-review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.prl-review-avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.prl-review-avatar--empty { background: #f59e0b; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.prl-review-auteur { font-weight: 600; font-size: 14px; }
.prl-review-meta { display: flex; align-items: center; gap: 8px; }
.prl-review-sterren { color: #f59e0b; font-size: 13px; }
.prl-review-datum { font-size: 12px; color: #9ca3af; }
.prl-review-tekst { font-size: 14px; color: #374151; line-height: 1.6; margin: 0; }

/* Archive */
.prl-archive { max-width: 1100px; margin: 0 auto; padding: 0 16px 40px; }
.prl-archive-title { font-size: 28px; font-weight: 700; margin: 0 0 20px; }

.prl-filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.prl-filter-chip { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 6px 14px; font-size: 13px; color: #374151; text-decoration: none; transition: border-color .2s, color .2s; }
.prl-filter-chip:hover { border-color: #f59e0b; color: #f59e0b; }
.prl-filter-chip span { color: #9ca3af; }

.prl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-bottom: 32px; }

.prl-card { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; transition: box-shadow .2s; }
.prl-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.10); }

.prl-card-img { height: 160px; overflow: hidden; background: #f3f4f6; }
.prl-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prl-card-img--empty { display: flex; align-items: center; justify-content: center; font-size: 36px; }

.prl-card-body { padding: 14px; }
.prl-card-body h3 { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.prl-card-stad { font-size: 13px; color: #777; margin: 0 0 8px; }
.prl-card-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.prl-card-rating { color: #f59e0b; font-weight: 700; }
.prl-card-reviews { color: #9ca3af; }
.prl-card-banen { color: #6b7280; margin-left: auto; }
