.elementor-1758 .elementor-element.elementor-element-986e900{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1758 .elementor-element.elementor-element-bb4a5a1{padding:0px 0px 0px 0px;}.elementor-1758 .elementor-element.elementor-element-7d5b6f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}body:not(.rtl) .elementor-1758 .elementor-element.elementor-element-08b4931{right:3%;}body.rtl .elementor-1758 .elementor-element.elementor-element-08b4931{left:3%;}.elementor-1758 .elementor-element.elementor-element-08b4931{bottom:3%;z-index:100;}.elementor-1758 .elementor-element.elementor-element-08b4931 .elementor-icon-wrapper{text-align:center;}.elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-accent );color:var( --e-global-color-3b425d2 );}.elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-framed .elementor-icon, .elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-default .elementor-icon{color:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-framed .elementor-icon, .elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-accent );}.elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-framed .elementor-icon{background-color:var( --e-global-color-3b425d2 );}.elementor-1758 .elementor-element.elementor-element-08b4931.elementor-view-stacked .elementor-icon svg{fill:var( --e-global-color-3b425d2 );}.elementor-1758 .elementor-element.elementor-element-08b4931 .elementor-icon{font-size:35px;}.elementor-1758 .elementor-element.elementor-element-08b4931 .elementor-icon svg{height:35px;}/* Start custom CSS *//* ========== ESTILOS GERAIS ========== */

.bolsas-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  font-family: inherit;
}

/* Sugestões do autocomplete (cursos / cidades) */
.suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  max-height: 220px;
  overflow-y: auto;
  z-index: 9999;
  display: none;
}

.suggestions div {
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}

.suggestions div:hover {
  background: #f6f6f6;
}

/* ========== TOPO / TÍTULO + BARRA DE PESQUISA ========== */

.bolsas-page-header { margin-bottom: 24px; }

.bolsas-page-title {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 16px 0;
}

/* Card branco da barra */
.bolsas-page-search-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

/* GRID da barra */
.bolsas-search-bar {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1.4fr 0.8fr;
  gap: 12px 16px;
  align-items: end;
}

.bolsas-search-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bolsas-search-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
}

/* Campos da barra (mais clean) */
.bolsas-search-bar .custom-field { position: relative; }

.bolsas-search-bar .custom-field select,
.bolsas-search-bar .custom-field input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #eaeaea;
  padding: 12px 40px 12px 14px;
  background: #ffffff;
  font-size: 14px;
  outline: none;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

.bolsas-search-bar .custom-field input::placeholder { color: #777; }

/* SELECT */
.bolsas-search-bar .custom-field select {
  color: #111;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* setinha (laranja) do select */
.bolsas-search-bar .custom-field.custom-select::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #1E8CBE;
  pointer-events: none;
}

.bolsas-search-bar .custom-field select:focus,
.bolsas-search-bar .custom-field input:focus {
  border-color: #1E8CBE;
  box-shadow: 0 0 0 4px rgba(249,115,22,0.14);
}

/* Botão PESQUISAR */
.bolsas-search-bar .custom-btn-wrap button {
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 13px 20px;
  background: #1E8CBE;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bolsas-search-bar .custom-btn-wrap button:hover { filter: brightness(0.95); }

@media (max-width: 900px) {
  .bolsas-search-bar { grid-template-columns: 1fr; }
  .bolsas-search-button-wrap { margin-top: 4px; }
}

/* ========== LAYOUT: FILTROS + RESULTADOS ========== */

.bolsas-page-body {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.bolsas-filters {
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  font-size: 14px;
  position: sticky;
  top: 100px;
}

.bolsas-filters h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 800;
}

.bolsas-filter-group { margin-bottom: 18px; }

.bolsas-filter-group h4 {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bolsas-filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.bolsas-filter-group input[type="checkbox"] { accent-color: #1E8CBE; }

/* Inputs de preço */
.bolsas-filter-price { display: flex; gap: 8px; }

.bolsas-filter-price input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  font-size: 13px;
  outline: none;
  background: #fff;
}

.bolsas-filter-price input:focus {
  border-color: #1E8CBE;
  box-shadow: 0 0 0 4px rgba(249,115,22,0.14);
}

.bolsas-filter-apply {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  background: #1E8CBE;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.bolsas-filter-apply:hover { filter: brightness(0.95); }

.bolsas-results-wrapper { min-height: 200px; }

#filtros-resumo {
  font-size: 13px;
  margin-bottom: 12px;
  color: #444;
}

/* GRID de cards */
#resultado-bolsas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  padding: 8px 0 40px;
}

@media (max-width: 900px) {
  .bolsas-page-body { grid-template-columns: 1fr; }
  .bolsas-filters { order: 1; position: static; top: auto; }
  .bolsas-results-wrapper { order: 2; }
}

@media (max-width: 768px) {
  #resultado-bolsas { grid-template-columns: 1fr; }
}

/* ========== CARD DA BOLSA (bm-card) ========== */

.bm-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 560px; /* deixa tudo “na mesma altura” no desktop */
}

@media (max-width: 768px) {
  .bm-card { min-height: 0; }
}

.bm-card-inner {
  width: 100%;
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bm-card-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ececec;
  gap: 12px;
}

.bm-header-logo { display: flex; align-items: center; }

.bm-header-logo img { max-height: 28px; width: auto; }

.bm-header-name { font-size: 14px; font-weight: 800; }

.bm-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: #1E8CBE;
}

