<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.random-post-wrapper{
      position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}
.random-post-wrapper&gt;.random-post-pic {
	
}

.random-post-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.30);
}

.random-post-wrapper&gt;.random-post-pic img {
	width: 100%;
    height: 250px;
}

.random-post-wrapper&gt;.random-post-data {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 18px;
}

.random-post-wrapper&gt;.random-post-data&gt;.title&gt;a {
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 15px;
}

.random-post-wrapper&gt;.random-post-data&gt;.random-post-excerpt&gt;a {
	font-size: 15px;
	line-height: 28px;
	color: #DCE3EB;
	margin-bottom: 0;
}</pre></body></html>