.rtb-hotel{border:1px solid #e5e7eb;padding:12px;border-radius:12px}
.rtb-title{font-weight:700;margin-bottom:8px}
.rtb-controls{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-bottom:12px}
.rtb-controls label{display:flex;flex-direction:column;font-size:14px;gap:6px}
.rtb-search{padding:8px 12px;border-radius:8px;border:1px solid #d1d5db;background:#f9fafb;cursor:pointer}
.rtb-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
.rtb-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;padding:10px}
.rtb-card .rtb-image{width:100%;height:auto;border-radius:6px;display:block;margin-bottom:8px}
.rtb-name{font-weight:600;margin-bottom:4px}
.rtb-plan{font-size:14px;margin-bottom:4px}
.rtb-charge{font-size:14px;margin-bottom:8px}
.rtb-link{display:inline-block;padding:6px 10px;border:1px solid #374151;border-radius:6px;text-decoration:none}
.rtb-loading,.rtb-empty,.rtb-error,.rtb-minprice{padding:10px;color:#374151}
.rtb-minprice{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}
/* Editor helpers */
.rtb-editor-block{border:1px dashed #d1d5db;padding:12px;border-radius:10px;background:#fafafa}
.rtb-inline-fields .rtb-label{font-weight:600;margin:0 0 6px}
.rtb-inline-fields .rtb-help{font-size:12px;color:#6b7280;margin-top:6px}
