/* Remover background e border do .painf-card no single-download */
.single-download .painf-card {
    background: none !important;
    border: none !important;
}

.pgdown-titulo-da-pagina {
    width: 100%;
    height: 10rem; /* Altura ajustada para 13.625rem */
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 0.625rem;
    gap: 1rem; /* Adjusted gap */
}

.pgdown-div-infor-titulos {
    max-width: 67.25rem;
    width: 100%;
    height: 15.3125rem; /* Altura ajustada para 15.3125rem */
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto; /* Centraliza a div */
    box-sizing: border-box;
    padding: 0.75rem;
}

/* Web version styles */
@media (min-width: 75rem) {
    .pgdown-titulo-da-pagina {
        /* max-width: 67.25rem; -- REMOVIDO para largura total */
        /* height: 9.6875rem; -- JÁ DEFINIDO NO DEFAULT */
        /* gap: 1rem; -- JÁ DEFINIDO NO DEFAULT */
    }
}

/* Mobile version styles */
@media (max-width: 47.9375rem) {
    .pgdown-titulo-da-pagina {
        /* max-width: 25.875rem; -- REMOVIDO para largura total */
        height: 9.125rem;
        gap: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.75rem;
    }
}

.pgdown-titulo-da-pagina-atual {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.03;
    letter-spacing: 0;
    color: #465564;
}

.comunicacao-wrapper {
  display: flex;
  background: #F8F8F8;
  border-radius: 0.625rem;
  /* padding: 1.5rem; -- REMOVIDO */
  gap: 3rem;
  align-items: flex-start;
  max-width: 56.25rem; /* ajuste conforme necessidade */
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.comunicacao-coluna {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.comunicacao-divisoria {
  width: 0;
  height: 25.9062rem;
  border-left: 0.0625rem solid #C5C5C5;
  opacity: 1;
}
.comunicacao-setor {
  font-family: Kanit, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 132%;
  color: #929292;
  margin-top: 0.75rem;
  white-space: nowrap;
}
.comunicacao-nome {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 100%;
  color: #465564;
  margin-bottom: 0.125rem;
}

/* Responsivo: Ajusta a direção para mobile */
@media (max-width: 50rem) {
  .comunicacao-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .comunicacao-divisoria {
    display: none;
  }
}

.page-description {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.32;
    letter-spacing: 0;
    color: #465564;
}

/* Ajustes para o layout estilo MER na página de downloads */
.wrapper--downloads .ckc-card-mer-container {
  width: 100%;
  box-sizing: border-box;
}

.wrapper--downloads .ckc-mer-file-description {
  color: #465564;
  font-size: 0.8125rem;
  font-family: 'Kanit', sans-serif;
  margin-left: 1.5625rem;
  margin-top: 0.125rem;
}

.wrapper--downloads .ckc-mer-file-item--empty {
  color: #465564;
  font-family: 'Kanit', sans-serif;
  font-size: 0.8125rem;
  margin-left: 1.5625rem;
}

.wrapper--downloads .ckc-mer-file-link-extra {
  display: inline-block;
  margin-left: 1.5625rem;
  margin-top: 0.25rem;
  color: #239832;
  font-family: 'Kanit', sans-serif;
  font-size: 0.8125rem;
  text-decoration: none;
}

.wrapper--downloads .ckc-mer-file-link-extra:hover {
  text-decoration: underline;
}

.wrapper--downloads .ckc-mer-folder-toggle[aria-expanded="true"] .ckc-mer-toggle-icon,
.wrapper--downloads .ckc-mer-subfolder-toggle[aria-expanded="true"] .ckc-mer-toggle-icon {
  transform: rotate(90deg);
}

.wrapper--downloads .ckc-card-mer-folders--root-files {
  margin-top: 1rem;
  border-top: 0.0625rem solid #c5c5c5;
  padding-top: 0.75rem;
}

/* Estilos para lista de downloads */
.arquivos-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arquivos-list__item {
  margin-bottom: 1.5rem;
}

.arquivos-list__tit {
  font-family: 'Kanit', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #465564;
  margin: 0 1.5625rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.arquivos-list__tit .ckc-mer-folder-icon {
  font-size: 1.25rem;
  color: #239832;
}

.arquivos-sublist {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0 0;
}

.arquivos-sublist__item {
  margin-bottom: 0.5rem;
}

.arquivos-sublist__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #239832;
  font-family: 'Kanit', sans-serif;
  font-size: 0.875rem;
  margin: 0 1.5625rem;
}

.arquivos-sublist__link:hover {
  text-decoration: underline;
}

.arquivos-sublist__link .ckc-mer-folder-icon {
  font-size: 1.25rem;
  color: #239832;
}

.arquivos-sublist__link h4 {
  margin: 0;
  font-family: 'Kanit', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #239832;
}

/* ====== Alto Contraste ====== */
body.body-contraste .pgdown-titulo-da-pagina {
    background-color: #000 !important;
}

body.body-contraste .pgdown-titulo-da-pagina-atual {
    color: #fff !important;
}

body.body-contraste .pgdown-page-description {
    color: #fff !important;
}

body.body-contraste .breadcrumb a {
    color: #fff !important;
}

body.body-contraste .breadcrumb {
    color: #fff !important;
}

body.body-contraste .comunicacao-wrapper {
    background-color: #000 !important;
    border: none !important;
}

body.body-contraste .comunicacao-nome {
    color: #fff !important;
}

body.body-contraste .comunicacao-setor {
    color: #fff !important;
}

body.body-contraste .comunicacao-divisoria {
    border-color: #fff !important;
}

body.body-contraste .comunicacao-wrapper a {
    color: #fff !important;
}

body.body-contraste .wrapper--downloads .ckc-mer-file-description,
body.body-contraste .wrapper--downloads .ckc-mer-file-item--empty {
    color: #fff !important;
}

body.body-contraste .wrapper--downloads .ckc-mer-file-link-extra {
    color: #fff !important;
}

body.body-contraste .wrapper--downloads .ckc-mer-file-link-extra:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

body.body-contraste .wrapper--downloads .ckc-card-mer-folders--root-files {
    border-top-color: #fff !important;
}

body.body-contraste .arquivos-list__tit {
    color: #fff !important;
}

body.body-contraste .arquivos-list__tit .ckc-mer-folder-icon {
    color: #fff !important;
}

body.body-contraste .arquivos-sublist__link {
    color: #fff !important;
}

body.body-contraste .arquivos-sublist__link:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

body.body-contraste .arquivos-sublist__link .ckc-mer-folder-icon {
    color: #fff !important;
}

body.body-contraste .arquivos-sublist__link h4 {
    color: #fff !important;
}

body.body-contraste .pgdown-info-uteis h2 {
    color: #fff !important;
}

body.body-contraste .infoscard {
    background-color: #000 !important;
    border: 0.0625rem solid #fff !important;
}

body.body-contraste .infoscard h3 {
    color: #fff !important;
}

body.body-contraste .infoscard p {
    color: #fff !important;
}

body.body-contraste .infoscard b {
    color: #fff !important;
}