.oti-text mark,
.title-icon-text mark {
    background-color: transparent !important;
}

.oti-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.oti-wrap.oti-left {
    text-align: left;
}
.oti-wrap.oti-center {
    text-align: center;
}
.oti-wrap.oti-right {
    text-align: right;
}

.oti-row {
    display: inline-flex;
    align-items: center; 
    gap: 12px;
    text-align: left;
    max-width: 100%;
    box-sizing: border-box;
}

.oti-icon {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    flex: 0 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oti-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.oti-text {
    margin: 0;
    padding: 0;
    line-height: 1.2; 
    color: inherit;
    word-break: break-word;
}