/* タロット人気投票ページ */

#tarot-vote {
  width: 100%;
  margin: 0 0 27.5px;
  padding: 20px 0 40px;
  color: #452f24;
  box-sizing: border-box;
}

#tarot-vote #tarot-vote-title {
  margin: 0 0 5px;
  font-size: 17.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: #5c4033;
  text-align: center;
}

#tarot-vote > .astro-personality__lead {
  margin: 0 0 20px;
  padding: 0 12.5px;
  color: #5c4033;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

#tarot-vote .tool-icon-menu {
  margin-bottom: 5px;
  padding-bottom: 15px;
}

#tarot-vote .tarot-vote-page__detail-nav .tool-icon-menu__list {
  justify-content: center;
}

#tarot-vote .tarot-vote-page__detail-nav .tool-icon-menu__list > li {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

#tarot-vote .tarot-vote-page__detail-nav .tool-icon-menu__icon {
  width: 52.5px;
  height: 52.5px;
}

#tarot-vote .tarot-vote__banner-wrap {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#tarot-vote .tarot-vote__banner-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #e8e0da;
  transform: translateX(-50%);
}

#tarot-vote .tarot-vote__banner {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
}

/* ランキング更新ボタン（投票ボタンの横長版） */
.tarot-vote-rank-refresh {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0 15px;
  box-sizing: border-box;
}

.tarot-vote-rank-refresh__btn {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #9a8578;
  color: #f5f2eb;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.12s ease;
}

.tarot-vote-rank-refresh__label {
  display: block;
}

.tarot-vote-rank-refresh__btn:hover,
.tarot-vote-rank-refresh__btn:focus-visible {
  opacity: 0.92;
}

.tarot-vote-rank-refresh__btn:focus-visible {
  outline: 2px solid #9a8578;
  outline-offset: -2px;
}

.tarot-vote-rank-refresh__btn:active {
  opacity: 0.86;
  transform: scale(0.98);
}

.tarot-vote-rank-refresh__btn:disabled {
  background: #d4cec4;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.tarot-vote-rank-refresh__btn:disabled .tarot-vote-rank-refresh__label {
  font-size: 10px;
  letter-spacing: 0.05em;
}

.tarot-vote-rank-refresh__btn:disabled:hover,
.tarot-vote-rank-refresh__btn:disabled:focus-visible,
.tarot-vote-rank-refresh__btn:disabled:active {
  opacity: 1;
  transform: none;
}

/* ランキング一覧 */
.tarot-vote-rank {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tarot-vote-page__divider {
  display: block;
  width: 50%;
  height: 1px;
  margin: 25px auto;
  padding: 0;
  border: 0;
  background: #e8e0da;
}

.tarot-vote-page__section {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 0 12.5px;
  box-sizing: border-box;
}

.tarot-vote-page__section-title {
  margin: 0 0 12.5px;
  font-size: 17.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: #c2844a;
  text-align: center;
}

.tarot-vote-page__section-body {
  color: #452f24;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.tarot-vote-page__section-body > p {
  margin: 0 0 25px;
  text-align: center;
}

.tarot-vote-page__detail-block + .tarot-vote-page__detail-block {
  margin-top: 25px;
}

.tarot-vote-page__detail-block .tarot-vote-page__section-title {
  margin: 0 0 12.5px;
}

.tarot-vote-page__detail-block p {
  margin: 0;
  text-align: center;
}

.tarot-vote-page__bullet-list {
  margin: 0 0 12.5px;
  padding: 0 0 0 1.2em;
  list-style: disc;
  text-align: left;
}

.tarot-vote-page__bullet-list li + li {
  margin-top: 6px;
}

.tarot-vote-page__note {
  color: #8c6a51;
  font-size: 12.5px;
  line-height: 1.6;
}

.tarot-vote-page__section-body strong {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tarot-vote-page__subsection-title {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: #c2844a;
  text-align: center;
}

.tarot-vote-page__subsection-title:first-of-type {
  margin-top: 15px;
}

/* ランキング一覧（続） */

.tarot-vote-rank__item + .tarot-vote-rank__item {
  margin-top: 7.5px;
}

.tarot-vote-rank__cutoff {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12.5px 0;
  padding: 0;
  list-style: none;
  color: #c97884;
  opacity: 0.85;
}

.tarot-vote-rank__cutoff-cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 5px;
  pointer-events: none;
  user-select: none;
}

.tarot-vote-rank__cutoff-arrow {
  display: block;
  position: relative;
  width: 14px;
  height: 13.5px;
  animation: tarot-vote-cutoff-arrow 1.6s ease-in-out infinite;
}

.tarot-vote-rank__cutoff-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 4.5px solid #c97884;
}

.tarot-vote-rank__cutoff-arrow::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background: #c97884;
}

