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

html,
body {
    font-family: "Open Sans", sans-serif;
}

/* ----- Addon :start ----- */
.ps-0 {
    padding-left: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.columns-2 {
    columns: 2;
}
.gap-30px {
    gap: 30px;
}
/* ----- Addon :end ----- */

/* ----- phd-type :start ----- */
.phd-type-1 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
}
.phd-type-1 small {
    font-size: 0.7em;
}
.phd-type-2 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
}
.phd-type-3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
}
/* ----- phd-type :end ----- */

/* ----- List Style 1 :start ----- */
.plist-s1 {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin: 15px 0px;
    padding: 0px;
}
.plist-s1 li {
    position: relative;
    padding: 2px 0 2px 18px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.plist-s1 li::before {
    content: '\f111';
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 9px;
    color: #cc0000;
    position: absolute;
    top: 5px;
    left: 0;
}
.plist-s1 > li > a {
    color: #cc0000;
    text-decoration: none;
}
.plist-s1 > li > a:hover {
    color: #cc0000;
    text-decoration: underline;
}
/* ----- List Style 1 :end ----- */

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

.print-full .inner-page {
    padding: 0 0 40px 0;
}
.print-footer-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.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: 12px;
    line-height: 1.5;
    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: 700;
    line-height: 1;
    color: #ed1a36;
}
.dt-title {
    width: 84px;
}
.price-col p {
    margin-bottom: 0;
}


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