.qr-post-container {
    max-height: 600px; /* Adjust the maximum height as needed */
    overflow-y: auto; /* Add vertical scroll when content exceeds max height */
}
.qr-post-container::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

.qr-post-container::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.qr-post-container::-webkit-scrollbar-thumb
{
	background-color: #002a4c;	
}

.qr-custom-post {
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
.qr-post-title {
    font-size: 16px;
}
.qr-post-excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}
.qr-post-date {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
}