:root {
    /* Default Colors */
    --fe-default-400: 225, 225, 225 !important;
    --fe-default-500: 225, 225, 225 !important;
    --fe-default-600: 225, 225, 225 !important;

    /* Primary Colors */
    --fe-primary-400: 48, 48, 48 !important;
    --fe-primary-500: 48, 48, 48 !important;
    --fe-primary-600: 48, 48, 48 !important;

    /* Secondary Colors */
    --fe-secondary-400: 86, 44, 139 !important;
    --fe-secondary-500: 86, 44, 139 !important;
    --fe-secondary-600: 86, 44, 139 !important;

    /* Info Colors */
    --fe-info-400: 0, 213, 221 !important;
    --fe-info-500: 0, 213, 221 !important;
    --fe-info-600: 0, 213, 221 !important;

    /* Danger Colors */
    --fe-danger-400: 234, 0, 0 !important;
    --fe-danger-500: 234, 0, 0 !important;
    --fe-danger-600: 234, 0, 0 !important;

    /* Success Colors */
    --fe-success-400: 0, 216, 0 !important;
    --fe-success-500: 0, 216, 0 !important;
    --fe-success-600: 0, 216, 0 !important;

    /* Warning Colors */
    --fe-warning-400: 234, 117, 0 !important;
    --fe-warning-500: 234, 117, 0 !important;
    --fe-warning-600: 234, 117, 0 !important;

    /* Light Colors */
    --fe-light-400: 238, 238, 238 !important;
    --fe-light-500: 238, 238, 238 !important;
    --fe-light-600: 238, 238, 238 !important;

    /* Dark Colors */
    --fe-dark-400: 48, 48, 48 !important;
    --fe-dark-500: 48, 48, 48 !important;
    --fe-dark-600: 48, 48, 48 !important;
}

/* Disable pointer events */
ul.mdisabled {
    pointer-events: none;
    /* Prevent clicking and dragging */
    opacity: 0.5;
    /* Make it look disabled */
}

/* Optional: Style list items to look disabled */
ul.mdisabled li {
    color: #999;
    /* Grey out text */
    cursor: not-allowed;
    /* Show a 'not allowed' cursor */
}

/* Curator */
.curator-media-picker .fi-dropdown {
    background-color: rgb(var(--primary-600));
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.curator-media-picker svg.fi-icon-btn-icon {
    color: #ffffff;
}
