@import url("catalog.css");
.legend{display:flex;justify-content:flex-end;gap:18px;margin:0 0 12px;font-size:10px;color:var(--muted)}
.legend span{display:flex;align-items:center;gap:5px}
.legend i{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;font-style:normal}
.legend .cruise{background:#0c6f83}.legend .flight{background:#e89952}.legend .hotel{background:#7565a8}.legend .car{background:#c65f5f}.legend .home{background:#83949a}
.event{display:flex;align-items:center;gap:5px}
.event i{font-style:normal;font-size:11px;flex:0 0 auto}
.event span{overflow:hidden;text-overflow:ellipsis}
@media(max-width:800px){.legend{justify-content:flex-start;gap:10px;overflow-x:auto}.legend span{font-size:0}.legend i{font-size:12px}.event i{font-size:10px}.event span{display:none}}
