.aum-rich-title-wrapper {
    width: 100%;
}

.aum-rich-title-wrapper.text-left {
    text-align: left;
}

.aum-rich-title-wrapper.text-center {
    text-align: center;
}

.aum-rich-title-wrapper.text-right {
    text-align: right;
}

.aum-rich-title {
    margin: 0;
    line-height: 1.4;
    display: inline-block;
}

.aum-rich-title .highlight,
.aum-rich-title mark,
.aum-rich-title .custom1,
.aum-rich-title .custom2,
.aum-rich-title .custom3 {
    display: inline-block;
}

.aum-rich-title .highlight {
    color: #ff6b6b;
    background-color: rgba(255, 107, 107, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.aum-rich-title mark {
    background-color: #ffeaa7;
    color: #2d3436;
    padding: 2px 8px;
    border-radius: 4px;
}

.aum-rich-title .custom1 {
    color: #74b9ff;
    background-color: rgba(116, 185, 255, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.aum-rich-title .custom2 {
    color: #55efc4;
    background-color: rgba(85, 239, 196, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.aum-rich-title .custom3 {
    color: #a29bfe;
    background-color: rgba(162, 155, 254, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}