/**
 * AIT Easy Post Customization - Gutenberg Sidebar Styles
 *
 * Minimal scoped styles for the block-editor sidebar panel.
 * The block editor provides its own component styles; we only
 * override where necessary to match the plugin's visual identity.
 *
 * @package AIT Easy Post Customization
 */

/* Ensure the Notice component inside the sidebar has no outer margin */
.aitepc-sidebar .components-notice {
	margin: 8px 0 0;
}

/* Full-width inputs inside PanelRow */
.aitepc-sidebar .components-panel__row .components-base-control {
	width: 100%;
}

/* Date input stretches to full width */
.aitepc-sidebar .components-text-control__input[type="date"],
.aitepc-sidebar .components-text-control__input[type="url"] {
	width: 100%;
}
