.attention-banner {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-break: break-word;
    border-radius: 4px;
    color: #4f4f4f;
}

.attention-banner strong {
    font-weight: 700;
}

.attention-banner p a {
    color: #007b8c;
    text-decoration: underline;
    font-weight: 700;
}

.editor-styles-wrapper p {
    margin: 0 auto !important;
}

.flex {
    display: flex;
}

@media screen and (max-width: 640px) {
    .attention-banner p {
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        word-break: break-word;
    }
}