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

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

.oti-custom-text {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: inherit;
    display: block;
    width: 100%;
}
.oti-custom-icon {
    display: inline-block;
    vertical-align: middle; 
    width: 20px;            
    height: 20px;           
    line-height: 1;
}

.oti-custom-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oti-custom-text a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #990000; 
    text-underline-offset: 3px;
}

.oti-custom-text a span, 
.oti-custom-text span[style*="color"] a {
    text-decoration-color: #990000;
}