/* Hala Cars — compact, readable vehicle specifications */
.single-product-style1 .hala-car-specs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 540px;
    margin: 14px auto 6px !important;
    padding: 0 !important;
    text-align: center;
}

.single-product-style1 .hala-car-specs > li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    gap: 7px;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    float: none !important;
    margin: 0 !important;
    min-height: 44px;
    padding: 8px 7px !important;
    border: 1px solid rgba(255, 255, 255, .07) !important;
    border-radius: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .035);
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.single-product-style1 .hala-car-specs > li:hover {
    border-color: rgba(229, 32, 37, .42) !important;
    background: rgba(229, 32, 37, .08);
    transform: translateY(-1px);
}

.single-product-style1 .hala-car-specs .icon,
.single-product-style1 .hala-car-specs .text {
    display: flex;
    align-items: center;
    width: auto !important;
    height: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.single-product-style1 .hala-car-specs .icon {
    flex: 0 0 auto;
    color: #ef252c;
    font-size: 17px;
}

.single-product-style1 .hala-car-specs .text {
    flex: 0 1 auto;
}

.single-product-style1 .hala-car-specs p {
    display: block !important;
    overflow: visible;
    margin: 0 !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.45;
    text-overflow: clip;
    white-space: nowrap;
}

/* Keep the visual sequence: year, fuel, drive / seats, body, gearbox. */
.hala-car-specs--listing > li:nth-child(1) { order: 1; }
.hala-car-specs--listing > li:nth-child(5) { order: 2; }
.hala-car-specs--listing > li:nth-child(2) { order: 3; }
.hala-car-specs--listing > li:nth-child(3) { order: 4; }
.hala-car-specs--listing > li:nth-child(4) { order: 5; }
.hala-car-specs--listing > li:nth-child(6) { order: 6; }

.hala-car-specs--body > li:nth-child(1) { order: 1; }
.hala-car-specs--body > li:nth-child(6) { order: 2; }
.hala-car-specs--body > li:nth-child(3) { order: 3; }
.hala-car-specs--body > li:nth-child(4) { order: 4; }
.hala-car-specs--body > li:nth-child(5) { order: 5; }
.hala-car-specs--body > li:nth-child(2) { order: 6; }

.single-product-style1 .single-product-style1__content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.single-product-style1 .single-product-style1__content h4 {
    margin: 0 0 8px !important;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    line-height: 1.45;
}

.single-product-style1 .single-product-style1__content h4 a {
    color: #fff !important;
    font-size: clamp(19px, 1.6vw, 23px);
    font-weight: 800;
}

.single-product-style1 .listing-one__btn-box {
    margin: 14px 0 0 !important;
    padding: 0 16px 18px;
}

.single-product-style1 .listing-one__btn-box .thm-btn {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 11px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(229, 32, 37, .16);
}

.single-product-style1 .listing-one__btn-box .thm-btn span {
    margin: 0 !important;
    font-size: 14px;
}

@media (max-width: 767px) {
    .single-product-style1 .single-product-style1__content {
        padding: 22px 14px 6px !important;
    }

    .single-product-style1 .hala-car-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        width: min(100%, 350px);
        margin-top: 11px !important;
        margin-inline: auto !important;
    }

    .single-product-style1 .hala-car-specs > li {
        gap: 6px;
        min-height: 44px;
        padding: 8px !important;
    }

    .single-product-style1 .hala-car-specs .icon {
        font-size: 16px;
    }

    .single-product-style1 .hala-car-specs p {
        font-size: 13px !important;
    }

    .single-product-style1 .listing-one__btn-box {
        margin-top: 12px !important;
        padding-inline: 14px;
        padding-bottom: 16px;
    }
}

@media (max-width: 340px) {
    .single-product-style1 .hala-car-specs p {
        font-size: 12px !important;
    }
}