.tarot-vote-rank__cutoff-text {
  margin: 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #c97884;
}

@keyframes tarot-vote-cutoff-arrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2.5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tarot-vote-rank__cutoff-arrow {
    animation: none;
  }
}

.tarot-vote-rank__row {
  display: flex;
  align-items: center;
  gap: 25px;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  height: 70px;
  margin: 0 auto;
  padding: 10px 8px 10px 12.5px;
  border: 0;
}

.tarot-vote-rank__thumb-wrap {
  flex: 0 0 auto;
  width: 39px;
  height: 65px;
  line-height: 0;
}

.tarot-vote-rank__thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  text-decoration: none;
}

.tarot-vote-rank__thumb-link:hover,
.tarot-vote-rank__thumb-link:focus-visible {
  opacity: 0.92;
}

.tarot-vote-rank__thumb-link:focus-visible {
  outline: 2px solid #9a8578;
  outline-offset: 2px;
}

.tarot-vote-rank__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tarot-vote-rank__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7.5px;
  min-width: 0;
  height: 100%;
  padding: 0;
}

.tarot-vote-rank__head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.tarot-vote-rank__badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 22.5px;
  line-height: 1;
}

.tarot-vote-rank__badge-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tarot-vote-rank__badge-num {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #9a8578;
  font-variant-numeric: tabular-nums;
  transform: translateY(-1.75px);
}

.tarot-vote-rank__badge-num--wide {
  font-size: 12.5px;
}

.tarot-vote-rank__name-row {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 7.5px;
  min-width: 0;
  transform: translateY(-1.75px);
}

.tarot-vote-rank__name {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #452f24;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tarot-vote-rank__trend {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.5px;
  height: 13.5px;
  line-height: 0;
  transform: translateY(0.5px);
}

.tarot-vote-rank__trend svg {
  display: block;
  width: 13.5px;
  height: 13.5px;
}

.tarot-vote-rank__trend--up {
  color: #c43838;
}

.tarot-vote-rank__trend--down {
  color: #3a6d9e;
}

.tarot-vote-rank__trend--flat {
  color: #b0a49a;
}

.tarot-vote-rank__trend--flat svg {
  transform: rotate(90deg);
}

.tarot-vote-rank__gauge {
  display: flex;
  align-items: center;
  gap: 7.5px;
  width: 100%;
  min-width: 0;
}

.tarot-vote-rank__gauge-track {
  flex: 0 0 auto;
  width: 175px;
  height: 15px;
  border-radius: 999px;
  border: 1px solid #d9cfc6;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.tarot-vote-rank__gauge-fill {
  height: 100%;
  border-radius: inherit;
  background: #e8c4a8;
  transition: width 0.35s ease;
}

.tarot-vote-rank__percent {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 15px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #452f24;
  white-space: nowrap;
  transform: translateY(-1.25px);
}

.tarot-vote-rank__vote {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #e2b4b8;
  color: #fff;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.12s ease;
}

.tarot-vote-rank__vote-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.tarot-vote-rank__vote:hover,
.tarot-vote-rank__vote:focus-visible {
  opacity: 0.92;
}

.tarot-vote-rank__vote:focus-visible {
  outline: 2px solid #9a8578;
  outline-offset: -2px;
}

.tarot-vote-rank__vote:active {
  opacity: 0.86;
  transform: scale(0.98);
}

