product-detail-container .card-title {
font-size: 20px;
font-weight: 700;
color: #1f2937;
margin-top: 0;
margin-bottom: 16px;
border-left: 4px solid #2563eb;
padding-left: 10px;
line-height: 1.2;
}
.product-detail-container .text-content {
font-size: 14px;
line-height: 1.6;
color: #4b5563;
margin-bottom: 16px;
}
.product-detail-container .text-content p {
margin-top: 0;
margin-bottom: 12px;
}
.product-detail-container .text-content p:last-child {
margin-bottom: 0;
}
.product-detail-container .image-group {
padding: 0 16px;
margin-bottom: 16px;
}
.product-detail-container .image-group img {
display: block;
width: 100%;
height: auto;
margin-bottom: 0;
border-radius: 8px;