/* بازگردانی پنل تیره کنار پوستر — فایل جدید تا کش کارت سفید اعمال نشود */
.vote-campaign__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 1.5rem;
}

.vote-campaign__panel,
.vote-side {
  display: block !important;
  flex-direction: unset !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 1.6rem 1.5rem 1.4rem !important;
  border-radius: 22px;
  color: #f4fffc !important;
  background:
    radial-gradient(ellipse 80% 40% at 0% 0%, rgba(232, 146, 10, 0.22), transparent 50%),
    linear-gradient(160deg, #002a2a 0%, #004d4d 58%, #0a6363 100%) !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(0, 45, 45, 0.14);
}

.vote-campaign__panel h3,
.vote-side__name {
  margin: 0 0 0.35rem !important;
  color: #f4fffc !important;
}

.vote-campaign__role,
.vote-side__role {
  color: #7fe0d8 !important;
}

.vote-campaign__bio,
.vote-side__bio {
  color: rgba(244, 255, 252, 0.88) !important;
}

.vote-box {
  color: #003d3d !important;
  background: #fff !important;
}

.vote-side::before {
  content: none !important;
}

@media (max-width: 900px) {
  .vote-campaign__layout {
    grid-template-columns: 1fr !important;
  }
}
