/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 05:59:23 */
.blogcard-snippet {
	display: none;
}

.blogcard-footer {
	display: none;
}

.blogcard {
	position: relative;
}

.blogcard::after {
	content: 'Read More';
    display: inline-block;
    background-color: #ff8fa3;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    z-index: 1;
    transition: opacity 0.2s ease;
	position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.3em 2em;
}

.blogcard-wrap:hover {
	background-color: rgba(201,184,255,.25);
}
