/* Container bọc toàn bộ khối giới thiệu */
.shop-intro-container {
    background: #ffffff;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    font-family: system-ui, -apple-system, sans-serif;
}

/* Tiêu đề khối giới thiệu */
.shop-intro-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 4px;
}

/* Nội dung văn bản chi tiết */
.shop-intro-content {
    font-size: 15px;
    color: #455a64;
    line-height: 1.6;
    white-space: pre-line; /* Đảm bảo giữ khoảng cách xuống dòng tự nhiên */
    word-break: break-word;
}