.mobile-smart-app-banner{align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1);box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;left:0;padding:10px 15px;position:fixed;right:0;width:100%;z-index:999999}.mobile-smart-app-banner.position-top{animation:mobile-smart-app-banner-slide-in-top .5s ease;top:0}.mobile-smart-app-banner.position-bottom{animation:mobile-smart-app-banner-slide-in-bottom .5s ease;bottom:0}@keyframes mobile-smart-app-banner-slide-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes mobile-smart-app-banner-slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-smart-app-banner.hidden{display:none}.mobile-app-icon{background:#ddd;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);flex-shrink:0;height:48px;margin-right:12px;overflow:hidden;width:48px}.mobile-app-icon img{display:block;height:auto;width:100%}.placeholder-icon{background:#eee;position:relative}.placeholder-icon:after{color:#999;content:"App";font-size:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.mobile-app-info{flex:1;min-width:0}.mobile-app-name{font-weight:700;margin-bottom:3px}.mobile-app-name,.mobile-app-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-app-subtitle{opacity:.8}.mobile-app-button{flex-shrink:0;margin-left:15px}.mobile-app-download{border-radius:4px;display:inline-block;font-weight:700;padding:8px 16px;text-align:center;text-decoration:none;white-space:nowrap}.mobile-app-close{cursor:pointer;flex-shrink:0;font-size:24px;line-height:1;margin-left:12px}body.admin-bar .mobile-smart-app-banner.position-top{top:46px}@media screen and (min-width:783px){body.admin-bar .mobile-smart-app-banner.position-top{top:32px}}body.has-mobile-smart-app-banner{transition:padding .3s ease}@media screen and (max-width:480px){.mobile-app-subtitle{max-width:150px}}@media screen and (max-width:360px){.mobile-app-icon{height:40px;width:40px}.mobile-app-download{font-size:12px;padding:6px 10px}}