.erhaben-archives summary {
    font-family: "Oswald", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
}
.erhaben-archives .wp-block-archives a {
    color: #244b3c !important;
}

.erhaben-archives .wp-block-archives a:hover {
    color: #b18a3b !important;
}
.erhaben-fixed-hero {
  width: 100vw;
  height: 520px;
  margin-left: calc(50% - 50vw);

  background-image: url("https://erhabenmaya.com/wp-content/uploads/2026/08/differentway039s-6a875bff220f9.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Correction pour les tablettes et appareils tactiles */
@media (max-width: 1180px), (hover: none) {
  .erhaben-fixed-hero {
    background-attachment: scroll;
  }
}

/* Réglage particulier pour les téléphones */
@media (max-width: 768px) {
  .erhaben-fixed-hero {
    height: 260px;
    background-size: cover;
    background-position: center center;
  }
}
/* Élargir uniquement les articles similaires */
.jp-relatedposts,
#jp-relatedposts,
div[id*="relatedposts"] {
    width: 1100px !important;
    max-width: 90vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}
/* Bouton d'abonnement sous les articles */
#subscribe-submit.is-link a {
    background: #faf7ee !important;
    color: #244b3c !important;
    border: 1px solid #244b3c !important;
    padding: 10px 18px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* Au survol */
#subscribe-submit.is-link a:hover {
    background: #244b3c !important;
    color: #ffffff !important;
}
/* Articles similaires : présentation plus généreuse */
#jp-relatedposts,
.jp-relatedposts {
    width: 1100px !important;
    max-width: 94vw !important;
}

/* Images plus présentes */
#jp-relatedposts .jp-relatedposts-post-img {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
}

/* Titres plus lisibles */
#jp-relatedposts .jp-relatedposts-post-title a {
    font-size: 14px !important;
	font-weight:normal !important;
	color:black !important;
    line-height: 3 !important;
    font-weight: normal !important;
	
}

/* Catégorie/contexte sous le titre */
#jp-relatedposts .jp-relatedposts-post-context {
    font-size: 13px !important;
    line-height: 1.3 !important;
}
#jp-relatedposts h3.jp-relatedposts-headline em{font-size:13px !important}