.research-share {
  box-sizing: border-box;
  width: min(720px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0;
  border-block: 1px solid var(--rule, rgba(168, 134, 63, .35));
  color: var(--ink, #2b2620);
  font-family: 'EB Garamond', Georgia, serif;
}
.research-share__label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-dark, #a8863f);
  font-family: 'Cinzel', Georgia, serif;
  font-size: .65rem;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}
.research-share__menu-wrap {
  position: relative;
  width: min(100%, 18rem);
  margin: 0 auto;
}
.research-share__toggle,
.research-share__panel button,
.research-share__panel a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid var(--gold-dark, #a8863f);
  background: var(--cream, #fcfaf4);
  color: var(--ink, #2b2620);
  font: 500 .78rem/1.3 'Cinzel', Georgia, serif;
  letter-spacing: .08em;
  cursor: pointer;
  text-decoration: none;
}
.research-share__toggle {
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
}
.research-share__toggle::after {
  content: '⌄';
  margin-left: 1rem;
  color: var(--gold-dark, #a8863f);
  font-size: 1rem;
  line-height: 1;
}
.research-share__toggle[aria-expanded="true"]::after { content: '⌃'; }
.research-share__panel {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid var(--rule, rgba(168, 134, 63, .35));
  background: var(--cream, #fcfaf4);
  box-shadow: 0 14px 32px rgba(43, 38, 32, .16);
}
.research-share__panel[hidden] { display: none; }
.research-share__panel button,
.research-share__panel a {
  width: 100%;
  justify-content: flex-start;
  margin: 0;
  padding: 9px 12px;
  border-color: transparent;
}
.research-share__toggle:hover,
.research-share__panel button:hover,
.research-share__panel a:hover { background: var(--cream-deep, #f5efe0); }
.research-share__panel button:disabled { cursor: wait; opacity: .68; }
.research-share button:focus-visible,
.research-share a:focus-visible { outline: 2px solid var(--gold-dark, #a8863f); outline-offset: 2px; }
.research-share__privacy {
  margin: 7px 8px 2px;
  color: var(--ink-soft, #5a5347);
  font-size: .88rem;
  line-height: 1.35;
  text-align: left;
}
.research-share__status { min-height: 1.5em; margin: 8px 0 0; color: var(--ink-soft, #5a5347); text-align: center; }
.research-share__copy-fallback { position: fixed; left: -10000px; top: 0; }
@media (max-width: 520px) {
  .research-share { width: calc(100% - 40px); }
  .research-share__menu-wrap { width: 100%; }
}
@media (forced-colors: active) {
  .research-share__toggle,
  .research-share__panel,
  .research-share__panel button,
  .research-share__panel a { border-color: ButtonText; }
}