.tarot-vote-rank__vote:disabled {
  background: #d4cec4;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.tarot-vote-rank__vote:disabled:hover,
.tarot-vote-rank__vote:disabled:focus-visible,
.tarot-vote-rank__vote:disabled:active {
  opacity: 1;
  transform: none;
}

/* 3アイコン：幅いっぱいに広げず、トップと同じ gap だけ空ける */

@media (min-width: 768px) {
  #tarot-vote {
    padding: 25px 0 56px;
  }

  #tarot-vote #tarot-vote-title {
    margin-bottom: 7.5px;
    font-size: 20px;
  }

  #tarot-vote > .astro-personality__lead {
    margin: 0 0 22.5px;
    font-size: 15px;
  }

  #tarot-vote .tool-icon-menu {
    margin-bottom: 7.5px;
    padding-bottom: 22.5px;
  }

  #tarot-vote .tarot-vote-page__detail-nav .tool-icon-menu__icon {
    width: 57.5px;
    height: 57.5px;
  }

  #tarot-vote .tarot-vote__banner-wrap {
    max-width: 600px;
    padding-bottom: 17.5px;
  }

  #tarot-vote .tarot-vote__banner {
    height: 200px;
  }

  .tarot-vote-rank-refresh {
    max-width: 500px;
    padding: 25px 0 20px;
  }

  .tarot-vote-rank-refresh__btn {
    width: 70px;
    height: 40px;
    border-radius: 7.5px;
    font-size: 15px;
  }

  .tarot-vote-rank-refresh__btn:disabled .tarot-vote-rank-refresh__label {
    font-size: 12.5px;
  }

  .tarot-vote-rank__item + .tarot-vote-rank__item {
    margin-top: 10px;
  }

  .tarot-vote-rank__cutoff {
    margin: 15px 0;
  }

  .tarot-vote-rank__cutoff-cue {
    margin-bottom: 6px;
  }

  .tarot-vote-rank__cutoff-arrow {
    width: 14px;
    height: 13.5px;
  }

  .tarot-vote-rank__cutoff-arrow::before {
    border-left-width: 4.5px;
    border-right-width: 4.5px;
    border-bottom-width: 4.5px;
  }

  .tarot-vote-rank__cutoff-arrow::after {
    top: 3.5px;
    width: 2px;
    height: 10px;
  }

  .tarot-vote-rank__cutoff-text {
    font-size: 13.5px;
  }

  .tarot-vote-rank__row {
    max-width: 500px;
    height: 100px;
    gap: 17.5px;
    padding: 12px 10px 12px 15px;
  }

  .tarot-vote-rank__thumb-wrap {
    width: 54px;
    height: 90px;
  }

  .tarot-vote-rank__main {
    gap: 10px;
    padding: 0;
  }

  .tarot-vote-rank__head {
    gap: 12.5px;
  }

  .tarot-vote-rank__badge {
    width: 35px;
    height: 32.5px;
  }

  .tarot-vote-rank__badge-num {
    font-size: 20px;
    transform: translateY(-2px);
  }

  .tarot-vote-rank__badge-num--wide {
    font-size: 17.5px;
  }

  .tarot-vote-rank__name-row {
    gap: 10px;
    transform: translateY(-2px);
  }

  .tarot-vote-rank__name {
    font-size: 17.5px;
  }

  .tarot-vote-rank__trend {
    width: 15px;
    height: 15px;
    transform: translateY(0.5px);
  }

  .tarot-vote-rank__trend svg {
    width: 15px;
    height: 15px;
  }

  .tarot-vote-rank__gauge {
    gap: 10px;
  }

  .tarot-vote-rank__gauge-track {
    width: 300px;
    height: 22.5px;
  }

  .tarot-vote-rank__percent {
    height: 22.5px;
    font-size: 15px;
    transform: translateY(-1.5px);
  }

  .tarot-vote-rank__vote {
    width: 40px;
    height: 70px;
    border-radius: 7.5px;
    font-size: 15px;
  }

  .tarot-vote-page__divider {
    margin: 30px auto;
  }

  .tarot-vote-page__section {
    max-width: 600px;
    padding: 0 15px;
  }

  .tarot-vote-page__section-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .tarot-vote-page__section-body {
    font-size: 14px;
  }

  .tarot-vote-page__detail-block + .tarot-vote-page__detail-block {
    margin-top: 30px;
  }

  .tarot-vote-page__detail-block .tarot-vote-page__section-title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .tarot-vote-page__note {
    font-size: 13.5px;
  }

  .tarot-vote-page__subsection-title {
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-size: 15px;
  }

  .tarot-vote-page__subsection-title:first-of-type {
    margin-top: 20px;
  }
}

/* 投票確認モーダル */

.tarot-vote-modal[hidden] {
  display: none !important;
}

body.tarot-vote-modal-open {
  overflow: hidden;
}

.tarot-vote-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}

.tarot-vote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(69, 47, 36, 0.45);
}

.tarot-vote-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 280px;
  height: 350px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: #452f24;
  box-sizing: border-box;
  box-shadow: 0 10px 40px rgba(69, 47, 36, 0.18);
  overflow: hidden;
}

.tarot-vote-modal__title {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  color: #452f24;
}

.tarot-vote-modal__card-wrap {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 5;
  line-height: 0;
}

.tarot-vote-modal__card {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tarot-vote-modal__note {
  flex: 0 0 auto;
  width: 100%;
  margin: 5px 0 15px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  color: #5c4033;
}

.tarot-vote-modal__submit {
  flex: 0 0 auto;
  margin: 0;
}

.tarot-vote-modal__submit:disabled {
  background: #d4cec4;
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.tarot-vote-modal__submit:disabled:hover,
.tarot-vote-modal__submit:disabled:focus-visible,
.tarot-vote-modal__submit:disabled:active {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .tarot-vote-modal__panel {
    width: 400px;
    height: 500px;
    padding: 30px;
    border-radius: 10px;
  }

  .tarot-vote-modal__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.25;
  }

  .tarot-vote-modal__note {
    margin: 5px 0 25px;
    font-size: 15px;
    line-height: 1.4;
  }
}

/* シェア */

.tarot-vote-share {
  width: 100%;
  max-width: 450px;
  margin: 20px auto 0;
  padding: 0 12.5px;
  box-sizing: border-box;
  text-align: center;
}

.tarot-vote-share__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 0 0 12.5px;
}

