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

.components-border-radius-control__header {
	height: $grid-unit-20;
	margin-bottom: $grid-unit-15;
}

.components-border-radius-control {
	// Reset `fieldset` browser defaults.
	border: 0;
	padding: 0;
	margin: 0;

	margin-bottom: $grid-unit-15;

	legend {
		margin-bottom: 0;
	}

	.components-border-radius-control__linked-button {
		display: flex;
		justify-content: center;

		svg {
			margin-right: 0;
		}
	}
}
