
p {
    font-size: 1.15rem;
}



.product-summary {
  background-color: #f9fbff; 
  border: 2px solid #e0e6ed;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  align-items: center;
}

.product-summary img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.product-summary p {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.product-summary strong {
  color: #1e1e1e;
}

.product-summary .btn-main {
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  font-size: 1.1rem;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .product-summary {
    gap: 1.5rem;
  }
}

/* Pros and Cons Section */
.pros-list .icon,
.cons-list .icon {
  margin-right: 0.5rem;
  font-weight: bold;
}


.pros-list li,
.cons-list li {
  padding: 0.4rem 0;
  font-size: 1.15rem;
}


.pros-highlight .border-start {
  border-color: #28a745 !important;
  border-radius: 0.5rem;
}

.pros-highlight h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.pros-highlight p {
  margin: 0;
  color: #333;
}


/* Detailed Pros Descriptions */
.section-detailed-pros {
  border-radius: 0.75rem;
  padding: 3rem auto;
  margin-bottom: 3rem;
}

.section-detailed-pros h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 700;
}

.detailed-pro {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  border-left: 4px solid #28a745; 
  border-radius: 0.5rem;
}

.detailed-pro h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.detailed-pro p {
  line-height: 1.6;

}