.tarot-vote-share__btn {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.15s ease;
}

.tarot-vote-share__btn:hover,
.tarot-vote-share__btn:focus-visible {
  opacity: 0.85;
}

.tarot-vote-share__btn-icon {
  display: block;
  width: 25px;
  height: 25px;
}

.tarot-vote-share__lead {
  margin: 0;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #5c4033;
}

.tarot-vote-share__tag {
  color: #c97884;
}

.tarot-vote-share-pick__panel {
  width: 280px;
  height: 350px;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.tarot-vote-share-pick__title {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  color: #452f24;
}

.tarot-vote-share-pick__grid {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 39px);
  gap: 8px 10px;
  justify-content: center;
  align-content: start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tarot-vote-share-pick__grid::-webkit-scrollbar {
  display: none;
}

.tarot-vote-share-pick__item {
  margin: 0;
}

.tarot-vote-share-pick__card {
  display: block;
  width: 39px;
  height: 65px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.15s ease;
}

.tarot-vote-share-pick__card:hover,
.tarot-vote-share-pick__card:focus-visible {
  opacity: 0.88;
}

.tarot-vote-share-pick__card img {
  display: block;
  width: 39px;
  height: 65px;
  object-fit: cover;
}

.tarot-vote-share-preview__panel {
  width: 275px;
  height: 275px;
  padding: 10px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tarot-vote-share-preview__panel::-webkit-scrollbar {
  display: none;
}

.tarot-vote-share-preview__image-wrap {
  flex: 0 0 auto;
  width: 160px;
  height: 200px;
  max-width: 100%;
  margin: 0 auto 15px;
  box-sizing: border-box;
  border: 1px solid rgba(92, 64, 51, 0.14);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.tarot-vote-share-preview__status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: #f7f2ec;
  color: #9a8578;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.tarot-vote-share-preview__status[hidden] {
  display: none !important;
}

.tarot-vote-share-preview__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.tarot-vote-share-preview__image[hidden] {
  display: none !important;
}

.tarot-vote-share-preview__text {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.55;
  text-align: center;
  color: #5c4033;
  word-break: break-word;
}

.tarot-vote-share-preview__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#tarot-vote-share-submit {
  width: 125px;
  height: 35px;
  font-size: 14px;
  border-radius: 5px;
}

.tarot-vote-share-capture-host {
  position: fixed;
  left: -10000px;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.tarot-vote-share-capture {
  box-sizing: border-box;
  width: 360px;
  height: 450px;
  padding: 28px 28px 36px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.tarot-vote-share-capture__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex: 0 0 auto;
}

.tarot-vote-share-capture__en {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #c4a06a;
  text-transform: uppercase;
}

.tarot-vote-share-capture__visual {
  display: block;
  flex: 0 0 auto;
  width: 165px;
  height: 275px;
  margin: 0;
  padding: 0;
}

.tarot-vote-share-capture__card {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tarot-vote-share-capture__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #6b4a38;
  line-height: 1.4;
}

.tarot-vote-share-capture__logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 40px;
  max-width: 300px;
  margin-top: auto;
  padding-top: 12.5px;
  box-sizing: content-box;
  object-fit: contain;
}

@media (min-width: 768px) {
  .tarot-vote-share__icons {
    gap: 30px;
  }

  .tarot-vote-share__btn-icon {
    width: 30px;
    height: 30px;
  }

  .tarot-vote-share__lead {
    font-size: 13.5px;
  }

  .tarot-vote-share-pick__panel {
    width: 400px;
    height: 500px;
    padding: 30px;
  }

  .tarot-vote-share-preview__panel {
    width: 400px;
    height: 400px;
    padding: 15px;
  }

  .tarot-vote-share-pick__title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .tarot-vote-share-pick__grid {
    grid-template-columns: repeat(5, 54px);
    gap: 10px 12px;
  }

  .tarot-vote-share-pick__card {
    width: 54px;
    height: 90px;
  }

  .tarot-vote-share-pick__card img {
    width: 54px;
    height: 90px;
  }

  .tarot-vote-share-preview__image-wrap {
    width: 240px;
    height: 300px;
    margin-bottom: 20px;
  }

  .tarot-vote-share-preview__status {
    font-size: 13px;
  }

  .tarot-vote-share-preview__text {
    font-size: 13px;
  }

  #tarot-vote-share-submit {
    width: 180px;
    height: 47.5px;
    font-size: 19px;
    border-radius: 5px;
  }
}
