/**
 * Inkora Feature Block Mini - Editor Styles
 */

.inkora-featured-grid-preview {
    transition: all 0.3s ease;
}

.inkora-featured-grid-preview:hover {
    border-color: #2398bc !important;
}

/* Category selection */
.components-checkbox-control {
    margin-bottom: 8px;
}

/* Range controls */
.components-range-control {
    margin-bottom: 16px;
}

/* Preview hover effects */
.inkora-featured-article-preview,
.inkora-sidebar-article-preview {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inkora-featured-article-preview:hover,
.inkora-sidebar-article-preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}