/* Formation */
.wp-block-post-excerpt__more-text {
  background-color: var(--wp--preset--color--accent);
  border-radius: 48px;
  text-align: center;
  padding: 16px 32px;
  & a {font-weight: bold}
}

/* Conferences */
.post-type-archive-conference .wp-block-post-excerpt__more-text {
  background-color: transparent;
  text-align: left;
  padding: 0;
  & a {color: var(--wp--preset--color--accent)};
  & a:hover {color: var(--wp--preset--color--accent-4)}
}

/* Default Thumbnail*/
.bento-default-thumbnail {height: 209px; border-radius: 16px; object-fit: cover}

.post-type-archive-conference .bento-default-thumbnail {width: 180px; height: 100px;}


@media (width >= 700px) {
  /* In case the title in the boxes (ex: blog, formations) wraps if it is too long */
  .bento-grid-3 h3 {
    max-width: clamp(230px, 21vw, 349px);
    overflow: hidden;
    white-space: nowrap
  }
}
