/* The container with the associated posts */
.associated-posts.title-full-content {
}


/* The container with ONE associated post */
.associated-posts.title-full-content .associated-post {
}


/* The header element with the title of the post */
.associated-posts.title-full-content .associated-post .post-title {
}


/* The link element inside the header with the title of the post */
.associated-posts.title-full-content .associated-post .post-title a {
}


/* The element which contains the post content. (Only if you set up 'show the whole post content.') */
.associated-posts.title-full-content .associated-post .post-content {
  overflow: hidden;
}