/* ==========================================================================
   DOBRA PLANOS DE SAÚDE — Badges flex-wrap com nome das operadoras
   Usa var(--bs-primary) definido pelo injetor do modelo (05_modelo_vars).
   ========================================================================== */

/* 1. Fundo da seção */
body:not(.path-admin) .lp-planos_saude {
  background-color: #f7f4fb !important;
}

/* 2. Remove fundo/sombra do bloco de views */
body:not(.path-admin) .view-hm2-lp-planos-saude {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

/* 3. Container flex-wrap centralizado */
body:not(.path-admin) .view-hm2-lp-planos-saude .view-content {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 4. Cada badge — ghost button */
body:not(.path-admin) .view-hm2-lp-planos-saude .views-row {
  background-color: #ffffff !important;
  border: 1.5px solid var(--bs-primary, #9d7b53) !important;
  border-radius: 0 !important;
  padding: 10px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
  cursor: default !important;
}

/* Hover: filled */
body:not(.path-admin) .view-hm2-lp-planos-saude .views-row:hover {
  background-color: var(--bs-primary, #9d7b53) !important;
  box-shadow: 0 6px 16px rgba(var(--bs-primary-rgb, 157, 123, 83), 0.35) !important;
  transform: translateY(-2px) !important;
}

/* 5. Texto */
body:not(.path-admin) .view-hm2-lp-planos-saude .views-field-title .field-content,
body:not(.path-admin) .view-hm2-lp-planos-saude .views-field-title a,
body:not(.path-admin) .view-hm2-lp-planos-saude .views-field-title a:link,
body:not(.path-admin) .view-hm2-lp-planos-saude .views-field-title a:visited {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: var(--bs-primary, #9d7b53) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
}

/* Hover: texto branco */
body:not(.path-admin) .view-hm2-lp-planos-saude .views-row:hover .field-content,
body:not(.path-admin) .view-hm2-lp-planos-saude .views-row:hover a,
body:not(.path-admin) .view-hm2-lp-planos-saude .views-row:hover a:link,
body:not(.path-admin) .view-hm2-lp-planos-saude .views-row:hover a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
