.notice.cx-notice {
    padding: 5px 15px;
    border-width: 0 0 0 4px;
}
.cx-shadow {
    transition: all 0.3s;
}
.cx-shadow:hover {
    box-shadow: rgb(9 30 66 / 25%) 0px 8px 16px -4px, rgb(9 30 66 / 31%) 0px 0px 1px;
}
.cx-notice h3 {
    padding: 0;
    margin: 7px 0;
    font-weight: normal;
    color: #e6195a;
    border-bottom: 1px dashed #e6195a50;
    padding-bottom: 5px;
}
.cx-notice p {
    font-size: 14px;
}