@charset "UTF-8";

:root {
  --vote-thumb-border: 3px solid #000;
  --vote-thumb-shadow: 3px 3px 0 #000;
  --vote-thumb-shadow-hover: 3px 3px 0 transparent;
  --vote-thumb-border-small: 2px solid #000;
  --vote-thumb-shadow-small: 2px 2px 0 #000;
  --modal-panel-border: 4px solid #000;
}

body {
  color: #000;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

body {
  animation: whiteIn 1s ease 0s 1 normal;
  -webkit-animation: whiteIn 1s ease 0s 1 normal;
}

@keyframes whiteIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes whiteIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a:link {
  text-decoration: underline;
  color: #ceff00;
  transition: all 0.2s;
}

a:visited {
  text-decoration: underline;
  color: #ceff00;
}

a:hover {
  text-decoration: underline;
  color: #ed0235;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  position: relative;
  width: 100%;
  background-color: #ed0235;
}

.header {
  background-image: url(../img/top-top-bg.png), url(../img/top-bottom-bg.png);
  background-position:
    top left,
    bottom -2px left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.header-inner {
  position: relative;
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}

.top-image {
  position: relative;
  width: 65%;
  z-index: 2;
}

.top-logo {
  position: absolute;
  width: 52%;
  top: 1%;
  right: 0;
  z-index: 1;
}

.top-title {
  position: absolute;
  width: 48%;
  top: 18%;
  right: 0;
  z-index: 3;
}

.top-catch {
  position: absolute;
  width: 48%;
  bottom: 19%;
  left: 9%;
  transform: rotate(-8deg);
  z-index: 3;
}

.top-date {
  position: absolute;
  width: 32%;
  bottom: 25%;
  right: 0;
  transform: rotate(-8deg);
  z-index: 3;
}

.top-free {
  position: absolute;
  width: 26%;
  bottom: -8%;
  left: 14%;
  z-index: 2;
  transform: rotate(-8deg);
}

.top-lead {
  position: absolute;
  width: 55%;
  bottom: 5%;
  right: 0;
  transform: rotate(-8deg);
  z-index: 3;
}

.content {
  position: relative;
  height: 100%;
}

.content > .inner {
  position: relative;
  z-index: 2;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.about-bg {
  background: #000;
}

.about {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.about-fire {
  position: absolute;
  z-index: 4;
  width: 5.5%;
  height: auto;
  pointer-events: none;
}

.about-fire-1 {
  top: 3%;
  right: 32%;
}

.about-fire-2 {
  top: 20%;
  right: -3%;
}

.about-fire-3 {
  top: 46%;
  left: -5%;
}

.about-fire-4 {
  top: 32%;
  left: 55%;
}

.about-fire-5 {
  top: 60%;
  left: 37.5%;
}

.about-fire-6 {
  top: 75%;
  right: 2.8%;
}

.about-frame {
  position: relative;
  width: 100%;
  margin: 0 0 2rem;
  padding: 6.6rem 0 0;
  background-color: #31d7db;
}

.about-h {
  position: absolute;
  width: 100%;
  top: 0;
  left: -2px;
}

.about-h img {
  width: 280px;
}

.koma-1 {
  position: absolute;
  top: -15%;
  right: -2%;
  width: 30%;
  transform: rotate(8deg);
}

.koma-2 {
  position: absolute;
  bottom: 2%;
  right: 24%;
  width: 22%;
  transform: rotate(8deg);
}

.koma-3 {
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 30%;
}

.koma-1 img,
.koma-2 img {
  border: var(--vote-thumb-border-small);
  box-shadow: var(--vote-thumb-shadow);
}

.about-inner {
  position: relative;
  padding: 0 3rem 3rem;
}

.about-method {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 1.5rem;
}

.about-num {
  width: 8%;
  margin: 0 3% 0 0;
}

.about-method p {
  width: 89%;
  font-size: 24px;
  font-weight: 800;
  transform: translateY(-0.4em);
}

.present-text {
  width: 52%;
}

.present-image {
  position: absolute;
  width: 41%;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.about-frame-2 {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-item {
  position: relative;
  width: 48%;
  padding: 6.5rem 0 0;
  background-color: #31d7db;
}

.note-text {
  width: 46%;
  margin: 0 auto;
}

.about-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  width: 60%;
  margin: 2rem auto 0;
}

.about-btn img {
  border: var(--vote-thumb-border);
  box-shadow: var(--vote-thumb-shadow);
}

.lity-content .popup-wrap {
  position: relative;
  box-sizing: border-box;
  width: min(800px, 92vw);
  max-height: calc(100vh - 6rem);
  overflow: auto;
  margin: 3rem auto;
  background-color: #31d7db;
  padding: 6.5rem 3rem 3rem;
}

.popup-wrap p {
  color: #000;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.line {
  width: 80%;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  background-color: #06c755;
}

.vote-list-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.vote-list-title-text {
  width: 100%;
  margin: 0 0 1.5rem;
}

.vote-bg {
  position: relative;
}

.vote-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  z-index: 3;
}

.vote-title {
  width: 100%;
  margin: 0 0 1rem;
}

.vote-title img {
  width: 60%;
}

.bg-a,
.bg-b,
.bg-c,
.bg-d {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.bg-a::before,
.bg-b::before,
.bg-c::before,
.bg-d::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.bg-a {
  background-color: #ed0235;
}

.webp .bg-a::before {
  background-image: url(../img/c-01.webp);
  background-position: bottom right;
}

.no-webp .bg-a::before {
  background-image: url(../img/c-01.jpg);
  background-position: bottom right;
}

.bg-b {
  background-color: #ff4f12;
}

.webp .bg-b::before {
  background-image: url(../img/c-02.webp);
  background-position: bottom left;
}

.no-webp .bg-b::before {
  background-image: url(../img/c-02.jpg);
  background-position: bottom left;
}

.bg-c {
  background-color: #6e33ff;
}

.webp .bg-c::before {
  background-image: url(../img/c-03.webp);
  background-position: bottom right;
}

.no-webp .bg-c::before {
  background-image: url(../img/c-03.jpg);
  background-position: bottom right;
}

.bg-d {
  background-color: #00bd85;
}

.webp .bg-d::before {
  background-image: url(../img/c-04.webp);
  background-position: bottom left;
}

.no-webp .bg-d::before {
  background-image: url(../img/c-04.webp);
  background-position: bottom left;
}

.vote-item {
  position: relative;
  border: var(--vote-thumb-border);
  box-shadow: var(--vote-thumb-shadow);
  transition: all 0.2s;
}

.vote-item:hover:not(.is-selected):not(.is-hover-suppressed) {
  transform: translate(3px, 3px);
  box-shadow: var(--vote-thumb-shadow-hover);
}

.vote-item-inner {
  position: relative;
}

.vote-num {
  position: absolute;
  width: 2rem;
  aspect-ratio: 1 / 1;
  top: -0.6rem;
  left: -0.6rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.thumb {
  width: 100%;
  aspect-ratio: 1 /1;
}

.thumb img {
  width: 100%;
  border: var(--vote-thumb-border);
}

.vote-item .thumb img {
  display: block;
  border: 0;
}

.comics-bg {
  background-color: #f2f2f2;
}

.comics-outer {
  padding: 4rem 0;
}

.comics {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.comics-title {
  margin: 0 0 2rem;
}

.comics-title img {
  width: 54%;
}

.comics-text {
  margin: 0 0 1rem;
}

.comics-cover-list {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
  align-items: stretch;
}

.comics-cover-item-main {
  grid-row: 1 / span 2;
}

.comics-cover-item {
  line-height: 0;
  background: #000;
}

.comics-cover-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.comics-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 70%;
  margin: 1.4rem auto 0;
}

.comics-btn img {
  width: 100%;
  box-shadow: 2px 2px 0 rgba(206, 255, 0, 1);
}

.footer {
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #000;
}

.footer-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.social {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-item:first-child {
  width: 8%;
  padding: 0 1.2%;
  line-height: 0;
}

.social-item {
  width: 6%;
  padding: 0 1.2%;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  :root {
    --vote-thumb-border: 2px solid #000;
    --vote-thumb-shadow: 2px 2px 0 #000;
    --vote-thumb-shadow-hover: 2px 2px 0 transparent;
    --vote-thumb-border-small: 2px solid #000;
    --vote-thumb-shadow-small: 2px 2px 0 #000;
    --modal-panel-border: 2px solid #000;
  }

  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .header {
    background-image:
      url(../img/sp-top-top-bg.png), url(../img/sp-top-bottom-bg.png);
  }

  .top-image {
    width: 100%;
    padding: 16% 0 10%;
  }

  .top-logo {
    width: 98%;
    top: 1%;
    right: 1%;
  }

  .top-title {
    width: 62%;
    top: 58%;
    left: -1% !important;
  }

  .top-catch {
    width: 46%;
    bottom: 54.5%;
    left: 53%;
  }

  .top-date {
    width: 40%;
    bottom: 16%;
    right: 0;
  }

  .top-free {
    width: 36%;
    bottom: 23.5%;
    left: 67%;
    z-index: 2;
  }

  .top-lead {
    width: 96%;
    bottom: -6%;
    right: 2%;
  }

  .about {
    padding: 6rem 0 3rem;
  }

  .about-fire {
    position: absolute;
    z-index: 4;
    width: 5.5%;
    height: auto;
    pointer-events: none;
  }

  .about-fire-1 {
    width: 9%;
    top: 3%;
    right: 36%;
  }

  .about-fire-2 {
    width: 9%;
    top: 20%;
    right: -3%;
  }

  .about-fire-3 {
    width: 9%;
    top: 30%;
    left: 5%;
  }

  .about-fire-4 {
    width: 9%;
    top: 38%;
    left: 88%;
  }

  .about-fire-5 {
    width: 9%;
    top: 56%;
    left: 80%;
  }

  .about-fire-6 {
    width: 9%;
    top: 78%;
    right: 0%;
  }

  .about-frame {
    margin: 0 0 1.5rem;
    padding: 3.5rem 0 0;
  }

  .about-h img {
    width: 50%;
  }

  .koma-1 {
    top: -22%;
    right: 0;
    width: 32%;
    transform: rotate(8deg);
  }

  .koma-2 {
    bottom: 30%;
    right: 54%;
    width: 40%;
    transform: rotate(8deg);
  }

  .koma-3 {
    bottom: 30%;
    right:-4%;
    width: 55%;
  }

  .about-inner {
    padding: 0 1.2rem 1.2rem;
  }

  .about-method {
    margin: 0 0 1.2rem;
  }

  .about-num {
    width: 12%;
    margin: 0 3% 0 0;
  }

  .about-method p {
    width: 85%;
    font-size: 3.6vw;
    transform: translateY(-0.4em);
  }

  .present-text {
    width: 100%;
  }

  .present-image {
    position: static;
    inset: auto;
    width: 80%;
    margin: 0 auto 1rem;
    transform: translateY(0);
  }

  .about-frame-2 {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
  }

  .about-item {
    width: 100%;
    padding: 3.5rem 0 0;
    margin: 0 0 1.5rem;
  }

  .note-text {
    width: 80%;
    margin: 0 auto 1rem;
    line-height: 0;
  }

  .about-btn {
    gap: 3%;
    width: 100%;
    margin: 0 auto;
  }

  .lity-content .popup-wrap {
    margin: 0 auto;
    padding: 3.5rem 1rem 1.5rem;
  }

  .popup-wrap p {
    font-size: 11px;
  }

  .line {
    width: 100%;
    margin: 0 auto 1rem;
    padding: 1rem;
  }

  .vote-list-title-text {
    width: 94%;
    margin: 0 auto 1rem;
  }

  .vote-box {
    width: 94%;
    padding: 1rem 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .vote-title {
    width: 100%;
    margin: 0;
  }

  .vote-title img {
    width: 80%;
  }

  .webp .bg-a::before {
    background-image: url(../img/sp-c-01.webp);
    background-position: bottom right;
  }

  .no-webp .bg-a::before {
    background-image: url(../img/sp-c-01.jpg);
    background-position: bottom right;
  }

  .webp .bg-b::before {
    background-image: url(../img/sp-c-02.webp);
    background-position: bottom left;
  }

  .no-webp .bg-b::before {
    background-image: url(../img/sp-c-02.jpg);
    background-position: bottom left;
  }

  .webp .bg-c::before {
    background-image: url(../img/sp-c-03.webp);
    background-position: bottom right;
  }

  .no-webp .bg-c::before {
    background-image: url(../img/sp-c-03.jpg);
    background-position: bottom right;
  }

  .webp .bg-d::before {
    background-image: url(../img/sp-c-04.webp);
    background-position: bottom left;
  }

  .no-webp .bg-d::before {
    background-image: url(../img/sp-c-04.webp);
    background-position: bottom left;
  }

  .vote-item {
    position: relative;
    border: var(--vote-thumb-border);
    box-shadow: var(--vote-thumb-shadow);
    transition: all 0.2s;
  }

  .vote-item-inner {
    position: relative;
  }

  .vote-num {
    width: 1.5rem;
    font-size: 3.2vw;
  }

  .comics-outer {
    padding: 2rem 0;
  }

  .comics {
    width: 90%;
  }

  .comics-title {
    margin: 0 0 1.5rem;
  }

  .comics-title img {
    width: 74%;
  }

  .comics-text {
    margin: 0 0 1rem;
  }

  .comics-cover-list {
    gap: 10px;
  }

  .comics-btn {
    gap: 10px;
    width: 100%;
    margin: 1rem auto 0;
  }

  .footer {
    padding: 1.5rem 0;
    font-size: 11px;
  }

  .social {
    width: 100%;
    margin: 0 0 1rem;
  }

  .social-item:first-child {
    width: 14%;
    padding: 0 1.5%;
  }

  .social-item {
    width: 11%;
    padding: 0 1.5%;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .header-inner {
    aspect-ratio: 1 / 0.706;
  }

  .about-btn {
    gap: 20px;
    width: 90%;
    margin: 2rem auto;
  }

  .vote-list-title {
    width: 90%;
    margin: 0 auto;
  }

  p.vote-note {
    width: 90%;
    margin: 0 auto 2rem;
    font-size: 1.8vw;
  }

  .vote-box {
    width: 90%;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .vote-item {
    border: var(--vote-thumb-border-small);
    box-shadow: var(--vote-thumb-shadow-small);
  }

  .name {
    height: 2.4em;
  }

  .name span {
    font-size: 2.2vw;
  }

  .footer {
    padding: 3rem 0;
    font-size: 10px;
  }

  .social {
    margin: 0 0 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .header-inner {
    aspect-ratio: 1 / 0.706;
  }

  .inner {
    max-width: 1000px;
  }

  .about-btn img {
    transition: all 0.2s;
  }

  .about-btn img:hover {
    transform: translate(3px, 3px);
    box-shadow: var(--vote-thumb-shadow-hover);
  }

  .vote-item:hover:not(.is-selected):not(.is-hover-suppressed) {
    transform: translate(3px, 3px);
    box-shadow: var(--vote-thumb-shadow-hover);
  }

  .comics-btn img {
    transition: all 0.2s;
  }

  .comics-btn img:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 rgba(206, 255, 0, 0);
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn-hover img,
  button.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition:
      transform 0.3s,
      -webkit-transform 0.3s;
  }

  a.btn-hover img:hover,
  button.btn-hover img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* === multiple vote selection tray === */
.vote-item {
  transition:
    transform 0.2s ease,
    opacity 0.25s ease,
    filter 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.vote-item.is-selected {
  transform: translate(3px, 3px);
  box-shadow: var(--vote-thumb-shadow-hover);
  cursor: pointer;
}

@media (hover: none), (pointer: coarse) {
  .vote-item:hover:not(.is-selected) {
    transform: none;
    box-shadow: var(--vote-thumb-shadow);
  }
}

.vote-item.is-block-disabled {
  opacity: 0.36;
  filter: grayscale(1);
  pointer-events: none;
}

.has-vote-selection body {
  padding-bottom: 230px;
}

.vote-selection-area {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11000;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 18px 20px 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  border: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.vote-selection-area.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vote-selection-area[hidden] {
  display: none;
}


.vote-selection-thumbs {
  display: flex;
  justify-content: center;
  gap: 18px;
  min-height: 120px;
}

.vote-selection-thumb {
  position: relative;
  width: 120px;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: var(--vote-thumb-border);
  box-shadow: var(--vote-thumb-shadow);
}

.vote-selection-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vote-selection-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 2px solid #d9ff00;
  border-radius: 50%;
  color: #d9ff00;
  background: #000;
  font-size: 22px;
  line-height: 21px;
  cursor: pointer;
}

.vote-selection-help {
  margin: 0.5rem 0 0.7rem;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.vote-selection-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.vote-selection-submit,
.vote-selection-reset {
  display: block;
  width: min(30vw, 240px);
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.vote-selection-submit img,
.vote-selection-reset img {
  display: block;
  width: 100%;
  transition: transform 0.2s ease;
}

.vote-selection-submit:hover img,
.vote-selection-reset:hover img {
  transform: translate(3px, 3px);
}

.voted-today-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
}

.voted-today-modal.is-visible {
  pointer-events: auto;
}

.voted-today-modal[hidden] {
  display: none;
}

.voted-today-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.voted-today-modal__panel {
  position: relative;
  width: min(92vw, 460px);
  padding: 28px 22px 22px;
  text-align: center;
  color: #000;
  background: #d9ff00;
  border: var(--modal-panel-border);
  box-shadow: var(--vote-thumb-shadow);
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.voted-today-modal.is-visible .voted-today-modal__panel {
  opacity: 1;
  transform: translateY(0);
}

.voted-today-modal__panel p {
  margin: 0 0 18px;
  font-size: clamp(18px, 4.4vw, 26px);
  line-height: 1.45;
}

.voted-today-modal__panel p span {
  display: inline-block;
  transform: rotate(15deg);
}

.voted-today-modal__close {
  display: inline-block;
  width: min(46vw, 160px);
  padding: 0;
  background: none;
  border: 0;
  line-height: 0;
  cursor: pointer;
}

.voted-today-modal__close img {
  display: block;
  width: 100%;
  transition: transform 0.2s ease;
}

.voted-today-modal__close:hover img {
  transform: translate(3px, 3px);
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .has-vote-selection body {
    padding-bottom: 184px;
  }

  .vote-selection-area {
    padding: 10px 12px 12px;
  }


  .vote-selection-thumbs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 0;
  }

  .vote-selection-thumb {
    flex: 0 0 calc((100% - 24px) / 4);
    width: calc((100% - 24px) / 4);
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
  }

  .vote-selection-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vote-selection-remove {
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 17px;
  }

  .vote-selection-help {
    margin: 6px 0 8px;
    font-size: 14px;
  }

  .vote-selection-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .vote-selection-submit,
  .vote-selection-reset {
    width: 100%;
    max-width: none;
  }
}
