@use "@wordpress/base-styles/variables" as *;

.editor-post-excerpt__textarea {
	width: 100%;
	margin-bottom: 10px;
}

.editor-post-excerpt__dropdown__content {
	.components-popover__content {
		min-width: 320px;
		padding: $grid-unit-20;
	}
}
