/*** Robô Amazon Review individual ***/#product-card-robo{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:15px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.1);margin-bottom:16px}/* Imagem do Produto */#product-card-robo img{width:90px;height:auto;object-fit:contain;margin:0}/* Informações do Produto */#product-card-robo .product-info-robo{flex:1;min-width:180px;max-width:55%}/* Título do Produto */#product-card-robo .product-info-robo a{font-size:15px;font-weight:bold;color:#333;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;/* Adiciona os 3 pontinhos */max-width:100%;line-height:1.4em;height:2.8em;/* 2 linhas com line-height de 1.4 */white-space:normal}/* Avaliação */#product-card-robo .product-rating{width:75px;height:75px;flex-shrink:0}/* CTA image */.cta-image-robo img{margin-left:auto;margin-right:auto}/* Botão de Afiliado */#product-card-robo .btn-afiliado{display:inline-block;background:#19a63c;color:white;font-weight:bold;padding:10px 15px;text-align:center;border-radius:6px;text-decoration:none;transition:0.3s;white-space:nowrap}/* Texto Menor do Botão */#product-card-robo .btn-afiliado span{display:block;font-size:12px;font-weight:normal;opacity:0.8}/* Efeito Hover do Botão */#product-card-robo .btn-afiliado:hover{background:#12802e}/* 📱 Responsividade */@media (max-width:600px){#product-card-robo{flex-direction:column;align-items:center;text-align:center}#product-card-robo img{width:150px;/* Aumenta a imagem no mobile */}#product-card-robo .product-info-robo{max-width:90%;text-align:center}#product-card-robo .product-rating{width:60px;/* Reduz o tamanho do SVG */height:60px;margin:10px 0}#product-card-robo .btn-afiliado{width:100%;text-align:center;margin-top:10px}#product-card-robo .product-info-robo a{height:auto;-webkit-line-clamp:5}}/*** CTA Amazon Review Individual - Estilizado com ID para evitar conflitos ***/#cta-star-robo{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;padding:20px;border-radius:0;box-shadow:0 2px 10px rgba(0,0,0,0.1);flex-wrap:wrap;margin-bottom:16px}/* Imagem do Produto */#cta-star-robo .cta-image{flex:1;max-width:50%;display:flex;justify-content:center}#cta-star-robo .cta-image img{max-width:100%;height:auto;border-radius:0}/* Informações do Produto */#cta-star-robo .cta-info{flex:1;max-width:50%;display:flex;flex-direction:column;align-items:center;text-align:center}/* Título */#cta-star-robo .cta-title{font-size:18px;font-weight:bold;color:#333;margin-bottom:10px}/* Avaliação */#cta-star-robo .cta-rating{display:flex;align-items:center;gap:5px;margin-bottom:10px}#cta-star-robo .stars-container{display:flex;align-items:center;gap:5px}#cta-star-robo .stars svg{width:24px;height:24px;fill:#fed94b}#cta-star-robo .rating-text{font-size:14px;color:#555;line-height:1.2;margin:0}/* Botão de Afiliado */#cta-star-robo .cta-button{display:block;background:#19a63c;color:white;font-weight:bold;padding:12px 18px;text-align:center;border-radius:6px;text-decoration:none;transition:0.3s;white-space:nowrap;max-width:200px;margin:0 auto}#cta-star-robo .cta-button span{display:block;font-size:12px;font-weight:normal;opacity:0.8}#cta-star-robo .cta-button:hover{background:#12802e}.btn-afiliado{display:block;padding:12px 16px;font-size:14px;font-weight:bold;color:#ffffff;background-color:#28a745;border:none;border-radius:4px;text-align:center;text-decoration:none;transition:background-color 0.3sease;margin:0 auto;max-width:300px;text-transform:uppercase}/* 📱 Responsividade */@media (max-width:768px){#cta-star-robo{flex-direction:column;align-items:center;text-align:center}#cta-star-robo .cta-image,#cta-star-robo .cta-info{max-width:100%}#cta-star-robo .cta-button{width:100%}}