/* ATTAP OFFERS — the gold pill + variants (canonical GameWatch styling).
   Deliberately distinct from HyperApp's own controls so an Offer can never be
   mistaken for a core app action (guardrail: visual separation). */
.attap-offers {
  display: inline-flex; align-items: center; gap: 7px; text-decoration: none !important;
  padding: 5px 11px; border-radius: 999px; line-height: 1;
  font-weight: 700; font-size: 12px; letter-spacing: 0.3px; color: #fff !important;
  background: #1c9c53;
  border: 1px solid rgba(0, 0, 0, 0.22); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.attap-offers:hover { background: #21b060; color: #fff !important; }
.attap-offers .ao-brand { display: inline-flex; align-items: center; gap: 6px; }
.attap-offers .ao-ico { width: 17px; height: 17px; flex: 0 0 auto; object-fit: contain; display: block; }
svg.ao-ico { fill: #fff; }
.attap-offers .ao-sub { font-weight: 600; opacity: 0.9; font-size: 11px; }
.attap-offers.ao-big { padding: 8px 15px; font-size: 14px; }
.attap-offers.ao-big .ao-ico { width: 19px; height: 19px; }
.attap-offers.ao-chip { padding: 4px 9px; font-size: 11px; }
.attap-offers.ao-chip .ao-ico { width: 15px; height: 15px; }
.attap-offers.ao-mini { padding: 5px; border-radius: 8px; gap: 0; }
.attap-offers.ao-mini .ao-ico { width: 18px; height: 18px; }

.ao-offers-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ao-reply-row { margin-top: 8px; }
.ao-heading-row { margin-top: 6px; margin-bottom: 12px; }
.ao-note { font-size: 11px; color: var(--muted, #8a93a6); margin-top: 8px; }
