.ttm-route-selector,
.ttm-route-selector *{box-sizing:border-box}
.ttm-route-selector{
    width:100%;
    margin:28px auto;
    font-family:inherit;
    position:relative;
    z-index:1;
}
.ttm-route-inner{
    width:100%;
    text-align:center;
    max-width:1180px;
    margin:0 auto;
    padding:34px;
    border-radius:24px;
    background:linear-gradient(135deg,#ffffff 0%,#f5fbff 100%);
    border:1px solid rgba(20,115,170,.14);
    box-shadow:0 14px 45px rgba(12,58,88,.12);
}
.ttm-route-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:26px;
    text-align:center;
}
.ttm-route-icon{
    width:62px;height:62px;
    flex:0 0 62px;
    display:flex;align-items:center;justify-content:center;
    border-radius:18px;
    background:linear-gradient(135deg,#0b83d5,#12b6a6);
    font-size:31px;
    box-shadow:0 8px 22px rgba(11,131,213,.22);
}
.ttm-route-eyebrow{
    font-size:12px;
    font-weight:800;
    letter-spacing:1.3px;
    color:#1687a9;
    margin-bottom:5px;
}
.ttm-route-heading h2{
    margin:0!important;
    padding:0!important;
    font-size:clamp(22px,3vw,32px);
    line-height:1.2;
    color:#12344a;
    font-weight:800;
}
.ttm-route-heading p{
    margin:7px 0 0!important;
    color:#668091;
    font-size:15px;
}
.ttm-route-fields{
    display:grid;
    text-align:left;
    grid-template-columns:minmax(0,1fr) 55px minmax(0,1fr);
    gap:16px;
    align-items:end;
}
.ttm-route-field{
    min-width:0;
}
.ttm-route-field label{
    display:block;
    text-align:left;
    margin:0 0 9px;
    color:#193d52;
    font-size:15px;
    font-weight:800;
}
.ttm-route-field label span{margin-right:6px}
.ttm-route-select{
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    padding:0 44px 0 18px!important;
    border:2px solid #dbe9f0!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#18384b!important;
    font-size:16px!important;
    font-weight:650!important;
    outline:none!important;
    box-shadow:0 4px 13px rgba(19,70,92,.05)!important;
}
.ttm-route-select:focus{
    border-color:#168bd0!important;
    box-shadow:0 0 0 4px rgba(22,139,208,.11)!important;
}
.ttm-route-arrow{
    width:55px;height:55px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:2px;
    border-radius:50%;
    background:#eaf7fb;
    color:#098aa1;
    font-size:25px;
    font-weight:900;
}
.ttm-route-button{
    width:100%;
    min-height:58px;
    margin-top:20px;
    border:0!important;
    border-radius:14px!important;
    background:linear-gradient(90deg,#087fd0,#08a995)!important;
    color:#fff!important;
    font-size:16px!important;
    font-weight:850!important;
    letter-spacing:.2px;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(8,127,208,.2);
    transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.ttm-route-button:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 27px rgba(8,127,208,.26);
    filter:saturate(1.08);
}
.ttm-route-button:active{transform:translateY(0)}
.ttm-route-message{
    display:none;
    text-align:center;
    margin-top:13px;
    padding:11px 14px;
    border-radius:11px;
    background:#fff7e8;
    color:#8a5a00;
    font-size:14px;
    font-weight:650;
    text-align:center;
}
.ttm-route-message.is-visible{display:block}
@media (max-width:760px){
    .ttm-route-inner{padding:22px 16px;border-radius:18px}
    .ttm-route-heading{align-items:flex-start;gap:12px}
    .ttm-route-icon{width:50px;height:50px;flex-basis:50px;border-radius:15px;font-size:24px}
    .ttm-route-heading h2{font-size:23px}
    .ttm-route-fields{grid-template-columns:1fr;gap:14px}
    .ttm-route-arrow{display:flex;width:100%;height:32px;margin:0;border-radius:10px;font-size:22px;transform:rotate(90deg)}
    .ttm-route-select{height:56px!important;min-height:56px!important}
}
