@import "../scss/edit";
@import "../scss/new-download";

.editor-styles-wrapper .wp-block.wp-block-edd-buy-button {
	.components-placeholder {
		background-color: #fefefe;
		border-radius: 2px;
		align-items: center;

		&__fieldset {
			justify-content: center;
		}

		// Pin the search combobox to a stable width so it doesn't reflow
		// as the block column or fallback label changes.
		.edd-search-combobox {
			width: 320px;
			max-width: 100%;
		}
	}
}
