/* ================================================ */
/* IMAGES MEDIA / STYLES                      */
/* ================================================ */

img[alt="Support Image"],
.riddle-support-image {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

img[alt="Support Image"]:hover,
.riddle-support-image:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}