.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;} [data-lfr-editable-type="rich-text"] > p:only-child {margin-bottom:0;}.lfr-layout-structure-item-a033b564-03d9-894e-a7bf-07078795772f {
padding-top: var(--spacer-5,3rem) !important;
}
.banner-title .specialist-section__title {
  display: block;
}.lfr-layout-structure-item-16eff8c3-ae0b-5872-4bd1-a43aaaafab9a {
.social-links{
display: none !important;
}
}
.otnotice {
  font-family: var(--font-family-base, 'Figtree', sans-serif);
  color: var(--neutral-900, #1a1a1a);
}

.otnotice .otnotice-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 24px;
}

/* --- Menu mobile (dropdown) - visível por padrão (mobile-first) --- */
.otnotice .otnotice-menu {
  display: none;
}

.otnotice .otnotice-menu-mobile {
  display: block !important;
  margin-bottom: 24px;
}

.otnotice .otnotice-menu-selected-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--neutral-100, #f5f5f5);
  border-radius: 8px;
  padding: 16px 20px;
  cursor: pointer;
}

.otnotice .otnotice-menu-selected {
  font-size: 16px;
  font-weight: 600;
  color: var(--neutral-900, #1a1a1a);
}

.otnotice .otnotice-menu-display {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--neutral-900, #1a1a1a);
  border-bottom: 2px solid var(--neutral-900, #1a1a1a);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.otnotice .otnotice-menu-display__expand {
  transform: rotate(-135deg);
}

.otnotice .otnotice-menu-mobile-container {
  list-style: none;
  margin: 8px 0 0;
  padding: 8px 20px;
  background-color: var(--neutral-50, #f5f5f5);
  border-radius: 8px;
}

.otnotice .otnotice-menu-section-mobile {
  padding: 10px 0;
  border-bottom: 1px solid var(--neutral-200, #e0e0e0);
}

.otnotice .otnotice-menu-section-mobile:last-child {
  border-bottom: none;
}

.otnotice .otnotice-menu-section-mobile a {
  color: var(--primary-700, #007bff);
  text-decoration: underline;
  font-size: 15px;
}

/* --- Conteúdo das seções --- */
.otnotice .otnotice-sections {
  margin-top: 24px;
}

.otnotice .otnotice-section {
  margin-bottom: 32px;
}

.otnotice .otnotice-section-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.otnotice .otnotice-section-content p {
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: justify;
}

/* ==========================================================================
   Tablet (768px - 1439px): mantém o menu mobile (dropdown)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1439px) {
  .otnotice .otnotice-content {
    padding: 0px 24px;
  }
}

/* ==========================================================================
   Desktop (>=1440px): menu vira sidebar fixa ao lado do conteúdo
   ========================================================================== */
@media (min-width: 1440px) {
  .otnotice .otnotice-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0px 60px;
  }

  .otnotice .otnotice-menu-mobile {
    display: none !important;
  }

  .otnotice .otnotice-menu {
    display: block;
    flex: 0 0 340px;
    background-color: var(--neutral-100);
    border-radius: 8px;
    padding: 24px;
    position: sticky;
    top: 24px;
  }

  .otnotice .otnotice-menu-section {
    list-style: none;
    padding: 8px 0;
  }

  .otnotice .otnotice-menu-section a {
    color: var(--primary-700, #007bff);
    text-decoration: underline;
    font-size: 15px;
  }

  .otnotice .otnotice-sections {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}

/* --- Font-family (Figtree) - fica por último, sobrescreve os style inline --- */
.otnotice,
.otnotice * {
  font-family: var(--font-family-figtree) !important;
}