.tooltip-paragraph-cd235c02 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #292524;
}

.highlight-trigger-cd235c02 {
    position: relative;
    cursor: pointer;
    background-color: #fef08a;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

.tooltip-popup-cd235c02 {
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 999;
    background: #ffffff;
    padding: 4px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: block;
}

.tooltip-popup-cd235c02 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

/* Hover Behavior & scale up / popup animation */
.highlight-trigger-cd235c02:hover .tooltip-popup-cd235c02 {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) scale(1);
}
