/* RUSTUD_NOTIFICATION_TEXT_WRAP_V1 */
/* Long product titles in the notification body must wrap inside the account column. */
.cont > .me_account_author > .center > .center_fix_padding > div > .body > .noty_all > .one > .full {
    min-width: 0;
    max-width: 100%;
    align-items: flex-start;
}

.cont > .me_account_author > .center > .center_fix_padding > div > .body > .noty_all > .one > .full > .tt {
    display: block;
    flex: 1 1 0%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.cont > .me_account_author > .center > .center_fix_padding > div > .body > .noty_all > .one > .full > .tt > a {
    white-space: normal;
    overflow-wrap: anywhere;
}
