.hxdevs-prod-box {
    position: relative;
    align-items: center;
    background: #f5f8fa;
    border: 1px dashed #e0e0e0;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: .6rem;
    padding: 50px 20px 30px 20px;
    width: 100%;
}


.tag-texto {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: var(--tag-color, #0087f4);
    color: #fff;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: bold;
		border-radius: 4px;
    z-index: 1;
	line-height: 1em;
}


.hxd-prod__imagem {
    background: #fff;
    border-radius: 4px;
    flex-shrink: 0;
    width: 80px;
}

.hxd-prod__text-area {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    flex-basis: min-content;
}

.hxd-prod__titulo {
    color: #222;
    font-size: 1.2em;
    font-weight: 700;
}

.hxd-prod__subtitulo {
    align-self: flex-start;
}

.hxd-prod__botao {
    background-color: var(--button-bg-color, #398f4d);
    border: 2px solid var(--button-border-color, #398f4d);
    border-radius: 5px;
    color: var(--button-text-color, #fff) !important;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    padding: .6rem 1.4rem;
    text-decoration: none !important;
    transition: opacity .2s ease, transform .2s ease;
    white-space: nowrap;
}

a.hxd-prod__botao[href*="amazon.com.br"]::before,
a.hxd-prod__botao[href*="amzn.to"]::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://mundomi.com.br/wp-content/uploads/2025/07/AMZ.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

a.hxd-prod__botao[href*="mercadolivre.com"]::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://mundomi.com.br/wp-content/uploads/2025/07/ML.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: 4px;
}

.hxd-prod__botao:hover {
    opacity: .9;
    outline: none;
    transform: translateY(-1px);
}

.hxd-prod__cta-wrapper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 14px;
    text-align: center;
}

.hxd-prod__amazon {
    color: #6c7a89;
    flex-basis: 100%;
    font-size: .75em;
    text-align: center;
    width: 100%;
}

@media(max-width: 768px) {
    .hxdevs-prod-box {
        flex-direction: column;
        gap: 20px;
    }

    .hxd-prod__imagem {
        align-self: center;
        width: 160px;
    }
    
    .hxd-prod__subtitulo {
      align-self: center;
      
    }

    .hxd-prod__cta-wrapper {
        gap: 14px;
        width: 100%;
    }

    .hxd-prod__botao {
        font-size: 18px;
        padding: 10px 1.5rem;
        width: 100%;
    }
            .prc-buttons {
                flex-direction: column;
                align-items: center;
            }
}



.prc-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 0 0 24px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.prc-pros strong,
.prc-cons strong {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.prc-pros ul,
.prc-cons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prc-pros li,
.prc-cons li {
    padding: 6px 0 6px 24px;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    color: #292929;
    FONT-WEIGHT: 600;
}

.prc-pros li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
  font-size: 16px;
}

.prc-cons li::before {
  content: '−';
  position: absolute;
  left: 0;
  color: #f44336;
  font-weight: bold;
  font-size: 16px;
}



/* Responsivo */
@media (max-width: 768px) {
 

  .prc-pros-cons {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .prc-pros-cons {
    gap: 16px;
  }
}

.review {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}



.prc-accordions {
  margin: 24px 0;
}

.prc-accordions details {
  margin-bottom: 8px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.prc-accordions summary {
  font-weight: 600;
  cursor: pointer;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 6px;
  transition: background-color 0.2s ease;
  position: relative;
  color: #333;
display: flex;
    justify-content: space-between;
    align-items: center;
}

.prc-accordions summary:hover {
  background: #e9ecef;
}

.prc-accordions summary {
  list-style: none;
}

.prc-accordions summary::-webkit-details-marker {
  display: none;
}


.prc-accordions details > div {
  padding: 16px;
}

.prc-accordions details[open] > div {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.chevron-icon {
  transition: transform 0.3s ease;
}

details[open] .chevron-icon {
  transform: rotate(90deg);
}




.prc-tech-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 1.5rem;
}

.prc-tech-specs-table th,
.prc-tech-specs-table td {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}

.prc-tech-specs-table th {
  font-weight: 600;
  color: #333;
  width: 35%;
  white-space: nowrap;
  background-color: transparent; /* Removendo cinza fixo */
}

.prc-tech-specs-table td {
  color: #555;
  background-color: transparent;
}

/* Alternância de linha inteira (th e td) */
.prc-tech-specs-table tr:nth-child(even) {
  background-color: #fafafa;
}

.prc-tech-specs-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.hxdevs-prod-rev {
    margin-top: 4rem;
    margin-bottom: 4rem;
}