/* Print page :start */
@page {
    size: A4;
    margin: 12px 12px;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
}

.ps-0 {
    padding-left: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.phd-type-1 {
    font-size: 24px;
    font-weight: 600;
    color: #383838;
    margin: 0 0 15px 0;
}
.phd-type-1 small{
    font-size: 65%;
    font-weight: 700;
}
.phd-type-2 {
    font-size: 16px;
    font-weight: 700;
    color: #383838;
    margin: 0 0 15px 0;
}
.print-full .inner-page {
    padding: 0 0 40px 0;
}

.fix-example-table{
    padding: 0 30px;
}
.fix-example-table .table td{
    font-size: 14px !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
}

.fin-comp-details p{
    display: inline-block;
    padding-right: 10px;
}
.print-full .used-car-detail .details-cell li{
    padding: 15px 5px;
}

.print-spec{
    padding: 0;
}
.print-spec li{
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.print-car-details{
    margin-bottom: 10px;
}
.print-car-details span{
    font-size: 13px;
    padding-right: 0;
    width: 100%;
}
.print-car-details span:nth-child(2){
    width: 15px;
}
.print-new p {
    font-size: 14px;
}
.dealer-box{
    padding: 6px;
    background: #f3f3f3;
}
.print-rght-image .print-image{
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100%;
}
.print-rght-image .print-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.print-single-image{
    height: 270px;
}
.print-two-image{
    height: 135px;
}
.print-fin-disclo p {
    font-size: 10px;
    margin-bottom: 8px;
}

.print-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.print-price p{
    font-weight: bold;
}
.print-price strong{
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #ed1a36;
}
.dt-title {
    width: 84px;
}
.price-col p{
    margin-bottom: 0;
}


.print-features p {
    font-size: 14px;
    margin-bottom: 8px;
}

.print-list-style {
    font-size: 14px;
    font-weight: 300;
    columns: 2;
    gap: 80px;
}
.print-list-style li::before {
    top: 1px;
    font-size: 16px;
    color: #0e3c4f;
    
}
/* Print page :end */