.elementor-2150 .elementor-element.elementor-element-79dcb93{--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;}/* Start custom CSS for html, class: .elementor-element-d73c02e */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Poppins:wght@300;400;500;600&display=swap');

/* ── WRAPPER ── */
.jlm-art-wrapper {
  background: #FAF9F6;
  width: 100%;
}

/* ── HERO ── */
.jlm-art-hero {
  position: relative;
  padding: 40px 0px ;
  text-align: center;
  overflow: hidden;
}

.jlm-art-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(191,160,106,0.1) 0%, transparent 65%);
  pointer-events: none;
}

.jlm-art-hero-label {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A8863E;
  margin-bottom: 20px;
  position: relative;
}

.jlm-art-hero-label::before,
.jlm-art-hero-label::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #BFA06A;
  opacity: 0.5;
  vertical-align: middle;
}
.jlm-art-hero-label::before { margin-right: 12px; }
.jlm-art-hero-label::after  { margin-left: 12px; }

.jlm-art-hero h1 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(2rem, 5vw, 3.4rem) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #1C1520 !important;
  margin-bottom: 18px !important;
  position: relative;
}

.jlm-art-hero h1 em {
  font-style: italic;
  color: #A8863E;
}

.jlm-art-hero p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #6B6070;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  position: relative;
}

/* ── FILTRO DE CATEGORIAS ── */
.jlm-art-tabs {
  padding: 40px 24px 0;
  display: flex;
  justify-content: center;
}

.jlm-art-tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 860px;
}

.jlm-art-tab {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6B6070;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 100px;
  padding: 8px 20px;
  cursor: pointer;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
  user-select: none;
}

.jlm-art-tab:hover {
  color: #1C1520;
  border-color: rgba(191, 160, 106, 0.4);
}

.jlm-art-tab.ativo {
  color: #1C1520;
  background: #BFA06A;
  border-color: #BFA06A;
  font-weight: 600;
}

/* ── GRID DE ARTIGOS ── */
.jlm-art-section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 52px 24px 80px;
}

.jlm-art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}/* End custom CSS */