@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.wpcom-block-editor-post-published-modal {
	.components-modal__content {
		@include break-small {
			padding: 48px 90px;
		}
	}

	.wpcom-block-editor-nux-modal__image-container {
		img {
			width: 158px;
			height: 85px;
		}
	}

	.wpcom-block-editor-nux-modal__buttons {
		.components-button {
			min-width: 113px;
		}
	}
}
