.custom-product-header {
    font-family: 'Montserrat', sans-serif;
    color: #005878;
    font-weight: 600;
    margin-top: 0.5rem;
}

.custom-product-group {
    
    color: #1f2937;
    font-size: 0.96rem;
    font-weight: 500;
    margin-top: 0.1rem;
}


.custom-product-cont {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.55rem;

}

.custom-status-text {
    color: #2dbc3b;
    font-weight: 600;
    font-size: 1.05rem;
    margin-top: -0.1rem;
}

.custom-product-title {
    color: #4b5563;
    font-size: 0.87rem;
    margin-bottom: 0.15rem;
}

.custom-product-info {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #1f2937;
    font-size: 1.05rem;
}

