﻿.tb-route{--tb-route-fade: var(--tb-background-color);--tb-route-card: var(--tb-block-background-color)}.tb-route.background-dark{--tb-route-fade: var(--tb-background-color-inverted);--tb-route-card: var(--tb-block-background-color-inverted)}.tb-route__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;text-align:left;margin-bottom:28px}.tb-route__head-text{max-width:640px}.tb-route__nav{display:flex;align-items:center;gap:8px;flex:0 0 auto}.tb-route__nav-button{width:42px;height:42px;border-radius:var(--tb-button-border-radius);border:1.5px solid var(--tb-button-color);background:rgba(0,0,0,0);color:var(--tb-button-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease-out}.tb-route__nav-button:hover{background:var(--tb-block-background-color)}.tb-route__nav-button--next{gap:9px;width:auto;min-height:42px;padding:0 20px;font-family:inherit;font-weight:700;font-size:var(--tb-tiny-body-font-font-size);white-space:nowrap}.tb-route__layout{position:relative}.tb-route__panels{position:absolute;z-index:2;top:24px;left:24px;bottom:122px;width:392px}.tb-route__panel{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:var(--tb-button-border-radius);box-shadow:0 8px 22px rgba(0,0,0,.07);text-align:left}.tb-route__panel[hidden]{display:none}.tb-route__panel-image{position:relative;flex:0 0 260px;height:260px;min-height:0;overflow:hidden;background:var(--tb-background-color)}.tb-route__panel-image img{width:100%;height:100%;object-fit:cover}.tb-route__pills{display:flex;flex-wrap:wrap;gap:8px}.tb-route__panel-image .tb-route__pills,.tb-route__popup-image .tb-route__pills{position:absolute;left:20px;bottom:18px}.tb-route__panel-body>.tb-route__pills,.tb-route__popup-body>.tb-route__pills{margin-bottom:16px}.tb-route__pill{background:var(--tb-background-color);color:var(--tb-text-color);font-size:var(--tb-tiny-body-font-font-size);font-weight:700;padding:5px 11px;border:1px solid color-mix(in srgb, currentColor 12%, transparent);border-radius:999px}.tb-route__panel-body{flex:1 1 auto;min-height:0;overflow:hidden;padding:24px 26px 8px;-webkit-mask-image:linear-gradient(to bottom, #000 calc(100% - 30px), transparent 100%);mask-image:linear-gradient(to bottom, #000 calc(100% - 30px), transparent 100%)}.tb-route__location{margin:0 0 10px}.tb-route__short{margin:0 0 16px;text-wrap:pretty}.tb-route__accommodation{display:flex;align-items:center;gap:12px;padding:12px 14px;margin-top:18px;border-radius:var(--tb-button-border-radius);background:color-mix(in srgb, currentColor 8%, transparent)}.tb-route__accommodation .icon{color:var(--tb-primary-color);font-size:1.25rem}.tb-route__accommodation p{margin:0}.tb-route__accommodation-label{font-size:var(--tb-tiny-body-font-font-size);font-weight:700;letter-spacing:.09em;text-transform:uppercase;opacity:.6}.tb-route__accommodation-name{font-weight:700}.tb-route__accommodation-sub{opacity:.75}.tb-route__panel-foot{flex:0 0 auto;padding:16px 26px 22px}.tb-route__panel-foot .tb-button{width:100%;margin:0;justify-content:center}.tb-route__map-part{position:relative;z-index:1;height:700px;border-radius:var(--tb-button-border-radius);overflow:hidden;box-shadow:0 10px 24px rgba(38,26,18,.14);background:var(--tb-block-background-color)}.tb-route__map{position:absolute;inset:0}.tb-route__strip{position:absolute;left:0;right:0;bottom:0;display:flex;gap:10px;overflow-x:auto;padding:44px 16px 26px;scroll-snap-type:x proximity;scrollbar-width:none;background:linear-gradient(to top, color-mix(in srgb, var(--tb-route-fade) 92%, transparent) 0%, color-mix(in srgb, var(--tb-route-fade) 60%, transparent) 55%, transparent 100%)}.tb-route__strip::-webkit-scrollbar{display:none}.tb-route__pill-button{scroll-snap-align:center;flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:8px 15px 8px 8px;border-radius:999px;border:1.5px solid rgba(0,0,0,0);background:var(--tb-block-background-color);color:var(--tb-block-text-color);cursor:pointer;box-shadow:0 5px 10px rgba(0,0,0,.05);text-align:left}.tb-route__pill-button.is-active{border-color:var(--tb-button-color)}.tb-route__pill-text{line-height:1.15;white-space:nowrap;max-width:18ch}.tb-route__pill-location{display:block;overflow:hidden;text-overflow:ellipsis;font-family:var(--tb-header-font-family);font-weight:700}.tb-route__pill-day{display:block;overflow:hidden;text-overflow:ellipsis;font-size:var(--tb-tiny-body-font-font-size);font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:.6}.tb-route__badge{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--tb-header-font-family);font-weight:700;font-size:.72rem;border:1.5px solid var(--tb-block-background-color);background:var(--tb-text-color);color:var(--tb-text-color-inverted)}.tb-route__badge--optional{background:var(--tb-block-background-color);color:var(--tb-button-color);border-style:dashed;border-color:var(--tb-button-color)}ul.tb-route__highlights{display:flex;list-style:none;margin:0;padding:0;flex-direction:column;gap:8px;text-align:left}ul.tb-route__highlights li{display:flex;gap:9px;align-items:flex-start}ul.tb-route__highlights li::before{content:"●";color:var(--tb-primary-color);flex:0 0 auto}.tb-route__marker{cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-family:var(--tb-header-font-family);font-weight:700;font-size:.72rem;line-height:1;background:var(--tb-text-color);color:var(--tb-text-color-inverted);border:2.5px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.32);transition:width .18s ease-out,height .18s ease-out,box-shadow .18s ease-out}.tb-route__marker--optional{background:#fff;color:var(--tb-button-color);border:2px dashed var(--tb-button-color)}.tb-route__marker.is-active{z-index:2;width:36px;height:36px;font-size:.82rem;background:var(--tb-button-color);color:var(--tb-button-text-color);border:3px solid #fff;box-shadow:0 0 0 7px color-mix(in srgb, var(--tb-button-color) 20%, transparent),0 2px 6px rgba(0,0,0,.32)}.tb-popup--route .tb-route__popup{max-width:620px;margin:0 auto}.tb-popup--route .tb-route__popup-image{position:relative;width:100%;aspect-ratio:16/9;max-height:260px}.tb-popup--route .tb-route__popup-image img{width:100%;height:100%;object-fit:cover}.tb-popup--route .tb-route__popup-body{padding:30px 36px 36px;text-align:left}.tb-popup--route .tb-route__popup-highlights-title{margin:24px 0 12px}.tb-popup--route .tb-buttons-part{margin-top:26px}@container tb-block (min-width: 700.02px){:root .tb-route__wide{max-width:min(100cqw - 2*var(--tb-block-padding),var(--tb-content-width) + 320px)}}@container tb-block (max-width: 700px){:root .tb-route__head{flex-direction:column;align-items:flex-start;gap:20px}:root .tb-route__nav{display:none}:root .tb-route__layout{display:flex;flex-direction:column;height:95vh;height:clamp(460px,95svh,860px);border-radius:var(--tb-button-border-radius);overflow:hidden;box-shadow:0 8px 20px rgba(38,26,18,.13)}:root .tb-route__layout::after{content:"";position:absolute;z-index:3;left:38px;top:62%;width:16px;height:16px;margin-top:-7px;background-color:var(--tb-route-card);transform:rotate(45deg)}:root .tb-route__map-part{order:1;flex:0 0 62%;min-height:0;border-radius:0;box-shadow:none}:root .tb-route .mapboxgl-ctrl-group{display:none}:root .tb-route__panels{position:static;order:2;display:flex;flex-direction:column;flex:0 0 38%;min-height:0;inset:auto;width:auto}:root .tb-route__panel{position:static;border-radius:0;box-shadow:none;min-height:0}:root .tb-route__panel-image{display:block;position:absolute;z-index:3;top:14px;right:14px;flex:none;width:86px;height:auto;aspect-ratio:1/1;border-radius:var(--tb-button-border-radius);box-shadow:0 4px 12px rgba(38,26,18,.22)}:root .tb-route__panel-image .tb-route__pills{display:none}:root .tb-route__panel-body{padding:18px}:root .tb-route__accommodation{margin-top:14px}:root .tb-route__panel-body>.tb-route__pills{display:none}:root .tb-route__short{margin:8px 0 12px}:root .tb-route__location{margin:0}:root .tb-route__panel-foot{padding:14px 18px 18px}:root .tb-route__strip{padding:40px 16px 34px}:root .tb-route__pill-button{scroll-snap-align:start;gap:7px;padding:5px 12px 5px 5px}:root .tb-route__badge{width:24px;height:24px;font-size:.62rem}:root .tb-route__pill-text{max-width:15ch}:root .tb-route__pill-location{font-size:.8rem}:root .tb-route__pill-day{font-size:.58rem}:root ul.tb-route__highlights{gap:6px}}
