/* Schlaraffia-weltweit-Finder — vollständig gescopt auf .reychfinder-module.
   Bewusst KEINE globalen Selektoren (body/html/*), damit die Teneriffa-Optik
   unberührt bleibt. Farben: Blau #1a2e5a, Gold #e8b84b. */
.reychfinder-module { max-width: 880px; margin: 0 auto; }
.reychfinder-module .rf-panel { background:#fff; border:1px solid #d7deef; border-radius:14px; padding:1.25rem; box-shadow:0 1px 3px rgba(20,40,80,.05); }
.reychfinder-module .rf-controls { display:flex; flex-wrap:wrap; gap:.6rem; align-items:center; }
.reychfinder-module .rf-controls input,
.reychfinder-module .rf-row2 input,
.reychfinder-module .rf-row2 select { padding:.62rem .7rem; border:1px solid #c2cbe0; border-radius:8px; font-size:1rem; background:#fff; color:#1d2330; }
.reychfinder-module #rf-ort { flex:1; min-width:220px; }
.reychfinder-module .rf-btn { cursor:pointer; border:none; border-radius:8px; padding:.62rem 1.05rem; font-size:1rem; font-weight:600; line-height:1.2; }
.reychfinder-module .rf-btn-primary { background:#1a2e5a; color:#fff; }
.reychfinder-module .rf-btn-primary:hover { background:#24407e; }
.reychfinder-module .rf-btn-gold { background:#e8b84b; color:#2a2206; }
.reychfinder-module .rf-btn-gold:hover { background:#d2a233; }
.reychfinder-module .rf-row2 { display:flex; flex-wrap:wrap; gap:.75rem 1.1rem; align-items:center; margin-top:.7rem; color:#5a6172; font-size:.95rem; }
.reychfinder-module .rf-row2 label { display:flex; align-items:center; gap:.4rem; }
.reychfinder-module .rf-hint { color:#b07d10; font-size:.84rem; margin:.6rem 0 0; }
.reychfinder-module .rf-consent { background:#eef2fb; border:1px dashed #b9c4e2; border-radius:12px; padding:1.2rem; text-align:center; margin:1rem 0; color:#5a6172; }
.reychfinder-module .rf-consent p { margin:.2rem auto .9rem; max-width:60ch; }
.reychfinder-module #rf-map { height:min(58vh,440px); border-radius:12px; border:1px solid #d7deef; display:none; margin:1rem 0; }
.reychfinder-module .rf-status { color:#5a6172; font-size:.95rem; margin:1rem 0 .5rem; font-weight:600; }
.reychfinder-module .rf-list { list-style:none; padding:0; margin:0; display:grid; gap:.55rem; }
.reychfinder-module .rf-list li { background:#fff; border:1px solid #d7deef; border-radius:10px; padding:.7rem .95rem; display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; align-items:center; }
.reychfinder-module .rf-name { font-weight:700; color:#1a2e5a; }
.reychfinder-module .rf-meta { color:#5a6172; font-size:.9rem; }
.reychfinder-module .rf-actions { display:flex; gap:.5rem; align-items:center; }
.reychfinder-module .rf-link { background:#eef2fb; color:#1a2e5a; font-weight:600; text-decoration:none; display:inline-block; padding:.4rem .8rem; border-radius:8px; font-size:.9rem; }
.reychfinder-module .rf-link:hover { background:#dfe7fb; }
.reychfinder-module .rf-empty { background:#fff; border:1px dashed #d7deef; border-radius:10px; padding:1.1rem; color:#5a6172; }
@media (max-width:560px){
  .reychfinder-module .rf-list li { flex-direction:column; align-items:flex-start; }
}
