/* The container with the associated posts */
.associated-posts.title-excerpt-thumbnail-read-more {
}


/* The container with ONE associated post */
.associated-posts.title-excerpt-thumbnail-read-more .associated-post {
  overflow: hidden;
}


/* The header element with the title of the post */
.associated-posts.title-excerpt-thumbnail-read-more .associated-post .post-title {
}


/* The link element inside the header with the title of the post */
.associated-posts.title-excerpt-thumbnail-read-more .associated-post .post-title a {
}


/* The element which contains the post thumbnail image element */
.associated-posts.title-excerpt-thumbnail-read-more .associated-post .thumb-frame {
}


/* The post thumbnail image element itself */
.associated-posts.title-excerpt-thumbnail-read-more .associated-post .thumb-frame img {
}


/* The element which contains the post excerpt. (Only if you set up 'show an excerpt of the posts.') */
.associated-posts.title-excerpt-thumbnail-read-more .associated-post .post-excerpt {
  overflow: hidden;
}

.associated-posts.title-excerpt-thumbnail-read-more .associated-post .post-excerpt a.read-more {
  display: block;
}
