.banner{position:fixed;bottom:1rem;left:1rem;z-index:9999;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.15);min-height:9.375rem;max-height:80%;width:100%;overflow:auto;max-width:28.125rem}.banner__inner{position:relative;padding:2rem 2.5rem}.banner__close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:1.25rem;cursor:pointer}.banner__title{font-size:1.125rem;line-height:1.75rem;margin-bottom:.5rem}.banner__text{font-size:.813rem;line-height:150%;color:#000;margin-bottom:1.5rem}.banner__actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width:992px){.banner__inner{padding:2rem 1rem 1rem}.banner__text{margin-bottom:1rem}}@media (max-width:575px){.banner{width:100%;max-width:100%;right:0;left:0;bottom:0}}