.r4x-share-layer[hidden]{display:none!important}
.r4x-share-layer{position:fixed;inset:0;z-index:2147482000;display:grid;place-items:center;padding:18px;font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.r4x-share-layer__backdrop{position:absolute;inset:0;border:0;background:rgba(8,10,14,.64);backdrop-filter:blur(5px);cursor:default}
.r4x-share-dialog{position:relative;width:min(590px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;border:1px solid #d9c99f;border-radius:24px;background:#fff;color:#171717;box-shadow:0 28px 90px rgba(0,0,0,.28)}
.r4x-share-dialog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:23px 23px 0}
.r4x-share-dialog__eyebrow{margin:0 0 5px;color:#876717;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.r4x-share-dialog__title{margin:0;font-size:clamp(1.35rem,4vw,1.75rem);line-height:1.15;letter-spacing:-.025em}
.r4x-share-dialog__close{flex:0 0 auto;display:grid;place-items:center;width:38px;height:38px;margin:-3px -3px 0 0;border:1px solid #d8d8d8;border-radius:50%;background:#fff;color:#222;font-size:1.35rem;line-height:1;cursor:pointer}
.r4x-share-dialog__close:hover,.r4x-share-dialog__close:focus-visible{background:#f3f1ec;border-color:#a68a43}
.r4x-share-dialog__body{padding:20px 23px 24px}
.r4x-share-dialog__label{margin:0 0 8px;color:#676158;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.r4x-share-dialog__preview{margin:0;padding:16px;border:1px solid #e2d8bf;border-radius:15px;background:#fbf8f1;color:#292720;font-size:.91rem;line-height:1.6;white-space:pre-line}
.r4x-share-dialog__url{display:block;margin:10px 2px 0;color:#6b6252;font-size:.76rem;line-height:1.35;overflow-wrap:anywhere}
.r4x-share-dialog__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:19px}
.r4x-share-action{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:11px 14px;border:1px solid #cfc6b2;border-radius:999px;background:#fff;color:#1d1b16;font-family:inherit;font-size:.88rem;font-weight:750;line-height:1.2;text-align:center;cursor:pointer}
.r4x-share-action:hover,.r4x-share-action:focus-visible{border-color:#9c7820;background:#fff8df}
.r4x-share-action--primary{border-color:#bb8e1c;background:linear-gradient(135deg,#f6df91,#d4af37);color:#17130a}
.r4x-share-action--primary:hover,.r4x-share-action--primary:focus-visible{background:linear-gradient(135deg,#ffeaa7,#ddb63a)}
.r4x-share-action[hidden]{display:none!important}
.r4x-share-dialog__note{margin:14px 2px 0;color:#716b61;font-size:.75rem;line-height:1.45}
.r4x-share-dialog__status{min-height:1.35em;margin:10px 2px 0;color:#5c460d;font-size:.8rem;font-weight:700;line-height:1.35}
body.r4x-share-open{overflow:hidden}
@media(max-width:560px){.r4x-share-layer{align-items:end;padding:10px}.r4x-share-dialog{max-height:calc(100vh - 20px);border-radius:22px}.r4x-share-dialog__head{padding:20px 18px 0}.r4x-share-dialog__body{padding:17px 18px 21px}.r4x-share-dialog__actions{grid-template-columns:1fr}}
@media(prefers-reduced-motion:no-preference){.r4x-share-dialog{animation:r4x-share-in .16s ease-out}@keyframes r4x-share-in{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}}

/* v2982 integration surfaces · icon only */
.r4x-content-share-icon{
  box-sizing:border-box;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  min-width:38px;
  padding:0;
  border:1px solid rgba(135,103,23,.34);
  border-radius:50%;
  background:rgba(255,255,255,.86);
  color:#876717;
  box-shadow:none;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,transform .16s ease,color .16s ease;
}
.r4x-content-share-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.r4x-content-share-icon:hover,.r4x-content-share-icon:focus-visible{background:#fff8df;border-color:#9c7820;color:#6f5110;transform:translateY(-1px)}
.r4x-content-share-icon:focus-visible{outline:2px solid rgba(202,164,58,.5);outline-offset:3px}
.r4x-content-share-icon--knowledge{display:inline-grid;vertical-align:middle;margin:0 0 22px 10px}
.r4x-news-lead__meta .r4x-content-share-icon--market{
  width:34px;
  height:34px;
  min-width:34px;
  margin-left:auto;
  border-color:rgba(212,175,55,.38);
  background:rgba(255,255,255,.025);
  color:var(--r4x-news-gold,#d4af37);
}
.r4x-news-lead__meta .r4x-content-share-icon--market:hover,.r4x-news-lead__meta .r4x-content-share-icon--market:focus-visible{background:rgba(212,175,55,.1);border-color:rgba(212,175,55,.68);color:var(--r4x-news-text-bright,#f5f5f5)}
@media(max-width:640px){
  .r4x-content-share-icon--knowledge{margin-left:8px;margin-bottom:18px}
  .r4x-news-lead__meta .r4x-content-share-icon--market{width:32px;height:32px;min-width:32px}
}
