/* CY-PRUS mobile CTA correction.
 *
 * A page with its own inline .atlas-wa-wrap keeps that contextual CTA and
 * does not also receive the floating control. Other pages retain one compact
 * 54px WhatsApp button so it cannot cover mobile article text.
 */
@media (max-width: 620px) {
  body:has(.atlas-wa-wrap) .cy-wa-fab {
    display: none !important;
  }

  body:not(:has(.atlas-wa-wrap)) .cy-wa-fab {
    inset-inline: auto 12px;
    margin-inline: 0;
    max-width: none;
  }

  body:not(:has(.atlas-wa-wrap)) .cy-wa-btn {
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }

  body:not(:has(.atlas-wa-wrap)) .cy-wa-lbl,
  body:not(:has(.atlas-wa-wrap)) .cy-wa-mark {
    display: none;
  }
}
