.tymzh-limohub-booking{max-width:980px;margin:0 auto;padding:16px;border:1px solid #eee;background:#fff;}
.tymzh-limohub-title{text-align:center;margin:0 0 16px;}
.tymzh-limohub-warning{border:1px solid #f0c36d;background:#fff8e5;padding:10px;margin-bottom:12px;}
.tymzh-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;align-items:start;}
.tymzh-map{width:100%;height:360px;border:1px solid #eee;background:#f3f3f3;}
.tymzh-map-help{font-size:12px;color:#666;margin-top:8px;}
.tymzh-distance{margin-top:8px;font-weight:600;}
.tymzh-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px;}
.tymzh-grid label{display:flex;flex-direction:column;gap:6px;}
.tymzh-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px;}
.tymzh-vehicles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.tymzh-vehicle{border:1px solid #eee;padding:12px;display:flex;gap:12px;align-items:center;}
.tymzh-vehicle img{width:120px;height:80px;object-fit:cover;background:#f3f3f3;}
.tymzh-vehicle .meta{flex:1;}
.tymzh-vehicle .price{font-weight:700;}
.tymzh-result{margin-top:12px;}
@media (max-width: 920px){.tymzh-layout{grid-template-columns:1fr;}.tymzh-map{height:320px;}}
@media (max-width: 720px){.tymzh-grid{grid-template-columns:1fr;}.tymzh-vehicles{grid-template-columns:1fr;}}
