.content-tip {
    max-width: 480px;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 24px 10px 20px;
    color: #0f0f0f;
    border: 1px solid #c3c0c0;
    cursor: help;
    font-family: Arial, sans-serif;
    margin: 0 auto 15px;
    margin-top: 0;
    background: #fff1c9 !important;
}

.highlight-tip {
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.highlight-tip-active {
    background-color: #fff1c9;
    box-shadow: 0 0 0 2px rgba(195, 192, 192, 0.45);
}
