.mobile-creation-action{display:none}
.create-landing-proof span{display:flex;align-items:flex-start;gap:6px}
.create-landing-proof i{font-style:normal}
.create-landing-proof b{font:inherit}

@media (max-width:700px){
  .route-create{padding-bottom:76px}
  .mobile-creation-action{position:fixed;z-index:70;left:14px;right:14px;bottom:12px;display:flex;align-items:center;justify-content:center;min-height:54px;padding:0 18px;border:1px solid #1737c3;border-radius:14px;background:#1737c3;color:#fff;font-size:.85rem;font-weight:850;line-height:1.2;box-shadow:0 14px 36px rgba(10,28,102,.35)}
  .mobile-creation-action[hidden]{display:none}
}
