.share-wrap {
  margin: 28px auto 40px;
  text-align: center;
}

.share-panel-icons {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.share-icon-btn,
.share-panel-icons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #f1f3f7;
  color: #1f2430;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
}

.share-feedback {
  margin-top: 12px;
  font-size: 14px;
  color: #5b6475;
  min-height: 20px;
}

.share-capture-card {
  position: fixed;
  left: -99999px;
  top: 0;
  width: 1080px;
  box-sizing: border-box;
  background: #ffffff;
  padding: 48px;
  border-radius: 32px;
  overflow: hidden;
}

.share-card-title {
  text-align: center;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 18px;
  color: #1f2430;
}

.share-card-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 32px;
  color: #667085;
  letter-spacing: 0.08em;
}

.share-export-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
}

.share-export-grid,
.share-export-sidebar {
  background: #ffffff;
  border: 2px solid #dbe4f0;
  border-radius: 28px;
  padding: 24px;
  box-sizing: border-box;
}

.share-export-sidebar h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
  color: #1f2430;
}

.share-export-sidebar .word-list {
  margin: 0;
  padding-left: 28px;
}

.share-export-sidebar .word-list li {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1f2430;
}