.bm-discount-text {
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
}

/* corpo precisa ocupar o espaço, pra colar botão no fundo */
.bm-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.bm-course-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;

  /* deixa todas as cards “parecidas” mesmo com título grande */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}

.bm-course-meta {
  margin: 0 0 6px 0;
  font-size: 13px;
  color: #444;
  min-height: 18px;
}

.bm-course-location {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #555;
  min-height: 18px;
}

/* ======= CONTROLES “CLEAN” (dropdowns) ======= */

.bm-controls {
  margin: 2px 0 8px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bm-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}

.bm-control:first-child { border-top: none; padding-top: 0; }

.bm-control-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bm-control-label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
}

.bm-control-value {
  font-size: 13px;
  font-weight: 800;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.bm-control-edit {
  font-size: 13px;
  font-weight: 800;
  color: #1E8CBE;
  white-space: nowrap;
}

.bm-control::after {
  content: "▾";
  color: #1E8CBE;
  font-size: 14px;
  line-height: 1;
  margin-left: 8px;
}

/* o select “de verdade” fica invisível por cima (mantém o dropdown nativo clean) */
.bm-select-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.bm-control:focus-within {
  border-radius: 14px;
  box-shadow: 0 0 0 4px rgba(249,115,22,0.14);
}

/* quando não tem o que alterar */
.bm-control.is-static .bm-control-edit { display: none; }
.bm-control.is-static::after { display: none; }

/* divisor */
.bm-divider {
  height: 1px;
  background: #ececec;
  margin: 12px 0 14px 0;
}

/* PREÇOS */
.bm-pricing-block { margin-bottom: 10px; }

.bm-price-label {
  margin: 0 0 2px 0;
  font-size: 13px;
  color: #444;
}

.bm-price-line { margin: 0 0 6px 0; font-size: 14px; }

.bm-price-original { text-decoration: line-through; color: #888; }

.bm-price-current {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 900;
  color: #111;
}

/* economia total */
.bm-economy-box {
  border-radius: 16px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  padding: 10px 12px;
  margin-bottom: 14px;
}

.bm-economy-label { margin: 0 0 2px 0; font-size: 12px; color: #555; }

.bm-economy-value { margin: 0; font-size: 14px; font-weight: 900; color: #1E8CBE; }

.bm-one-month-free {
	font-size: 13px;
	font-weight: 700;
	color: #0ea5e9; /* Azul claro vibrante */
	font-style: italic;
	margin-bottom: 12px;
}

/* BOTÕES (alinhados no fundo) */
.bm-card-footer {
  margin-top: auto;
  padding-top: 10px;
}

.bm-button {
  width: 100%;
  min-height: 48px; /* garante altura consistente */
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #1E8CBE;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.bm-button-primary:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(249,115,22,0.25);
}

.bm-button-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #111;
  text-decoration: underline;
}

.bm-button-link:hover { color: #000; }

@media (max-width: 600px) {
  .bm-card-inner { padding: 16px 16px 20px; }
  .bm-header-logo img { max-height: 24px; }
  .bm-course-title { font-size: 17px; min-height: 0; -webkit-line-clamp: 3; }
}

/* ===== Ajuste: "Alterar" alinhado à direita + seta no canto ===== */

.bm-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* não espalha mais */
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}

/* bloco da esquerda (label/valor) fica com o espaço todo */
.bm-control-left {
  flex: 1;
  min-width: 0;
}

/* "Alterar" vai pro canto direito */
.bm-control-edit {
  margin-left: auto;          /* empurra pro fim */
  padding-right: 18px;        /* dá espaço pra seta */
  text-align: right;
}

/* seta fixa no canto direito do controle */
.bm-control::after {
  content: "▾";
  position: absolute;
  right: 0;                   /* colada no canto */
  top: 50%;
  transform: translateY(-50%);
  color: #1E8CBE;
  font-size: 14px;
  line-height: 1;
}

/* o select invisível continua cobrindo tudo */
.bm-select-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}/* End custom CSS */