@import "_car-sales-data";

.single-model-info {
    .elementor-price-list {
        list-style: none;
        padding: 0;
        margin: 0;
        .elementor-price-list-item {
            margin-bottom: 0 !important;
            display: flex;
            align-items: flex-start;
            .elementor-price-list-text {
                width: 100%;
                display: flex;
            }
            .elementor-price-list-title {
                max-width: 205px;
                width: 100%;
                font-size: 16px;
                font-weight: 500;
                font-family: $font;
                @media (max-width: 767px) {
                    max-width: 50%;
                    width: 50%;
                }
            }
            .elementor-price-list-price {
                font-size: 16px;
                font-weight: 400;
                font-family: $font;
                @media (max-width: 767px) {
                    max-width: 50%;
                    width: 50%;
                }
            }
            .elementor-price-list-header {
                display: flex;
                align-items: flex-start;
                justify-content: unset;
                margin-bottom: 5px;
                width: 100%;
                @media (max-width: 767px) {
                    flex-wrap: wrap;
                }
            }
        }
    }
}

.table-border {
    border-color: #dde1e6;

    tr {
        &:first-child {
            td {
                &:first-child {
                    width: 35%;
                }
            }
        }

        td {
            background-color: #fff !important;
            border-color: #dde1e6;
            padding: 11px 15px;
            &:first-child {
                background-color: #f8f9fa !important;
            }
        }
    }
}
