.hr-container-909e14c5 {
    position: relative;
    overflow: visible;
    cursor: pointer;
    transition: z-index 0.2s ease;
}

.hr-base-909e14c5 {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.hr-title-909e14c5 {
    margin: 10px 0;
    font-size: 1.5rem;
    color: #1a202c;
}

.hr-desc-909e14c5 {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Base individual tags wrapper setup */
.hr-meta-909e14c5 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.hr-meta-909e14c5 a,
.hr-meta-909e14c5 .hr-tag-item-909e14c5 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #718096;
    font-weight: 600;
    display: inline-block;
    padding: 4px 10px;
    background-color: transparent;
    transition: all 0.2s ease;
}

.hr-meta-909e14c5 a {
    text-decoration: none;
}

/* Reveal State Styles */
.hr-reveal-909e14c5 {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    background: #1a202c;
    color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
    width: 280px;
    transition-property: opacity, transform;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
}

/* Mode: Absolute Overlay */
.hr-mode-909e14c5--overlay .hr-reveal-909e14c5 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(0.95);
}

.hr-mode-909e14c5--overlay:hover .hr-reveal-909e14c5 {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

/* Mode: Floating Tooltip */
.hr-mode-909e14c5--tooltip .hr-reveal-909e14c5 {
    position: fixed; /* Fixed viewport reference for cursor tracking */
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) scale(0.9);
    transform-origin: center center;
}

.hr-mode-909e14c5--tooltip:hover .hr-reveal-909e14c5 {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.hr-reveal-image-909e14c5 {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.hr-reveal-image-909e14c5 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hr-reveal-title-909e14c5 {
    margin: 0;
    font-size: 1.1rem;
    color: #ffffff;
    text-align: center;
}

/* Responsive disable rules */
@media (max-width: 1024px) {
    .hr-disable-tablet-909e14c5-yes .hr-reveal-909e14c5 {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .hr-disable-mobile-909e14c5-yes .hr-reveal-909e14c5 {
        display: none !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: none !important;
    }
}
