.compare-widget{z-index:40;background:#fff;border:1px solid #e2e2e2;border-radius:12px;min-width:280px;max-width:320px;padding:16px;font-family:Manrope,sans-serif;animation:.3s ease-out slideInUp;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #00000014}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.compare-widget-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.compare-widget-header-left{align-items:center;gap:8px;display:flex}.compare-widget-close{cursor:pointer;color:#76777b;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.compare-widget-close:hover{color:#0f0f0f;background:#f9f9f9}.compare-widget-count{color:#fff;background:#0f0f0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.compare-widget-text{color:#0f0f0f;letter-spacing:-.01em;font-size:13px;font-weight:600}.compare-widget-trips{flex-direction:column;gap:8px;max-height:200px;margin-bottom:12px;display:flex;overflow-y:auto}.compare-widget-trip{background:#f9f9f9;border:1px solid #f0f0f0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.compare-widget-trip-title{color:#46474a;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.compare-widget-remove{cursor:pointer;color:#76777b;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.compare-widget-remove:hover{color:#0f0f0f;background:#f0f0f0}.compare-widget-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#0f0f0f;border:none;border-radius:6px;width:100%;padding:11px 16px;font-size:13px;font-weight:600;transition:all .2s}.compare-widget-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.compare-widget-btn:active{transform:translateY(0)}@media (max-width:768px){.compare-widget{min-width:240px;max-width:280px;bottom:16px;right:16px}}
