.whc-inline-router-card{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height 420ms ease,opacity 220ms ease,transform 220ms ease}.whc-inline-router-card.is-open{opacity:1;transform:translateY(0)}.whc-router-select{width:100%;border:1px solid #e5e5e4;border-radius:25px;padding:12px 14px;font-size:14px;color:#001e42;background:#fff}.whc-router-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-radius:25px;font-size:13px;font-weight:700;text-decoration:none;transition:opacity 200ms ease,box-shadow 200ms ease;border:1px solid transparent}.whc-router-btn:hover{opacity:.95;box-shadow:0 8px 24px rgba(0,0,0,.06)}.whc-router-btn-primary{background:#001e42;color:#fff;border-color:#001e42}.whc-router-btn-ghost{background:#fff;color:#001e42;border-color:#e5e5e4}