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


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


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


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


/* The element which contains the post excerpt. (Only if you set up 'show an excerpt of the posts.') */
.associated-posts.title-excerpt .associated-post .post-excerpt {
}


/* The clearing element. You can use it if you want. */
.associated-posts.title-excerpt .clear {
  clear: both;
}