/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0 0 1rem;
}
.c-breadcrumb__sep {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}

.c-post-card {
  display: grid;
  gap: 1rem;
}
.c-post-card__thumb {
  width: 100%;
  height: auto;
}
.c-post-card__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-post-card__term {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.c-post-card__date {
  font-size: 0.875rem;
  opacity: 0.7;
}
.c-post-card__ttl {
  margin: 0;
  font-size: 1.25rem;
}
.c-post-card__ttl a {
  color: inherit;
  text-decoration: none;
}