#printPdf .areaContent{
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: space-between;
    padding-top: 10px;
}
#printPdf .un_printPdfCartResult_content {
    background-color: #fff;
    border-radius: 6px 6px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    /* padding: 12px 15px 20px; */
    width: 100%
}
#printPdf .areaContentMain1,
#printPdf .areaContentMain2,
#printPdf .areaContentMain3
{
    padding:3px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#printPdf .areaContentMain2,
#printPdf .areaContentMain3
{
    align-items: center;
}
#printPdf .areaContentMain3 > img:nth-of-type(2){
    width: 70%;
}
#printPdf .areaContentHeader1,
#printPdf .areaContentHeader2,
#printPdf .areaContentHeader3
{
    background-color: #70AD47;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
#printPdf .areaContentColumn1,
#printPdf .areaContentColumn2,
#printPdf .areaContentColumn3
{
    border: solid #70AD47 3px;
    border-radius: 5px;
    height: 100%;
}
#printPdf .areaContentMain1 > img,
#printPdf .areaContentMain2 > img,
#printPdf .areaContentMain3 > img
{
    width: 100%;
}
.areaResultHeader {
    display: flex; /* Use flexbox for alignment */
    flex-wrap: wrap; /* Allow wrapping if needed */
    justify-content: space-between; /* Ensure proper spacing */
}
/* Ensure col-md-6 elements have consistent width */

/* Remove unnecessary margins or paddings */
.header-space, .header-label {
    margin: 0;
    padding: 0;
}