

/* Start:/local/components/korus/user.notifications/templates/.default/style.css?17761489511112*/
.notification-container {
    width: calc(100% - 400px);
}

.notification-container .notification-text-container {
    word-break: break-word;
}

.notification-container .section__titleRow {
    position: relative;
}

.notification-container .check-all-read {
    position: absolute;
    right: 10px;
    bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #f89633;
    color: black;
}

.notification-container .notification-text-toggle span {
    color: #f89633;
    cursor: pointer;
}

.notification-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1225px) {
    .notification-container {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .notification-container .section__titleRow {
        display: block;
    }

    .notification-container .check-all-read {
        position: relative;
        margin-top: 20px;
        top: 5px;
        right: 0;
    }
}
/* End */
/* /local/components/korus/user.notifications/templates/.default/style.css?17761489511112 */
