/*! Style pour le pattern Sidebar */

.is-single-title,
time {
  color: var(--wp--custom--secondary-500);
  font-weight: 600;
}

.is-single-title span,
.is-single-text,
.is-title-sidebar {
  color: var(--wp--custom--theme-500);
	border-bottom: none;
}

.wp-block-categories-list.wp-block-categories {
  list-style: none !important;
  padding-left: 0 !important;
}

.wp-block-categories-list.wp-block-categories li a {
  color: var(--wp--preset--color--black);
}

.wp-block-latest-posts__featured-image {
  width: 100% !important;
  height: 250px !important;
  aspect-ratio: 16/9 !important;
}

.wp-block-latest-posts__featured-image img {
  width: 100% !important;
  object-fit: cover !important;
  height: 100% !important;
  top: 0 !important;
}

.wp-block-latest-posts__post-title {
  text-decoration: none !important;
  color: var(--wp--preset--theme-500);
}