.feeddex-widget {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
}

@media (max-width: 940px) {
  .feeddex-widget {
    grid-template-columns: 1fr;
  }
}

.feeddex-widget .fd-overall {
  background: linear-gradient(135deg, #e09129 0%, #982515 100%);
  color: #fff;
  padding: 30px;
  text-align: center;
}

@media (max-width: 940px) {
  .feeddex-widget .fd-overall {
    padding: 20px;
  }
}

.feeddex-widget .fd-overall .fd-score {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 940px) {
  .feeddex-widget .fd-overall .fd-score {
    font-size: 50px;
  }
}

.feeddex-widget .fd-overall .fd-stars {
  margin: 16px 0;
  font-size: 20px;
  letter-spacing: 4px;
  color: #ec9f41;
}

.feeddex-widget .fd-overall .fd-stars svg {
  width: 24px;
  height: auto;
}

.feeddex-widget .fd-overall .fd-stars svg.full-star path {
  fill: #fff;
}

.feeddex-widget .fd-overall .fd-stars svg.half-star path:first {
  fill: #fff;
}

.feeddex-widget .fd-overall .fd-stars svg.half-star path.half-part {
	fill: #fff;
}

.feeddex-widget .fd-overall .fd-stars svg.empty-star path {
  fill: #fff;
  opacity: 0.4;
}

.feeddex-widget .fd-overall .fd-sub {
  font-size: 14px;
  opacity: 0.9;
}

.feeddex-widget .fd-details {
  display: grid;
  gap: 24px;
  padding: 30px;
}

@media (max-width: 940px) {
  .feeddex-widget .fd-details {
    padding: 20px;
  }
}

.feeddex-widget .fd-details .fd-question h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #000;
}

.feeddex-widget .fd-details .fd-question .fd-score-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.feeddex-widget .fd-details .fd-question .fd-question-stars {
  font-size: 14px;
  color: #ec9f41;
  letter-spacing: 2px;
}

.feeddex-widget .fd-details .fd-question .fd-question-respondenten {
  font-size: 14px;
}

.feeddex-widget .fd-details .fd-question .fd-bar {
  display: flex;
  height: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.feeddex-widget .fd-details .fd-question .fd-bar .fd-darkgreen,
.feeddex-widget .fd-details .fd-question .fd-bar .fd-green {
  background: #299814;
}

.feeddex-widget .fd-details .fd-question .fd-bar .fd-blue {
  background: #1f4e79;
}

.feeddex-widget .fd-details .fd-question .fd-bar .fd-yellow {
  background: #df8e28;
}

.feeddex-widget .fd-details .fd-question .fd-bar .fd-red {
  background: #982515;
}

.feeddex-widget .fd-details .fd-question .fd-bar div:hover {
  opacity: 0.7;
}
