/* Budgetdruk - styling for auto-generated 'Populaire keuzes' blocks */
.bd-popular-choices {
  margin: 24px 0 28px;
  padding: 22px 24px;
  border: 1px solid #e5d8f5;
  border-radius: 18px;
  background: linear-gradient(180deg, #fcfaff 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(84, 32, 143, 0.06);
}

.bd-popular-choices .bd-popular-choices-title {
  margin: 0 0 14px;
  color: #171225;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 800;
}

.bd-popular-choices .bd-popular-choices-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.bd-popular-choices .bd-popular-choices-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #dac6f4;
  border-radius: 999px;
  background: #f8f3ff;
  color: #5b2f94 !important;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all .18s ease;
}

.bd-popular-choices .bd-popular-choices-tags a:hover,
.bd-popular-choices .bd-popular-choices-tags a:focus {
  border-color: #54208f;
  background: #54208f;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(84, 32, 143, .18);
}

.bd-popular-choices .bd-popular-choices-note {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fffaf0;
  border: 1px solid #f5d8a3;
  color: #2b2537;
  line-height: 1.6;
}

.bd-popular-choices .bd-popular-choices-note strong,
.bd-popular-choices .bd-popular-choices-note b {
  color: #171225;
}

.bd-popular-choices .bd-popular-choices-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #54208f;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(84, 32, 143, .18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.bd-popular-choices .bd-popular-choices-cta:hover,
.bd-popular-choices .bd-popular-choices-cta:focus {
  background: #ef8b0e;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(239, 139, 14, .22);
}

@media (max-width: 767px) {
  .bd-popular-choices {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .bd-popular-choices .bd-popular-choices-title {
    font-size: 1.55rem;
  }

  .bd-popular-choices .bd-popular-choices-tags {
    gap: 8px;
  }

  .bd-popular-choices .bd-popular-choices-tags a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .bd-popular-choices .bd-popular-choices-cta {
    width: 100%;
  }
}
