#app .su-note {
    border: none;
    margin-bottom: 30px;
}

#app .su-note .su-note-inner {
    background: #F4F4F4 !important;
    border: none;
    border-radius: 4px !important;
    padding: 24px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #2E364E;
}

#app .su-note .su-note-inner:before {
    content: '';
    background: #FF4370;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    width: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#app .su-note .su-note-inner h3 {
    font-family: var(--bm-font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #1C2642;
    margin-bottom: 8px;
}

#app .su-note .su-note-inner ul {
    margin-left: 15px;
}
