.tippy-box[data-theme~='tomato3'] {
    background-color: #FFFFFF;
    color: var(--sppb-default-secondary-text);
    font-weight: bolder;
}
    .tippy-box[data-theme~='tomato3'] .tippy-arrow {
        color: #FFFFFF;
        transform: translate(20px, 0px) !important;
    }
    .tippy-box[data-theme~='tomato3'] .tippy-content {
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 13px;
    }
