#currentIdea {
    position: absolute;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
/* Font sizes for text-3xl and text-5xl */
.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 1;
}

.z-50 {
    z-index: 50;
}
.share-menu-container {
    transition: opacity 0.2s ease;
}

.lightbox-img {
    cursor: zoom-in;
    transition: transform 0.2s;
}

.lightbox-img:hover {
    transform: scale(1.02);
}

.enchant-gradient {
    align-items:center;
    padding:10px 16px;
    background:linear-gradient(135deg, #7c5cff, #1cc2ff);
    color:#051018;
}

.enchant-gradient h2 {
    padding-top:36px;
}