/* Experience Integrity Review — UI Polish V5
   Final micro-fixes: homepage-matched hero capsules + report action edge alignment. */

/* --------------------------------------------------------------------------
   PUBLIC HERO — match the ReBrandMyAI homepage "Draft detected / Signals mapped /
   Credibility rebuilt" capsule treatment exactly.
   -------------------------------------------------------------------------- */
.eir-hero .hero-footline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
  margin-bottom:24px;
  font-family:inherit;
  font-size:inherit;
  color:inherit;
}
.eir-hero .hero-footline span{
  display:inline-flex;
  align-items:center;
  font-family:var(--mono);
  font-size:.62rem;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#9ec6ff;
  border:1px solid rgba(122,164,255,.18);
  border-radius:999px;
  padding:7px 10px;
  background:rgba(6,14,27,.66);
}
.eir-hero .hero-footline span:before{content:none!important;display:none!important}

/* Keep the full-view mobile hero deliberate; the same homepage-style capsules
   return once there is enough horizontal/vertical room. */
@media(max-width:680px){
  .eir-hero .hero-footline{display:none}
}

/* --------------------------------------------------------------------------
   REPORT — the action group's outer edge should align exactly with the report
   cover / report-shell edge below it. No arbitrary padding or margin offset.
   -------------------------------------------------------------------------- */
.report-header{
  padding-inline-end:0!important;
}
.report-actions{
  margin-right:0!important;
  justify-self:end;
  align-self:end;
}

@media(max-width:680px){
  .report-actions{justify-self:stretch}
}
