h1, h3, h4 {
  letter-spacing: -0.5px ;
}

.badge {
  padding: 6px 10px;
}


.panel-control{
  z-index: 18;
}

  .price-control {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    z-index: 10;
  }

  .price {
    font-weight: 500;
    min-width: 100px;
  }

  .control {
    display: flex;
    align-items: center;
    border: 1px solid #cfd8dc;
    border-radius: 20px;
    overflow: hidden;
  }

  .control button {
    background: #fff;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
  }

  .control button:hover {
    background: #f1f1f1;
  }

  .control span {
    padding: 0 12px;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
  }

  .product-extra:hover a.prod-link{
    color: #065f46 !important;
    transition: all 0.7s;
  }

 



.nota-geral {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.estrelas i {
  color: #f5b301;
  font-size: 20px;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.rating-bar span {
  width: 12px;
  font-size: 14px;
}

.progress {
  height: 6px;
  background-color: #e9ecef;
  flex: 1;
}

.progress-bar {
  background-color: #6c757d;
}

.avaliacao {
  border-top: 1px solid #e9ecef;
  padding: 20px 0;
}

.avaliacao i {
  color: #f5b301;
}

.data {
  font-size: 12px;
  color: #6c757d;
  margin-left: 10px;
}

.autor {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
}

.ler-mais {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.list_ratings{

  max-height: 440px;
  overflow: hidden;
}
.increase_height{
 max-height: 660px;
 overflow: auto;
}


.rating-container {
            max-width: 800px;
            margin: 0 auto;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }
        
        .rating-header {
            background-color: var(--primary-color);
            color: white;
            padding: 20px;
        }
        
        .star-rating {
            direction: rtl;
            text-align: center;
        }
        
        .star-rating input {
            display: none;
        }
        
        .star-rating label i{
            display: inline-block;
            cursor: pointer;
            font-size: 2.5rem;
            color: #ddd ;
            margin: 0 5px;
            transition: color 0.2s;
        }
        
        .star-rating label:hover,
        .star-rating label:hover ~ label,
        .star-rating input:checked ~ label {
            color: var(--warning-color);
        }
        
        
        
        .rating-feedback {
            font-size: 1.1rem;
            text-align: center;
            margin-top: 10px;
            min-height: 30px;
            color: #666;
        }
        
        .comment-box {
            border: 2px solid #e9ecef;
            border-radius: 8px;
            transition: border-color 0.3s;
        }
        
        .comment-box:focus-within {
            border-color: var(--primary-color);
        }
        
        .character-count {
            font-size: 0.85rem;
            color: #6c757d;
        }
        
        .character-count.warning {
            color: #dc3545;
        }
        
        .btn-submit {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            padding: 10px 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-submit:hover {
            background-color: #0b5ed7;
            transform: translateY(-2px);
        }
        
        .rating-summary {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 15px;
            margin-top: 30px;
        }
        
        .rating-stars-small {
            color: var(--warning-color);
            font-size: 1.2rem;
        }
        


        .see-more-card {
  border: 2px dashed #dee2e6;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
}

.see-more-card:hover {
  border-color: #065f46;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.15);
  transform: translateY(-5px);
}

.see-more-icon {
  font-size: 3rem;
  color: #065f46;
  transition: transform 0.3s ease;
}

.see-more-card:hover .see-more-icon {
  transform: translateX(8px);
}

.see-more-text {
  font-weight: 600; 
  color: #065f46;
}

 .related-images{
  overflow-y: auto;
  max-height: 500px;
 }
.related-images div{
  cursor: pointer;
  
}