.component-strip{position:relative;background-color:#fae8d9}
.component-strip.color-info{background-color:#f6f9fe}
.component-strip.color-warning{background-color:#fef4e5}
.component-strip.color-error{background-color:#ffe2e3}
.component-strip .inner{display:flex;flex-wrap:wrap;align-items:center;padding:24px 0}
@media(min-width:1024px){.component-strip .inner{padding:24px 0}
}
@media(min-width:1024px){.component-strip .inner{flex-wrap:nowrap;justify-content:center;width:100%;text-align:center}
}
.component-strip .text-block{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;color:#3b3b3b;width:auto}
@media(min-width:1024px){.component-strip .text-block{-webkit-line-clamp:1}
}
.component-strip .cta{white-space:nowrap;font-size:18px;line-height:24px;margin-top:2px}
@media(min-width:1024px){.component-strip .cta{padding-left:16px;margin-top:0}
}