
/* ===== Account icon in header (mobile + all widths base) ===== */
.rcs-header__account{
  display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; padding:0; margin:0; background:none; border:0;
  color:inherit; text-decoration:none; -webkit-tap-highlight-color:transparent;
}
.rcs-header__account .rcs-ico{ font-size:22px; line-height:1; }
.rcs-header__account:active{ opacity:.6; }

/* ===== Hero title: never leave words stuck blurred (animation fallback) ===== */
.rcs-hero__title .rcs-word{ filter:none !important; opacity:1 !important; transform:none !important; }
.rcs-hero__title.rcs-words-in .rcs-word{ filter:blur(0) !important; opacity:1 !important; }
/* soften the heavy shadow a touch so the serif stays crisp on the image */
.rcs-hero__title{ text-shadow:0 2px 10px rgba(0,0,0,.45) !important; }
