.module-similar-posts-block {
	max-width: 100%;
}

.module-similar-posts-block button:focus {
	outline: 1px dotted rgba(150,150,150,.2);
    outline-color: rgba(150, 150, 150, 0.2);
    outline-style: dotted;
    outline-width: 1px;
}

.opf_spb_post_row {
    margin-bottom: 30px;
}

.opf_spb_post_content_row {
    display: flex;
    flex-wrap: nowrap;
}

.opf_spb_post_content_column {
    width: 100% !important;
    margin: 0 !important
}

.opf_spb_layout_grid {
    display: flex !important;
    flex-wrap: wrap !important;
}

.opf_spb_layout_grid .opf_spb_post_row {
    width: 31.2% !important;
    margin-left: 3.2% !important;
    min-width: 31.2% !important;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease 0s;
}

.opf_spb_layout_grid .opf_spb_post_row .opf_spb_post_content_row {
    padding: 20px;
}

.opf_spb_layout_grid .opf_spb_post_row:hover {
	transform: translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 14px 2px;
}

.opf_spb_layout_grid .opf_spb_post_row .opf_spb_card_wrapper_with_link  {
	color: inherit !important;
}

.opf_spb_layout_grid .opf_spb_post_row:nth-of-type(3n+1)
{
    margin-left: 0 !important;
}

.opf_spb_layout_grid .opf_spb_post_content_row {
    align-items: center;
    flex-direction: column;
}

.opf_spb_layout_grid .opf_spb_title {
    color: #137DA4;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}

.opf_spb_layout_grid .opf_spb_post_content_column p {
    text-align: center;
    margin-bottom: 0;
}

.opf_spb_layout_grid .opf_spb_read_more {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    color: #137DA4;
}

@media screen and (max-width: 680px) {
    .opf_spb_layout_grid .opf_spb_post_row {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.opf_spb_layout_grid .opf_spb_post_row.blogs img {
    border-radius: 50em;
}

.opf_spb_layout_grid .opf_spb_image_column {
    width: 100px !important;
    height: 100px !important;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px;
}

.opf_spb_layout_grid .opf_spb_image_column .module-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.opf_spb_layout_grid .opf_spb_image_column .module-image .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
}

.opf_spb_layout_grid .opf_spb_image_column .module-image .image-wrap img {
    max-height: 75px;
    max-width: 75px;
}

.opf_spb_layout_grid .opf_spb_post_row.blogs .opf_spb_image_column .module-image .image-wrap {
    width: 100px;
    height: 100px;
}

.opf_spb_layout_grid .opf_spb_post_row.blogs .opf_spb_image_column .module-image .image-wrap img {
    max-height: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

.opf_spb_layout_grid .opf_spb_post_row.blogs .opf_spb_title,
.opf_spb_layout_grid .opf_spb_post_row.news .opf_spb_title {
    color: #C73079;
}