.wp-block-query {
	.wp-block-post-template {
		li.category-ambassadorer {
			height: 100%;

			> .wp-block-group {
				display: flex;
				flex-direction: column;
				height: 100%;
			}

			.wp-block-group.is-vertical {
				flex-grow: 1;
				width: 100%;
				display: flex;
				flex-direction: column;
			}

			.wp-block-post-excerpt {
				display: flex;
				flex-direction: column;
				flex-grow: 1;

				.wp-block-post-excerpt__excerpt {
					margin-block-end: 5px !important;
				}

				.wp-block-post-excerpt__more-text {
					margin-top: auto !important;
				}
			}
		}
	}

	.type-page,
	.type-post {
		.gc-link-anything {
			text-decoration: none;

			&:hover,
			&:active {
			}
		}
	}
}
