/* @search-result */
.search-result {
	padding: $base-spacing;
	margin-bottom: $base-spacing;
	background-color: white;
	position: relative;
	display: block;

	&__post-type, &__heading {
		margin-bottom: $small-spacing;
		margin-top: 0;
	}

	p {
		color: black;
	}

	&::after {
		content: '...';
		font-family: Biryani;
		font-size: 30px;
		font-weight: 900;
		position: absolute;
	    right: 1.5rem;
	    bottom: 1.5rem;

		@include themify($themes) {
			color: themed('ctaColor');
		}
	}
}
