.poll-grid-container {
  padding: 20px;
}

.poll-item {
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  margin: 0 20px 10px 10px;
}

.poll-item:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.poll-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  width: 100%;
}

.poll-content h2 {
  font-size: 1.5em;
  margin: 10px 0;
}

.poll-excerpt {
  font-size: 1em;
  color: #555;
}

form.poll-vote-form {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
}

.hbuz-progress-form {
  width: 6%;
  margin-top: 3px;
}

.hbuz-progress-vot-option-list {
  display: none;
}

.hbuz-progress {
  width: 94%;
}

.progress-bar {
  background-color: #e0e0e0;
  border-radius: 5px;
  height: 20px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.hbuz-progress-option {
  position: absolute;
  z-index: 9;
  color: #000000;
  padding: 0 10px;
  top: -2px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.progress {
  background-color: #4caf50;
  height: 100%;
  border-radius: 5px;
  transition: width 0.4s ease;
}

.poll-share {
  margin-top: 15px;
}
.poll-share span {
  font-weight: bold;
  margin-right: 10px;
}
.poll-share a {
  margin: 0 5px;
  text-decoration: none;
  color: #555;
  font-size: 20px;
}
.poll-share a:hover {
  color: #000;
}
