/* Vipology Smart App Banner renderer styles. Version: 4 */
.smartbanner{position:fixed;top:0;left:0;right:0;z-index:99999;background:var(--vip-sab-banner-bg,#f8f8f8);border-bottom:1px solid #ddd;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:76px;display:flex;align-items:center;padding:10px 12px;box-sizing:border-box}.smartbanner__exit{appearance:none;-webkit-appearance:none;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--vip-sab-text-color,#555);line-height:1;width:30px;height:30px;margin:0 8px 0 0;padding:0!important;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none;opacity:.65}.smartbanner__exit:hover,.smartbanner__exit:active{opacity:.95}.smartbanner__exit-icon{width:13px;height:13px;display:block;fill:currentColor;pointer-events:none}.smartbanner__icon{width:56px;height:56px;border-radius:12px;background-size:cover;background-position:center;background-color:#e5e5e5;margin-right:10px;flex:none}.smartbanner__info{flex:1;min-width:0}.smartbanner__info__title{font-weight:700;font-size:14px;color:var(--vip-sab-title-color,#111);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smartbanner__info__author,.smartbanner__info__price{font-size:12px;color:var(--vip-sab-text-color,#555);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smartbanner__button{font-weight:700;text-decoration:none;border:1px solid var(--vip-sab-button-border,#007aff);border-radius:5px;padding:6px 10px;color:var(--vip-sab-button-text,#007aff);background:var(--vip-sab-button-bg,#fff);font-size:13px;white-space:nowrap}.smartbanner--hidden{display:none!important}
body.vipology-smartbanner-offset-active{transition:padding-top .18s ease;}
