*/ ANKETA
.poll-box {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 40px;
  border-radius: 12px;
}
.wp-polls-archive-link {
    display: none !important;
}

.poll-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.poll-header img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.poll-header h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

/* WP-Polls default elements */
.wp-polls ul {
  list-style: none;
  padding-left: 0;
}

.wp-polls ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.wp-polls input[type="radio"] {
  margin-right: 10px;
}

.wp-polls .Buttons {
  margin-top: 15px;
  background: #fdd6dc;
  color: #000;
  padding: 12px 20px;
  border: none;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
}