.alta-banner{z-index:100;box-sizing:border-box;background:linear-gradient(#fff4ec 0%,#ffe8d6 100%);border-bottom:1px solid #ffd3b0;height:40px;padding:10px 16px;position:fixed;top:0;left:0;right:0}body.has-alta-banner .topbar,body.has-alta-banner .sidebar{top:40px}body.has-alta-banner .app-layout__content{padding-top:calc(var(--topbar-height) + var(--space-6) + 40px)}@media (max-width:768px){body.has-alta-banner .app-layout__content{padding-top:calc(var(--topbar-height) + var(--space-4) + 40px)}}@media (max-width:480px){.alta-banner{height:80px}body.has-alta-banner .topbar,body.has-alta-banner .sidebar{top:80px}body.has-alta-banner .app-layout__content{padding-top:calc(var(--topbar-height) + var(--space-4) + 80px)}}.alta-banner__content{color:#7a3e00;justify-content:center;align-items:center;gap:12px;max-width:1200px;margin:0 auto;font-size:13px;display:flex}.alta-banner__icon{color:#d2691e;display:inline-flex}.alta-banner__text{font-weight:500}.alta-banner__cta{color:#fff;cursor:var(--cursor-pointer,pointer);white-space:nowrap;background:#d2691e;border:none;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;text-decoration:none}.alta-banner__cta:hover{background:#b85a16}@media (max-width:480px){.alta-banner__content{text-align:center;flex-direction:column;gap:6px}}