/**
 * Tab Item Block – Editor Styles
 *
 * Defines the visual appearance, spacing, and layout
 * for individual Tab Item blocks inside the editor.
 *
 * @package Netido
 * @since 1.0.0
 */

.netido-tab-item-editor {
	position: relative;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}

.netido-tab-remove-btn .dashicons {
    font-size: 18px;
}

.netido-tab-remove-btn:hover {
    opacity: 1;
}