﻿.product-description-box {
    background: #f7fafd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-top: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.product-description-box .desc-heading {
    font-size: 20px;
    font-weight: 600;
    color: #0369a1;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #b3e5fc;
    display: inline-block;
    padding-bottom: 5px;
}

.product-description-box .desc-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
