.pclSecaoProtecaoCliente {
  background: #ffffff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.pclLinhaProtecaoCliente {
  width: 100%;
  border: none;
  background: #ffffff;
  padding: 14px 14px 16px;
  text-align: left;
}

.pclLinhaProtecaoTopo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pclTituloProtecaoWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pclIconeEscudoProtecaoSvg {
  width: 22px;
  height: 22px;
  color: #9a6508;
  flex: 0 0 auto;
}

.pclTituloProtecaoCliente {
  font-size: 16px;
  font-weight: 800;
  color: #9a6508;
}

.pclSetaProtecaoCliente {
  color: #8f8f8f;
  font-size: 24px;
  line-height: 1;
}

.pclGridChecklistProtecao {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.pclItemChecklistProtecao {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.pclCheckProtecao {
  color: #9a6508;
  font-size: 16px;
  line-height: 1.1;
  flex: 0 0 auto;
  margin-top: 1px;
}

.pclTextoChecklistProtecao {
  font-size: 13px;
  line-height: 1.35;
  color: #343434;
}

.pclCamadaModalProtecao {
  position: fixed;
  inset: 0;
  z-index: 4970;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.pclCamadaModalProtecao.pclModalAberto {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pclFundoModalProtecao {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.pclSheetModalProtecao {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fbf7f1;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(100%);
  transition: transform 0.28s ease;
}

.pclCamadaModalProtecao.pclModalAberto .pclSheetModalProtecao {
  transform: translateY(0);
}

.pclCabecalhoModalProtecao {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;
  padding: 0 18px 0 24px;
  border-bottom: 1px solid rgba(154, 101, 8, 0.08);
}

.pclTituloModalProtecao {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #111111;
}

.pclBotaoFecharModalProtecao {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pclIconeFecharModalProtecaoSvg {
  width: 28px;
  height: 28px;
}

.pclCorpoModalProtecao {
  max-height: 74vh;
  overflow-y: auto;
  padding: 16px 16px 22px;
  background:
    radial-gradient(circle at top right, rgba(154, 101, 8, 0.06), transparent 26%),
    #fbf7f1;
}

.pclBlocoModalProtecao + .pclBlocoModalProtecao {
  margin-top: 24px;
}

.pclTituloBlocoProtecao {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9a6508;
  font-size: 17px;
  font-weight: 800;
}

.pclIconeBlocoProtecaoSvg {
  width: 22px;
  height: 22px;
  color: #9a6508;
  flex: 0 0 auto;
}

.pclTextoBlocoProtecao {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.42;
  color: #1f1f1f;
}

.pclSubtituloPagamentos {
  margin-top: 16px;
  font-size: 15px;
  color: #1f1f1f;
}

.pclListaPagamentosAceitos {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pclCardPagamentoExemplo {
  min-width: 60px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #ece7de;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #5a5a5a;
}

.pclTextoPoliticaProtecao {
  margin-top: 16px;
}

body.pclTravaRolagemProtecao {
  overflow: hidden;
}

@media (max-width: 640px) {
  .pclLinhaProtecaoCliente {
    padding: 12px 12px 14px;
  }

  .pclTituloProtecaoCliente {
    font-size: 15px;
  }

  .pclGridChecklistProtecao {
    margin-top: 12px;
    gap: 9px 14px;
  }

  .pclTextoChecklistProtecao {
    font-size: 12px;
  }

  .pclCabecalhoModalProtecao {
    height: 72px;
    padding: 0 16px 0 18px;
  }

  .pclTituloModalProtecao {
    font-size: 17px;
  }

  .pclCorpoModalProtecao {
    padding: 14px 14px 18px;
  }

  .pclTituloBlocoProtecao {
    font-size: 15px;
  }

  .pclTextoBlocoProtecao,
  .pclSubtituloPagamentos {
    font-size: 14px;
  }

  .pclCardPagamentoExemplo {
    min-width: 54px;
    height: 32px;
    font-size: 10px;
  }
}
.pclGridChecklistProtecao {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;

  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
}

.pclGridChecklistProtecao::-webkit-scrollbar {
  display: none;
}
.pclItemChecklistProtecao {
  min-width: 220px;
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  gap: 8px;

  scroll-snap-align: start;
}
.pclTextoChecklistProtecao {
  font-size: 13px;
  color: #343434;
  white-space: normal;
}
.pclIconeBlocoProtecaoSvg {
  width: 22px;
  height: 22px;
  color: #9a6508; /* dourado */
}
.pclIconeBlocoProtecaoSvg {
  width: 22px;
  height: 22px;
  color: #9a6508; /* dourado */
}

.pclGridChecklistProtecao {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.pclItemChecklistProtecao {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.pclTextoChecklistProtecao {
  font-size: 13px;
  line-height: 1.2;
  color: #343434;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.pclGridChecklistProtecao {
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.pclTextoChecklistProtecao {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pclGridChecklistProtecao {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.pclItemChecklistProtecao {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.pclScrollChecklistProtecao {
  margin-top: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pclScrollChecklistProtecao::-webkit-scrollbar {
  display: none;
}

.pclGridChecklistProtecao {
  display: grid;
  grid-template-columns: 220px 280px;
  grid-template-rows: auto auto;
  gap: 12px 18px;
  min-width: max-content;
}

.pclItemChecklistProtecao {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pclTextoChecklistProtecao {
  font-size: 13px;
  line-height: 1.2;
  color: #343434;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .pclScrollChecklistProtecao {
    margin-top: 12px;
  }

  .pclGridChecklistProtecao {
    grid-template-columns: 180px 250px;
    gap: 10px 14px;
  }

  .pclTextoChecklistProtecao {
    font-size: 12px;
    white-space: nowrap;
  }
}.paySecao {
  padding: 16px;
  background: #fff;
}

.payTitulo {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.payIcons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payIcon {
  width: 48px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payIcon svg {
  width: 26px;
  height: 18px;
}