.acf-field-placeholder {
	background: #fff;
	padding: 1.2rem;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #1e1e1e;
	outline: 1px solid #0000;

	&__label {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 1em;
	}
	&__fieldset {
		display: flex;
		gap: 1.2rem;
		flex-wrap: wrap;
		align-items: flex-start;
		> * {
			flex: 1 1 200px;
		}
		.components-base-control__help,
		.components-base-control__field:last-child {
			margin-bottom: 0;
		}
	}
}