.dominos {

    .item {
        width: 100%;
        max-width: none;
        margin: 0 0 16px 0;
        border-radius: 8px;
        overflow-x: clip;

        .domino .bottom .content {
            flex-direction: row;
            justify-content: space-between !important;
            padding: 16px 16px 16px 12px;

            .custom-ellipsis strong {
                color: $grey-black;
                font-weight: 600;
            }

            span.no-style {
                color: $grey-black;
            }

            /* div.due-date {
                i18n:not(:first-child) span {
                    color: inherit;
                }
            } */
        }

        .domino .bottom .title-icon i {
            padding-right: 8px;
        }

    }
}

