.eighten-share {
  margin: 2.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid #d1d5db;
  color: #243247;
}
.entry-content .eighten-share__heading { margin: 0 0 .75rem; font-weight: 700; font-size: 1rem; }
.eighten-share__buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.eighten-share__official { display: flex; align-items: center; min-height: 44px; }
.eighten-share__official iframe { margin: 0; }
.entry-content .eighten-share__button {
  box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 10px 16px; margin: 0; border: 1px solid #657387;
  border-radius: 6px; background: #fff; color: #243247; font: inherit;
  font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none;
  box-shadow: none; cursor: pointer; text-shadow: none;
}
.entry-content .eighten-share__button:hover { background: #f0f3f7; color: #172337; }
.entry-content .eighten-share__button:focus-visible { outline: 3px solid #b45309; outline-offset: 3px; }
.entry-content .eighten-share__status { min-height: 1.5em; margin: .5rem 0 0; font-size: .875rem; }
.eighten-share [hidden] { display: none !important; }
.eighten-share__manual input { display: block; box-sizing: border-box; width: 100%; padding: 10px; margin-top: 8px; }
