.share-strip {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 12px 0 -6px;
  font-size: 11px;
}

.share-strip > span {
  color: #7b8797;
  font-weight: 700;
  margin-right: 3px;
}

.share-strip a,
.share-strip button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4f5c6d;
  font: 700 11px 'DM Sans';
  cursor: pointer;
  transition: .18s;
}

.share-strip a:hover,
.share-strip button:hover {
  transform: translateY(-1px);
  border-color: #b8c593;
  box-shadow: 0 5px 14px #15223912;
}

.share-strip .share-whatsapp:hover { color: #128c4d; }
.share-strip .share-facebook:hover { color: #1769d2; }
.share-strip .share-instagram:hover { color: #b52d78; }
.share-strip .report-open{margin-left:3px;border-color:#efc9c4;color:#a74238}.share-strip .report-open:hover{border-color:#d8796e;color:#8f2e25}
.report-modal[hidden]{display:none}.report-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px}.report-backdrop{position:absolute;inset:0;background:#07111fd9;backdrop-filter:blur(5px)}.report-dialog{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:34px;border-radius:22px;background:#fff;box-shadow:0 30px 100px #0006}.report-dialog h2{font:800 26px Manrope;margin:7px 0 8px}.report-dialog>p{margin:0 0 22px;color:var(--muted);font-size:14px}.report-close{position:absolute;top:15px;right:15px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#f6f8fa;color:#657184;font-size:23px;cursor:pointer}.report-dialog form{display:grid;gap:16px}.report-dialog label{display:grid;gap:7px;color:#43546a;font-size:13px;font-weight:700}.report-dialog label small{color:#8490a0;font-weight:500}.report-dialog select,.report-dialog textarea{width:100%;border:1px solid #ccd7e2;border-radius:11px;background:#fff;padding:12px 14px;font:500 14px 'DM Sans';color:var(--ink);outline:0}.report-dialog select:focus,.report-dialog textarea:focus{border-color:#7da51e;box-shadow:0 0 0 3px #7da51e22}.report-dialog textarea{resize:vertical}.report-dialog [type="submit"]{height:48px;border:0;border-radius:11px;background:var(--navy);color:#fff;font-weight:800;cursor:pointer}.report-dialog [type="submit"]:disabled{opacity:.65;cursor:wait}.report-feedback{min-height:0;padding:0;border-radius:9px;font-size:13px;font-weight:700}.report-feedback.success,.report-feedback.error{padding:11px 13px}.report-feedback.success{background:#eaf7d5;color:#355600}.report-feedback.error{background:#fee8e7;color:#8b2922}.report-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.report-modal-open{overflow:hidden}

@media (max-width: 520px) {
  .share-strip { justify-content: center; flex-wrap: wrap; margin-top: 10px; }
  .share-strip > span { width: 100%; text-align: center; }
  .share-strip a,
  .share-strip button { flex: 1; min-width: 86px; padding: 0 8px; }
  .share-strip .report-open{margin-left:0}.report-dialog{padding:27px 22px}
}
