/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .block-editor-block-inspector {
	.rates-date-picker > {
		.components-flex {
			.components-datetime__time {
				fieldset:first-of-type{
					display: none;
				}
				.components-base-control {
					margin-bottom: 8px;
				}
			}
		} 
	}
}

.currency-rates-admin {
	padding: 2em;
	background: #fafafa;
}