.block-alert-message-section{position:relative;padding:28px 0;overflow:hidden;background:linear-gradient(180deg,#1a0f1c 0%,#241426 100%);/* ------------------------------ * RESPONSIVE * ------------------------------ */}.block-alert-message-section::before,.block-alert-message-section::after{/* top & bottom red lines */ content:"";position:absolute;left:0;width:100%;height:1px;background:rgba(255,70,70,0.55);}.block-alert-message-section::before{top:0;}.block-alert-message-section::after{bottom:0;}.block-alert-message-section .inner-container{display:flex;align-items:flex-start;gap:16px;margin:0 auto;text-align:left;}.block-alert-message-section .inner-container img{width:22px;height:22px;flex-shrink:0;margin-top:2px;}.block-alert-message-section .inner-container > div{display:flex;flex-direction:column;gap:6px;/* Title */ /* Description */}.block-alert-message-section .inner-container > div strong,.block-alert-message-section .inner-container > div b,.block-alert-message-section .inner-container > div h4,.block-alert-message-section .inner-container > div h3{font-size:15px;font-weight:600;color:#ff4d4d;}.block-alert-message-section .inner-container > div p{margin:0;font-size:14px;line-height:1.6;color:rgba(255,255,255,0.65);}@media (max-width:768px){.block-alert-message-section{padding:24px 0;}.block-alert-message-section .inner-container{align-items:flex-start;gap:12px;}.block-alert-message-section .inner-container img{width:20px;height:20px;}.block-alert-message-section .inner-container > div strong,.block-alert-message-section .inner-container > div b,.block-alert-message-section .inner-container > div h4,.block-alert-message-section .inner-container > div h3{font-size:14px;}.block-alert-message-section .inner-container > div p{font-size:13px;}}