.single-post .entry-content iframe[src*='loom.com'] {
	width: 100%;
	height: 20rem;
}

.entry-content #was-this-helpful {
	margin-top: 4rem;
	padding: 0.75rem;
	flex-direction: row;
	justify-content: space-around;
}

.entry-content #wthf-yes-no {
	display: flex;
	flex-direction: row;
}

.entry-content #wthf-yes-no span {
	white-space: nowrap;
}

.entry-content #wthf-title {
	flex: 0 1 auto;
	padding: 0;
}

@media (max-width: 767px) {
	.entry-content #was-this-helpful {
		justify-content: space-between;
	}

	.wp-block-navigation__responsive-container
		.wp-block-navigation__responsive-container-content {
		align-items: flex-start;
	}

	body
		.wp-block-navigation__responsive-container
		.wp-block-buttons-is-layout-flex {
		width: 100%;
		align-items: flex-start;
	}

	body
		.wp-block-navigation__responsive-container
		.wp-block-buttons-is-layout-flex
		.has-background-background-color {
		background-color: var(--wp--preset--color--primary) !important;
		color: white !important;
	}
}
