.alert-module{align-items:center;background:var(--gradient-banner,linear-gradient(180deg,#522a7f 0,#b61442 100%));border:1px solid hsla(0,0%,100%,.1);border-radius:var(--r-lg,28px);box-sizing:border-box;display:flex;gap:24px;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:16px;max-width:1052px;overflow:hidden;padding:32px;position:relative;width:100%}.alert-module__content{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:12px}.alert-module__badge{background:#e3064c;border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.15);color:#fff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.05em;padding:6px 12px;text-transform:uppercase}.alert-module__text{color:#fdfdfd;font-size:14.5px;line-height:1.6;margin:0;text-align:left}.alert-module__icon-wrap{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;color:#fff;display:flex;flex:0 0 80px;height:80px;justify-content:center;width:80px}.alert-module__icon-wrap svg{height:40px;width:40px}@media (max-width:768px){.alert-module{align-items:flex-start;border-radius:20px;flex-direction:column;gap:20px;padding:24px;width:calc(100% - 32px)}.alert-module__icon-wrap{border-radius:16px;flex:0 0 64px;height:64px;width:64px}.alert-module__icon-wrap svg{height:32px;width:32px}}