/* Brasil Emprega 7.7.99 — ícones dos cards de Serviços iguais ao padrão visual da coluna esquerda */
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon {
  display: grid !important;
  place-items: center !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  border: 1px solid rgba(22, 160, 82, .42) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f0fbf5 0%, #e8f8ef 100%) !important;
  color: #159554 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88) !important;
  overflow: hidden !important;
}

/* Todos os quatro recursos usam a mesma identidade; remove alternância azul/verde antiga. */
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card:nth-child(n) .be-service-premium-card__icon {
  border-color: rgba(22, 160, 82, .42) !important;
  background: linear-gradient(180deg, #f0fbf5 0%, #e8f8ef 100%) !important;
  color: #159554 !important;
}

body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg {
  display: block !important;
  position: static !important;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: inherit !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
}

body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg path,
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg line,
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg polyline,
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg polygon,
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg rect,
body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg circle {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
}

body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card:hover .be-service-premium-card__icon {
  border-color: rgba(16, 145, 72, .62) !important;
  background: linear-gradient(180deg, #eaf9f1 0%, #def5e8 100%) !important;
  color: #0d8847 !important;
}

@media (max-width: 900px) {
  body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 12px !important;
  }

  body.be-services-page .be-services-premium-hero-v2 .be-service-premium-card__icon svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
  }
}
