/* INM Image Card – Styles */

.inm-ic-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
}

/* Smooth image transitions */
.inm-ic-img {
    transition: transform 0.5s ease, filter 0.5s ease;
    will-change: transform;
}

/* Prevent text selection on hover */
.inm-ic-card .inm-ic-title,
.inm-ic-card .inm-ic-desc {
    user-select: none;
}

/* Editor wrap */
.inm-ic-block-wrap {
    display: block;
}

/* Button inherits theme */
.inm-ic-card .wp-block-button {
    margin-top: 8px;
}

.inm-ic-card .wp-block-button__link {
    cursor: pointer;
}
