/**
 * Employer Pricing page styles
 */
.employer-page #toggle-thumb {
  transition: left 0.3s ease;
}

.employer-page .pricing-card-header {
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}

/* Mobile & Tablet: auto height for natural content flow */
@media (max-width: 1023px) {
  .employer-page .pricing-card-header {
    min-height: auto;
    height: auto;
  }
}

/* Desktop: min-height for alignment; no fixed height to prevent overlap with features */
@media (min-width: 1024px) {
  .employer-page .pricing-card-header {
    min-height: 180px;
  }
}

.employer-page #bus-billed,
.employer-page #ent-billed,
.employer-page #ess-billed {
  min-height: 20px;
  flex-shrink: 0;
}

.employer-page .plan-action {
  margin-top: auto;
  flex-shrink: 0;
}

.employer-page .plan-button {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #1a1a1a;
}

.employer-page .upgrade-button {
  border-radius: 10px !important;
  border: 1px solid #a5c5e5 !important;
  background: #fff;
}

.employer-page .upgrade-button:hover {
  background: #a5c5e5;
  border-color: #a5c5e5;
}

.employer-page .border-gray-50 {
  border-color: #f9fafb;
}

.company-list-section {
  margin: 64px 0;
}

.company-list-section .companies {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.company-list-section .hire-cpmny-bx img {
  max-height: 40px;
  object-fit: contain;
  width: 150px;
}

@media (max-width: 767px) {
  .company-list-section .hire-cpmny-bx img {
    width: 100px;
  }
}
