/* Linear gradient styling for each Læs mere button */
/* Check mark colors for each section */
.hron-price-bottom-card[aria-labelledby="recruit"] .hron-price-bottom-check:before,
.hron-price-bottom-card[aria-labelledby="recruit"] .check-1:before {
  content: "✔";
  color: #2A5EF6;
  font-weight: 700;
}

.hron-price-bottom-card[aria-labelledby="staff"] .hron-price-bottom-check:before,
.hron-price-bottom-card[aria-labelledby="staff"] .check-1:before {
  content: "✔";
  color: #FF7000;
  font-weight: 700;
}

.hron-price-bottom-card[aria-labelledby="boarding"] .hron-price-bottom-check:before,
.hron-price-bottom-card[aria-labelledby="boarding"] .check-1:before {
  content: "✔";
  color: #FF9F00;
  font-weight: 700;
}

.hron-price-bottom-card[aria-labelledby="wellbeing"] .hron-price-bottom-check:before,
.hron-price-bottom-card[aria-labelledby="wellbeing"] .check-1:before {
  content: "✔";
  color: #00C897;
  font-weight: 700;
}

/* Recruit button - blue gradient */
.hron-price-bottom-card[aria-labelledby="recruit"] .hron-price-bottom-btn {
  background: linear-gradient(135deg, #2A5EF6, #064CBE) !important;
  box-shadow: 0 3px 8px rgba(10, 76, 190, 0.3) !important;
}
.hron-price-bottom-card[aria-labelledby="recruit"] .hron-price-bottom-btn:hover {
  box-shadow: 0 4px 16px rgba(10, 76, 190, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Footer links remain in original style */

/* Staff button - orange gradient */
.hron-price-bottom-card[aria-labelledby="staff"] .hron-price-bottom-btn {
  background: linear-gradient(135deg, #FF7000, #F14E0F) !important;
  box-shadow: 0 3px 8px rgba(241, 78, 15, 0.3) !important;
}
.hron-price-bottom-card[aria-labelledby="staff"] .hron-price-bottom-btn:hover {
  box-shadow: 0 4px 16px rgba(241, 78, 15, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Footer links remain in original style */

/* Boarding (Onboarding) button - deeper orange gradient */
.hron-price-bottom-card[aria-labelledby="boarding"] .hron-price-bottom-btn {
  background: linear-gradient(135deg, #FF9F00, #FA7F00) !important;
  box-shadow: 0 3px 8px rgba(250, 127, 0, 0.3) !important;
}
.hron-price-bottom-card[aria-labelledby="boarding"] .hron-price-bottom-btn:hover {
  box-shadow: 0 4px 16px rgba(250, 127, 0, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Footer links remain in original style */

/* Wellbeing button - green gradient */
.hron-price-bottom-card[aria-labelledby="wellbeing"] .hron-price-bottom-btn {
  background: linear-gradient(135deg, #00C897, #00A37A) !important;
  box-shadow: 0 3px 8px rgba(0, 163, 122, 0.3) !important;
}
.hron-price-bottom-card[aria-labelledby="wellbeing"] .hron-price-bottom-btn:hover {
  box-shadow: 0 4px 16px rgba(0, 163, 122, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Footer links remain in original style */