.trip-destination-field { position: relative; }
.trip-suggestions { position: absolute; z-index: 5; left: 0; right: 0; top: calc(100% + 3px); background: #fff; border: 1px solid #d6dcd2; border-radius: 7px; overflow: hidden; box-shadow: 0 8px 18px #17331c26; }
.trip-suggestions button { display: flex; justify-content: space-between; align-items: center; width: 100%; border: 0; background: #fff; padding: 10px 11px; color: var(--ink); font: 600 12px Manrope; text-align: left; }
.trip-suggestions button:hover { background: #edf4e0; }
.trip-suggestions small { color: var(--muted); }
.trip-buy-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.trip-buy { border: 0; border-radius: 6px; padding: 8px 10px; background: var(--green); color: #fff; font: 700 11px Manrope; }
.trip-buy.secondary { background: #fff; color: var(--green); border: 1px solid var(--green); }
