/* OLA Rentals v0.2.0 - RTL friendly + icons */
.ola-rentals-wrapper { max-width: 1100px; margin: 0 auto; font-family: inherit; }
.ola-cat-filter { display:flex; gap:10px; flex-wrap:wrap; margin: 6px 0 16px; }
.ola-cat-filter button { display:flex; align-items:center; gap:8px; border:1px solid #e5e7eb; background:#fff; padding:6px 10px; border-radius:999px; cursor:pointer; }
.ola-cat-filter button.is-active { background:#eef2ff; border-color:#c7d2fe; }
.ola-cat-filter img { width:18px; height:18px; }
.ola-filter { display:flex; gap:12px; align-items:end; margin: 10px 0 20px; flex-wrap: wrap; }
.ola-tip { color:#64748b; font-size:0.9rem; }
.ola-items { display:grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap:16px; }
.ola-card { border:1px solid #e2e8f0; border-radius:12px; overflow:hidden; background:#fff; display:flex; flex-direction:column; }
.ola-card .ola-thumb { width:100%; height:200px; object-fit:cover; }
.ola-body { padding:12px; display:flex; flex-direction:column; gap:8px; }
.ola-headline { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.ola-headline .ola-icon { width:22px; height:22px; opacity:0.85; }
.ola-meta { display:flex; gap:10px; flex-wrap:wrap; font-size:0.9rem; color:#334155; }
.ola-availability { display:flex; gap:8px; align-items:center; }
.ola-badge, .ola-badge-quick { display:inline-block; padding:4px 8px; border-radius:8px; background:#e5e7eb; font-size:0.85rem; }
.ola-badge-quick { background:#dcfce7; }
.ola-reserve-form { display:grid; grid-template-columns: 1fr 1fr; gap:8px 12px; margin-top:6px; }
.ola-reserve-form label { display:flex; flex-direction:column; font-size:0.9rem; }
.ola-reserve-form button { grid-column: 1 / -1; padding:10px 14px; cursor:pointer; }
.ola-form-note { grid-column: 1 / -1; font-size:0.85rem; color:#475569; }
@media(max-width:600px){
  .ola-reserve-form { grid-template-columns: 1fr; }
}
