.table-map{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.table-map .table-node{align-content:start;min-width:0;max-width:100%;min-height:150px;padding:16px;overflow:hidden}
.table-reservation-list{display:grid;gap:7px;margin-top:9px;width:100%;min-width:0;overflow:hidden}
.table-reservation-list small{display:block;min-width:0;max-width:100%;padding:9px 10px;border:1px solid rgba(181,126,20,.2);border-radius:10px;background:#fff9e9;color:#6f571d;line-height:1.45;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
.table-reservation-list small b{display:inline;color:#9b6c08;font-size:13px}
.table-node.reserved{border-color:#e8c66e;background:linear-gradient(180deg,#fffdf6,#fffaf0)}
@media(max-width:760px){.table-map{grid-template-columns:1fr}.table-map .table-node{min-height:auto}.table-reservation-list small{font-size:11px}}
