/* Brunch Vote - Gender Reveal theme. Mobile-first, responsive. */

.bv-container {
  --bv-bg: #f2e9dd;
  --bv-pink: #dda1a1;
  --bv-blue: #9bbacc;
  --bv-text: #1a1a1a;
  --bv-btn-bg: #1a1a1a;
  /* อังกฤษ/ตัวเลข: Charter (แบบเดิม) — อักษรไทยไม่มีใน Charter จึง fallback เป็น Kanit */
  --bv-font-thai: "Kanit", "Noto Sans Thai", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bv-font-body: "Charter BT", "Charter", Georgia, "Times New Roman", var(--bv-font-thai);
  --bv-radius: 12px;
  --bv-transition: 0.25s ease;
}

.bv-container {
  position: relative;
  background: var(--bv-bg);
  font-family: var(--bv-font-body);
  min-height: 100vh;
  padding: 1rem;
  padding-bottom: max(2rem, calc(0.95rem + env(safe-area-inset-bottom, 0px)));
}

.bv-attribution-disney {
  position: absolute;
  bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
  left: max(0.65rem, env(safe-area-inset-left, 0px));
  margin: 0;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}

.bv-attribution-disney img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(64px, 26vw);
  max-height: 0.9375rem;
  object-fit: contain;
  object-position: left bottom;
}

.bv-card {
  background: var(--bv-bg);
  box-shadow: none;
  border-radius: var(--bv-radius);
  padding: 1.25rem 1rem;
}

.bv-header {
  margin-bottom: 0.45rem;
}

.bv-title {
  font-family: var(--bv-font-body);
  font-weight: 700;
  font-style: italic;
  color: var(--bv-text);
  font-size: 1.75rem;
  margin: 0 0 0.12rem 0;
}

/* ชิดกับหัวข้อ — override margin จาก front.css */
.bv-already-voted {
  text-align: center;
  color: rgba(26, 26, 26, 0.58);
  font-size: 0.95rem;
  margin: 0.12rem 0 0.1rem;
  line-height: 1.45;
}

.bv-already-voted__thanks {
  margin: 0 0 0.35rem;
  font-family: var(--bv-font-body);
  font-weight: 600;
  font-style: italic;
  color: var(--bv-text);
  opacity: 0.92;
}

.bv-already-voted__label {
  margin: 0 0 0.2rem;
  font-size: 0.92em;
  opacity: 0.88;
}

.bv-already-voted__team {
  margin: 0 0 0.15rem;
  font-size: 1.08em;
}

.bv-already-voted__choice {
  font-weight: 700;
  font-style: italic;
  color: var(--bv-text);
}

.bv-subtitle {
  font-size: 1rem;
  color: var(--bv-text);
  opacity: 0.85;
  margin: 0;
}

/* Step 1: Identity */
.bv-step-identity {
  margin-bottom: 1rem;
  overflow: visible;
}

.bv-card:has(.bv-step1-wands),
.bv-card.bv-card--step1-wands {
  overflow: visible;
}

.bv-input.bv-phone {
  border-radius: var(--bv-radius);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 0.85rem 1rem;
}

.bv-btn-confirm {
  background: var(--bv-btn-bg);
  color: #fff;
  border-radius: var(--bv-radius);
  font-weight: 600;
  padding: 0.9rem 1rem;
  transition: transform var(--bv-transition), opacity var(--bv-transition);
}

.bv-btn-confirm:hover {
  opacity: 0.92;
}

.bv-btn-confirm:active {
  transform: scale(0.98);
}

.bv-step1-illustration {
  position: relative;
  display: block;
  overflow: visible;
  text-align: center;
  margin: 1.25rem 0 0.75rem;
  width: 100%;
  max-width: 100%;
}

.bv-step1-pixie-snow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bv-step1-illu-stack {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  z-index: 2;
  overflow: visible;
  isolation: isolate;
}

.bv-step1-illu-stack--wand-only {
  min-width: 10rem;
  min-height: 7rem;
}

.bv-step1-illustration .bv-illus-step1 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  object-fit: contain;
}

