.elementor-765 .elementor-element.elementor-element-2c7dfd8{--display:flex;--min-height:500px;--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;--justify-content:center;--margin-top:-204px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-765 .elementor-element.elementor-element-2c7dfd8:not(.elementor-motion-effects-element-type-background), .elementor-765 .elementor-element.elementor-element-2c7dfd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.lacarote.com/wp-content/uploads/2025/08/hero-trabalho-temporario.webp");background-position:top center;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-765 .elementor-element.elementor-element-0b1e5f8{padding:130px 0px 0px 0px;text-align:center;}.elementor-765 .elementor-element.elementor-element-0b1e5f8 .elementor-heading-title{font-family:"Catamaran", Sans-serif;font-size:70px;font-weight:300;color:#FFFFFF;}.elementor-765 .elementor-element.elementor-element-121e41d{--display:flex;--min-height:600px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-121e41d *//* === GRID DE CARDS PARA JOBS === */
.thjmf-job-listings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* === CARD PRINCIPAL === */
.thjmf-loop-job {
  background: #ffffff;
  border: 1px solid #e1e4e8;
  border-radius: 14px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Barra superior decorativa */
.thjmf-loop-job::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #8F0021;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

/* Efeito hover elegante */
.thjmf-loop-job:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  border-color: #DB0A39;
}

/* === TÍTULO DO EMPREGO === */
.thjmf-loop-job h2 a {
  font-size: 1.25rem;
  color: #8F0021;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2; /* 👈 reduzido para menos espaçamento entre linhas */
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.thjmf-loop-job h2 a:hover {
  color: #DB0A39;
}

/* === TAGS (Localização, Tipo, Data) === */
.thjmf-job-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.thjmf-job-tag {
  background: #f4f7fa;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 0.85rem;
  color: #8F0021;
  display: flex;
  align-items: center;
  gap: 6px;
}

.thjmf-job-tag img {
  height: 14px;
  opacity: 0.8;
}

/* === DESCRIÇÃO CURTA === */
.thjmf-loop-job-excerpt {
  margin-top: 15px;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.45;
  min-height: 60px;
}

/* === BOTÃO DETALHES === */
.thjmf-loop-job .button {
  background: #8F0021;
  color: #ffffff;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.thjmf-loop-job .button:hover {
  background: #DB0A39;
  color: #fff;
}

/* === AJUSTES PARA MOBILE === */
@media (max-width: 768px) {
  .thjmf-job-listings {
    grid-template-columns: 1fr;
  }
  .thjmf-loop-job {
    padding: 20px;
  }
}


/* Forçar padding interno de 20px no card */
.elementor .thjmf-loop-job,
.thjmf-loop-job {
  padding: 20px 20px 24px !important; /* 24px em baixo p/ respiro extra */
  box-sizing: border-box;
}

/* Evitar que margens horizontais dos filhos “colem” às bordas */
.thjmf-loop-job > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Títulos e blocos internos sem recuos negativos */
.thjmf-loop-job .thjmf-js-job-header,
.thjmf-loop-job .thjmf-job-title-group,
.thjmf-loop-job .thjmf-loop-job-excerpt,
.thjmf-loop-job .thjmf-job-tags {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* A faixa do topo continua visível */
.thjmf-loop-job::before {
  height: 5px;             /* mantém a barra */
  top: 0; left: 0; width: 100%;
  background: #8F0021;
}/* End custom CSS */