.tLHbase {
    width: 100%;
    box-shadow: 2px 2px 6px #ccc;
    border-radius: 12px;
    border:1px solid #f0f0f0;
    margin: 10px 0;
}
.LHlote {
    padding: 4px;
    background: #e7f1ff;
    border-radius: 2px;
    text-align: end;
}
.mobilBase {
    display: grid;
    grid-template-columns: 25% 74%;
    gap: 6px;
    padding: 0 15px;
}
.LHcontprice {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: end;
}
.LHid {
    margin-top: 8px;
    text-align: end;
}
.LHestatus {
    border-radius: 6px 6px 0 0;
    color: #fff;
    background: rgba(0,25,57,0.7);
    padding: 8px;
}



.MHstatusTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.MHstatusTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #666;
}
.MHABorange {
    background: #f39200;
    color: #fff;
}
.MHAByellow {
    background: #ffd71a;
}

@media (min-width: 1px) {
    .MHactionBtn {
        text-transform: uppercase;
        padding: 8px 12px;
        font-size: 10px;
        line-height: 10px;
        letter-spacing: 1px;
    }
    .MHstatusTitle {
        font-size: 14px;
        line-height: 30px;
    }
    .tLHbase {
        max-width: 650px;
        padding-bottom: 15px;
    }
    .LHprice {
        font-size: 19px;
        line-height: 19px;
    }
    .LHname {
        margin: 0;
        font-size: 10px;
        line-height: 12px;
        min-height: 30px;
    }
    .LHstxt {
        font-size: 10px;
        line-height: 10px;
    }
    .LHcontimg {
        aspect-ratio: 5/4;
    }
}
@media (min-width: 450px) {
    .MHstatusTitle {
        font-size: 16px;
    }
    .LHname {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
    }
    .LHstxt {
        font-size: 11px;
        line-height: 11px;
    }
}
@media (min-width: 520px) {
    .MHactionBtn {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 12px;
    }
    .MHstatusTitle {
        font-size: 18px;
        line-height: 38px;
    }
    .LHname {
        margin: 0;
        font-size: 15px;
        line-height: 18px;
    }
    .LHprice {
        font-size: 20px;
        line-height: 20px;
    }
    .LHstxt {
        font-size: 12px;
        line-height: 12px;
    }
}
@media (min-width: 560px) {
    .LHname {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .LHprice {
        font-size: 22px;
        line-height: 22px;
    }
    .LHstxt {
        font-size: 13px;
        line-height: 13px;
    }
}
@media (min-width: 650px) {
    .MHstatusTitle {
        font-size: 22px;
        line-height: 48px;
    }
    .LHestatus {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 6px 6px 0;
        margin-top: 10px;
    }
    .tLHbase {
        max-width: 350px;
        padding: 15px;
    }
    .LHcontimg {
        aspect-ratio: 14/9;
    }
    .LHprice {
        font-size: 23px;
        line-height: 23px;
    }
    .LHname {
        margin-top: 8px;
        min-height: 42px;
    }
}
@media (min-width: 1024px) {
    .MHstatusTitle {
        font-size: 24px;
        line-height: 54px;
    }
    .tLHbase {
        max-width: 420px;
    }
    .LHstxt {
        font-size: 15px;
        line-height: 15px;
    }
}
@media (min-width: 1200px) {
    .tLHbase {
        max-width: 350px;
    }
}
@media (min-width: 1440px) {
    .MHstatusTitle {
        font-size: 27px;
        line-height: 60px;
    }
    .tLHbase {
        max-width: 420px;
    }
}
@media (min-width: 1650px) {
    .tLHbase {
        max-width: 350px;
    }
}
@media (min-width: 1920px) {
    .tLHbase {
        max-width: 420px;
    }
}