/* คทาซ้าย/ขวา มุมล่าง — overlay ใน .bv-step1-illu-stack ยึดมุมล่างของรูปหลัก */
.bv-step1-wands {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  overflow: visible;
}

/*
 * ฐาน .bv-step1-wand-layer — รองรับมาร์กอัปเก่าบนเซิร์ฟเวอร์ (class เดียว ไม่มี --left/--right)
 * ถ้า CSS ใหม่แต่ PHP ยังเก่า จะได้ position/ขนาด ไม่หาย
 */
.bv-step1-wand-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  /* ขนาดคทา ~70% ของเวอร์ชันก่อน (ลดลง 30%) */
  width: clamp(3rem, 18.2%, 6.125rem);
  max-width: 32%;
  pointer-events: none;
  z-index: 6;
  transform-origin: 20% 100%;
}

.bv-step1-wand-layer--left {
  left: 0;
  right: auto;
  transform-origin: 20% 100%;
}

.bv-step1-wand-layer--right {
  left: auto;
  right: 0;
  transform-origin: 80% 100%;
}

.bv-step1-wand-float {
  position: relative;
  display: block;
  will-change: transform;
  animation: bv-wand-sway 4.25s ease-in-out infinite;
}

.bv-step1-wand-float--right {
  animation-name: bv-wand-sway-right;
}

.bv-step1-wand-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1.75rem;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

