.gs-no-data-placeholder {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-block: 32px;
	text-align: center;

	img {
		max-width: 100%;
		height: auto;
		width: 100px;
		margin-inline: auto;
	}

	&__content {
		> :first-child {
			margin-top: 0;
		}

		> :last-child {
			margin-bottom: 0;
		}

		p:first-of-type {
			font-weight: 600;
			font-size: 15px;
		}

		p {
			font-size: 14px;
			margin: 0 auto 0.625rem;
		}

		.components-button {
			margin-top: 8px;
		}
	}
}
