.wp-block-column .rp4wp-col { 
    position: relative;
    padding-bottom: 90px;
    list-style-type: none;
    background-color: #fff;
}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
    .wp-block-column .rp4wp-col { 
        padding: 0 0 60px 0 !important;
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .wp-block-column .rp4wp-col {
        padding: 0 0 60px 0 !important;
        width: 100% !important;
        height: 100%;
    }
}

.related-posts-container.list-view .rp4wp-col{
    border-top: 1px solid #CACACC;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 600px) and (max-width:767px) {
    .related-posts-container.grid-view .wp-block-column{
        flex-basis: 45% !important;
    }
}

.related-posts-container .rp4wp_component_image img {
    object-fit: cover;
    width: 100%;
    min-height: 155px;
    height: 155px !important; 
}

@media (max-width: 768px) {
    .related-posts-container.list-view .rp4wp-col{ 
        padding-bottom: 1rem;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .related-posts-container .rp4wp_component_image img {
        /* IE10+ CSS styles go here */
        min-height: auto !important;
        max-height: 200px; 
    } 
}

.related-posts-container  .rp4wp_component_date a,
.related-posts-container  .rp4wp_component_title a {
  color: #3A343A !important;
  display: block;
  padding: 0.3rem 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; 
  text-decoration: none;
}

.related-posts-container  .rp4wp_component_title a {
    font-weight: 700;
}

.wp-block-column .rp4wp_component {
    padding: 0 !important;
    height: auto !important; 
    width: 100%;
}

.acf-block-preview .related-posts-container {
    pointer-events: none;
}