/* Pixie dust รอบหัวคทา — canvas (ชมพู/ฟ้าพาสเทล, front.js) */
.bv-wand-pixie-dust {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

@keyframes bv-wand-sway {
  0%,
  100% {
    transform: rotate(-5.5deg) translateY(0) translateX(0);
  }
  33% {
    transform: rotate(3deg) translateY(-4px) translateX(2px);
  }
  66% {
    transform: rotate(6deg) translateY(-2px) translateX(-3px);
  }
}

@keyframes bv-wand-sway-right {
  0%,
  100% {
    transform: rotate(5.5deg) translateY(0) translateX(0);
  }
  33% {
    transform: rotate(-3deg) translateY(-4px) translateX(-2px);
  }
  66% {
    transform: rotate(-6deg) translateY(-2px) translateX(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-step1-magic .bv-step1-wand-float {
    animation: none;
  }
}

.bv-tagline {
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--bv-text);
  margin: 0.5rem 0 0;
}

.bv-tagline-pink {
  color: var(--bv-pink);
}

.bv-tagline-blue {
  color: var(--bv-blue);
}

/* Step 2: Vote - two cards */
.bv-step-vote {
  margin-bottom: 1.5rem;
}

.bv-vote-label {
  text-align: center;
  font-size: 1rem;
  color: var(--bv-text);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.bv-vote-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.bv-vote-idle-countdown {
  font-family: var(--bv-font-body);
  text-align: center;
  font-size: clamp(0.82rem, 2.5vw, 0.95rem);
  font-style: italic;
  color: var(--bv-text);
  opacity: 0.88;
  margin: 0 0 0.85rem;
  line-height: 1.45;
  padding: 0 0.35rem;
}

#content .bv-container .bv-step-vote.bv-vote-idle-visible .bv-vote-buttons,
.bv-container .bv-step-vote.bv-vote-idle-visible .bv-vote-buttons {
  margin-bottom: calc(80px + 0.9rem) !important;
}

#content .bv-container .bv-step-vote p.bv-vote-idle-countdown,
.bv-container .bv-step-vote p.bv-vote-idle-countdown {
  margin: 0 0 0.85rem !important;
}

.bv-vote-idle-note {
  margin: 0.2rem auto 0.95rem;
  max-width: 34rem;
  text-align: left;
  font-family: var(--bv-font-body);
  font-size: clamp(0.8rem, 2.5vw, 0.94rem);
  line-height: 1.55;
  color: var(--bv-text);
  opacity: 0.9;
  padding: 0 0.35rem;
}

/* Female (pink) left, Male (blue) right via order */
.bv-vote-female {
  order: 1;
}

.bv-vote-male {
  order: 2;
}

.bv-vote-btn {
  flex: 1 1 140px;
  min-width: 140px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: transform var(--bv-transition);
}

.bv-vote-btn:hover,
.bv-vote-btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.bv-vote-btn:focus-visible {
  outline: 2px solid var(--bv-text);
  outline-offset: 4px;
}

/* มีรูป: เอากรอบออกหมด แสดงแต่รูป */
.bv-vote-btn-has-img,
.bv-vote-btn-has-img:focus,
.bv-vote-btn-has-img:focus-visible,
.bv-vote-btn-has-img:hover,
.bv-vote-btn-has-img:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.bv-vote-btn:hover {
  transform: translateY(-2px);
}

.bv-vote-btn:active {
  transform: scale(0.98);
}

.bv-vote-male {
  color: var(--bv-blue);
}

.bv-vote-male:hover {
  box-shadow: none;
}

.bv-vote-female {
  color: var(--bv-pink);
}

.bv-vote-female:hover {
  box-shadow: none;
}

@keyframes bv-vote-btn-img-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* มีรูปแล้วแสดงแค่รูป ไม่มีกรอบ ไม่มี tagline */
.bv-vote-btn-has-img {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 1 1 0;
  width: auto;
  padding: 0 !important;
  border-radius: 0 !important;
  appearance: none;
  overflow: visible;
  /* ยืดความสูงเท่ากัน (stretch) แล้วดันรูปไปชิดล่าง — ฐานสองปุ่มตรงระดับเดียวกัน */
  justify-content: flex-end;
  line-height: 0;
}

.bv-vote-btn-has-img .bv-vote-btn-img {
  /* กล่องวาดคงที่ทั้งคู่ ลดอาการ PNG canvas ต่างกัน + object-position ยึดฐานภาพ */
  width: min(180px, 100%);
  max-width: 180px;
  height: 240px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0;
  animation: bv-vote-btn-img-fade-in 1.2s ease-out forwards;
}

/* ชมพูซ้ายขึ้นก่อน ฟ้าตามเล็กน้อย — สอดคล้อง order ใน flex */
.bv-vote-btn-has-img.bv-vote-male .bv-vote-btn-img {
  animation-delay: 0.1s;
}

.bv-vote-btn-has-img .bv-vote-tagline {
  display: none;
}

.bv-vote-tagline {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}

.bv-vote-male .bv-vote-tagline {
  color: var(--bv-blue);
}

.bv-vote-female .bv-vote-tagline {
  color: var(--bv-pink);
}

/* ข้อความ error + ปุ่มสมัครสมาชิก (เบอร์ยังไม่ลงทะเบียน) */
.bv-identity-error,
.bv-vote-error {
  text-align: center;
}

.bv-message-error .bv-btn-register,
.bv-identity-error .bv-btn-register,
.bv-vote-error .bv-btn-register {
  display: inline-block !important;
  width: auto !important;
  padding: 0.5rem 1rem !important;
  margin-top: 0.5rem !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  background: #a08078 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
  transition: opacity var(--bv-transition), filter var(--bv-transition);
}

.bv-message-error .bv-btn-register:hover,
.bv-identity-error .bv-btn-register:hover,
.bv-vote-error .bv-btn-register:hover {
  color: #fff !important;
  opacity: 0.94;
  filter: brightness(0.96);
  text-decoration: none !important;
}

/* Results: baskets (ข้อความขอบคุณรวมใน .bv-already-voted) */
.bv-selected-choice-image {
  position: relative;
  text-align: center;
  margin: 0 0 0.4rem;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.bv-selected-choice-img {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ประกาย pixie ทับรูป — นิ่งที่ตำแหน่ง กระพริบด้วย alpha (front.js) */
.bv-selected-choice-pixie-dust {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* ผลโหวต: ซ่อนจนกว่าจะโหวตแล้ว ค่อยแสดง via JS — ชิดกับบล็อกด้านบน (override front.css margin/padding-top ใหญ่) */
.bv-results {
  display: none;
  margin-top: 0.35rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bv-results.bv-results-visible {
  display: block;
}

.bv-results-visual {
  margin-bottom: 0.65rem;
}

/* รูปผลโหวตเมื่อชนะ แสดงด้านบนผลโหวต - ซ่อนเป็นค่าเริ่มต้น เว้นแต่เป็นเคสโหวตแล้ว (already_voted) */
.bv-results-winner-image {
  display: none;
  position: relative;
  overflow: hidden;
}

.bv-results.bv-results-show-details .bv-results-winner-image {
  display: block;
}

/* Pixie dust / หิมะ — วาดด้วย canvas (ควบคุมใน front.js) */
.bv-winner-pixie-snow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bv-results-winner-heading {
  position: relative;
  z-index: 2;
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--bv-text);
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.01em;
}

@keyframes bv-winner-img-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bv-results-winner-image .bv-results-winner-img {
  position: relative;
  z-index: 2;
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0;
  animation: bv-winner-img-fade-in 1.85s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  .bv-results-winner-image .bv-results-winner-img {
    animation: none;
    opacity: 1;
  }

  .bv-vote-btn-has-img .bv-vote-btn-img {
    animation: none !important;
    animation-delay: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .bv-winner-pixie-snow,
  .bv-step1-pixie-snow,
  .bv-wand-pixie-dust,
  .bv-selected-choice-pixie-dust {
    display: none !important;
  }
}

/* รูปเปอร์เซนแยกตามตัวเลือก (สีฟ้า / สีชมพู) - ซ่อนเป็นค่าเริ่มต้น เว้นแต่เป็นเคสโหวตแล้ว (already_voted) */
.bv-results-per-option {
  display: none;
}

.bv-results.bv-results-show-details .bv-results-per-option {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.bv-result-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.bv-result-option-graphic {
  position: relative;
  width: 120px;
  height: 144px;
  max-width: 100%;
  flex-shrink: 0;
}

.bv-result-option-graphic .bv-result-option-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* เปอร์เซนต์ทับบนรูป */
.bv-result-option-pct {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%);
  font-weight: 700;
  font-style: italic;
  font-size: 1.75rem;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9), 0 0 4px rgba(255, 255, 255, 0.8);
}

.bv-result-option.bv-label-1 .bv-result-option-pct {
  color: var(--bv-blue);
}

.bv-result-option.bv-label-2 .bv-result-option-pct {
  color: var(--bv-pink);
}

.bv-tshirt-wrap {
  margin-bottom: 1rem;
}

.bv-tshirt-svg {
  max-width: 260px;
}

.bv-results-baskets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

/* ตะกร้าวางทับบริเวณผลโหวตเมื่อมีรูปแยกตามตัวเลือก */
.bv-results-has-per-option .bv-results-per-option {
  margin-bottom: 0;
}

/* เมื่อเปอร์เซนอยู่บนรูปแล้ว ไม่แสดงกล่องตะกร้าซ้ำ */
.bv-results-has-per-option .bv-results-baskets {
  display: none;
}

.bv-basket {
  min-width: 100px;
  padding: 1rem 1.25rem;
  border-radius: var(--bv-radius);
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform var(--bv-transition);
}

.bv-basket.bv-label-1 {
  border: 2px solid var(--bv-blue);
  color: var(--bv-blue);
}

.bv-basket.bv-label-2 {
  border: 2px solid var(--bv-pink);
  color: var(--bv-pink);
}

.bv-basket-pct {
  font-weight: 700;
  font-size: 1.5rem;
}

.bv-total {
  text-align: center;
  font-size: 0.95rem;
  color: var(--bv-text);
  opacity: 0.9;
  margin: 1rem 0 0;
}

.bv-countdown-total {
  margin: 0.4rem 0 0;
}

/* ซ่อนเมื่อปิดใน โหวต → ตั้งค่า → «แสดงจำนวนผู้ร่วมร่ายมนต์» */
.bv-container.bv-hide-countdown-total .bv-total.bv-countdown-total {
  display: none !important;
}

/* Bar segments use theme colors when 2 options */
.bv-bar-segment.bv-bar-1 {
  background: var(--bv-blue);
}

.bv-bar-segment.bv-bar-2 {
  background: var(--bv-pink);
}

.bv-label-1 { color: var(--bv-blue); }
.bv-label-2 { color: var(--bv-pink); }

/* Hide legacy labels when using baskets */
.bv-container .bv-results-labels {
  display: none;
}

/* Countdown - subtle theme colors */
.bv-countdown-intro {
  text-align: center;
  font-family: var(--bv-font-body);
  font-size: clamp(0.95rem, 2.8vw, 1.1rem);
  font-weight: 600;
  font-style: italic;
  color: var(--bv-text);
  margin: 1rem 0 0.45rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.bv-countdown {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding: 0 0.5rem;
  height: 110px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--bv-radius);
  overflow: hidden;
}

.bv-countdown-item {
  background: #fff;
  border-radius: var(--bv-radius);
}

.bv-countdown-days .bv-countdown-number,
.bv-countdown-minutes .bv-countdown-number {
  color: var(--bv-pink);
}

.bv-countdown-hours .bv-countdown-number,
.bv-countdown-seconds .bv-countdown-number {
  color: var(--bv-blue);
}

.bv-countdown-number,
.bv-countdown-label {
  font-style: italic;
}

/* Identity: นับถอยหลังชิดกับภาพด้านบน + จัดกลางการ์ด (gender reveal สองตัวเลือก) */
.bv-use-tshirt .bv-step-identity .bv-step1-illustration:has(+ .bv-countdown-intro) {
  margin-bottom: 0.2rem;
}

.bv-use-tshirt .bv-step-identity .bv-countdown-intro {
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 27rem);
  max-width: 100%;
  align-self: center;
  box-sizing: border-box;
}

.bv-use-tshirt .bv-step-identity .bv-step1-illustration + .bv-countdown-intro {
  /* ลดผลของ column gap ระหว่างภาพกับ intro ให้ชิดขึ้น */
  margin-top: -0.45rem;
}

.bv-use-tshirt .bv-step-identity .bv-countdown {
  width: min(100%, 27rem);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  align-self: center;
  box-sizing: border-box;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.bv-use-tshirt .bv-step-identity .bv-countdown-total {
  width: min(100%, 27rem);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.15rem;
  align-self: center;
  box-sizing: border-box;
}

/* Responsive: tablet */
@media (min-width: 481px) {
  .bv-container {
    max-width: 520px;
    padding: 1.5rem;
  }

  .bv-card {
    padding: 2rem 1.5rem;
  }

  .bv-title {
    font-size: 2rem;
  }

  .bv-tagline {
    font-size: 1.2rem;
  }

  .bv-vote-buttons {
    gap: 1.5rem;
  }

  .bv-vote-btn {
    min-width: 160px;
    max-width: 220px;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .bv-vote-btn-has-img {
    min-width: 0 !important;
    max-width: none !important;
  }

  .bv-vote-btn-has-img .bv-vote-btn-img {
    max-width: 200px;
    width: min(200px, 100%);
    height: calc(200px * 4 / 3);
    border: none;
    border-radius: 0;
  }

  .bv-results-winner-image .bv-results-winner-img {
    max-width: 240px;
  }

  .bv-results-winner-heading {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .bv-result-option-graphic {
    width: 140px;
    height: 168px;
  }

  .bv-result-option-pct {
    font-size: 1.9rem;
    bottom: 14%;
  }

  .bv-tshirt-svg {
    max-width: 300px;
  }

  .bv-basket {
    min-width: 120px;
    padding: 1.25rem 1.5rem;
  }

  .bv-basket-pct {
    font-size: 1.75rem;
  }
}

/* Responsive: desktop */
@media (min-width: 1025px) {
  .bv-container {
    max-width: 560px;
    padding: 2rem;
  }

  .bv-card {
    padding: 2.5rem 2rem;
  }

  .bv-vote-btn {
    min-width: 180px;
    max-width: 240px;
    border: none;
    box-shadow: none;
  }

  .bv-vote-btn-has-img {
    min-width: 0 !important;
    max-width: none !important;
  }

  .bv-vote-btn-has-img .bv-vote-btn-img {
    max-width: 220px;
    width: min(220px, 100%);
    height: calc(220px * 4 / 3);
  }

  .bv-results-winner-image .bv-results-winner-img {
    max-width: 280px;
  }

  .bv-result-option-graphic {
    width: 160px;
    height: 192px;
  }

  .bv-result-option-pct {
    font-size: 2.1rem;
    bottom: 14%;
  }
}
