/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2026 | 10:20:54 */
.avon-related-posts {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.avon-related-post-card {
	display: flex;
	flex-direction: column;
	margin-bottom: 23px;
}

.avon-related-post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	    margin-bottom: 0.6rem;
}

.avon-related-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	
}

.avon-related-post-card__terms {
	font-size: 16px;
	font-weight: 500;
	color: #646063;
}

/* @media (max-width: 1070px) {
	.avon-related-post-card__terms {
		font-size: 1rem;
	}
} */


.avon-related-post-card__terms a {
	color: #646063;
}

.avon-related-post-card__terms a:hover {
	color: #989197;
}

.avon-related-post-card__title {
	margin-bottom: 0.4rem;
	margin-block-start: 0 !important;
	color: var(--e-global-color-text);
}

@media (max-width: 1070px) {
	.avon-related-post-card__title {
		font-size: 24px;
	}
}

.avon-related-post-card__title:hover {
	color: #989197;
}

.avon-related-post-card__title a {
	color: inherit;
	text-decoration: none;
}

.avon-related-post-card__button {
	display: inline-block;
	margin-top: auto;
	font-weight: 500;
	font-size: 17px;
	color: #a72081;
}

@media (max-width: 767px) {
	.avon-related-posts {
		grid-template-columns: 1fr;
	}
}

.blog-card-read-more .elementor-button-icon,
.avon-related-post-card__button i {
	font-size: 15px;
}