.custom-message-box{align-items:flex-start;border-radius:1.2rem;box-shadow:inset 0 1px 4px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.05);display:flex;font-size:1rem;gap:1rem;line-height:1.8;margin:2rem 0;padding:1.25rem 1.5rem;transition:all .3s ease}.custom-message-box__icon{flex-shrink:0;font-size:1.8rem;margin-top:.3rem;opacity:.9}.custom-message-box--note{background:linear-gradient(to bottom right,#eaf6ff,#f5fbff);border-left:5px solid #64b5f6}.custom-message-box--warning{background:linear-gradient(to bottom right,#fff1e6,#fff7f0);border-left:5px solid #ffa726}.custom-message-box--tip{background:linear-gradient(to bottom right,#eafaf1,#f4fff7);border-left:5px solid #81c784}.custom-message-box--info{background:linear-gradient(to bottom right,#f4f4f7,#fff);border-left:5px solid #90a4ae}.custom-message-box--question{background:linear-gradient(to bottom right,#f6f0fa,#fdfaff);border-left:5px solid #ba68c8}.custom-message-box__content p{margin:.2rem 0}