.result-actions,
.compact-actions {
  flex-wrap: wrap;
}
.result-actions .btn,
.compact-actions .btn {
  min-width: 132px;
}
.share-canvas-shell {
  position: fixed;
  left: -99999px;
  top: 0;
  width: 1080px;
  pointer-events: none;
}
.share-board {
  width: 1080px;
  background: linear-gradient(180deg, #fff9f5 0%, #f6edf7 100%);
  color: #47324e;
  padding: 56px;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(84,57,92,.16);
}
.share-board.daily {
  background: linear-gradient(180deg, #fff8f3 0%, #efe5f5 100%);
}
.share-board-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}
.share-board-brand {
  font-size: 22px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7a617f;
}
.share-board-title {
  margin: 12px 0 8px;
  font-size: 54px;
  line-height: 1.12;
}
.share-board-sub {
  margin: 0;
  font-size: 24px;
  color: #775f7d;
  line-height: 1.7;
}
.share-board-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
  align-items: stretch;
}
.share-board-card {
  background: rgba(255,255,255,.7);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(124,92,131,.12);
}
.share-board-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.share-board-body {
  display: grid;
  gap: 18px;
}
.share-block {
  background: rgba(255,255,255,.68);
  border-radius: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(124,92,131,.1);
}
.share-block strong {
  display: block;
  margin-bottom: 8px;
  color: #5b4062;
  font-size: 18px;
}
.share-block p {
  margin: 0;
  font-size: 24px;
  line-height: 1.7;
  color: #4b3951;
}
.share-footer {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(124,92,131,.14);
  color: #7a617f;
  font-size: 20px;
}
@media (max-width: 960px) {
  .result-actions .btn,
  .compact-actions .btn { min-width: 0; }
}
