.rolling-posts-container {
	direction: rtl;
    max-width: 100%;
    margin: 20px auto;
    border: 1px solid #c5c5c542;
    border-radius: 12px;
    padding: 8% 7%;
    background-color: #F3F3F3;
    box-shadow: 2px 2px 14px -6px rgba(181.0234375, 181.0234375, 181.0234375, 0.38);
    font-family: "jabutinski", sans-serif;
    color: #21364B;
}

.widget-title {
    text-align: center;
    margin-bottom: 20px;
	margin-bottom: 0;
    border-bottom: 1px solid #041328;
    padding-bottom: 15px;
	font-size: 21px !important;
    font-weight: 500;
    color: #1B2E41;
}

.posts-wrapper {
    height: 402px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.posts-wrapper::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.post {
    padding: 15px 5px 15px;
    border-bottom: 1px solid #C6C6C6;
    cursor: pointer;
}

.post:hover {
    background-color: #f0f0f0;
}

.post:last-child {
    border-bottom: none;
}

.post p {
    text-align: right;
    font-family: "jabutinski", Sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.8px;
    color: #21364B !important;
	margin-bottom: 0 !important;
}

.rolling-posts-container .post a {
	color: #21364B !important;
}

.post .price {
    text-align: right;
    font-family: "jabutinski", Sans-serif;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.8px;
    color: #21364B !important;
}