.the-san-pham-dung-chung {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
    min-height: 104px;
    padding: 10px 14px;
    border: 1px solid rgba(15, 23, 42, 0.035);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
}

.the-san-pham-dung-chung__khung-anh {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
}

.the-san-pham-dung-chung__khung-anh img,
.the-san-pham-dung-chung__khung-anh span {
    display: block;
    width: 100%;
    height: 100%;
}

.the-san-pham-dung-chung__khung-anh img {
    object-fit: contain;
}

.the-san-pham-dung-chung__noi-dung {
    display: grid;
    align-content: center;
    gap: 3px;
    min-width: 0;
}

.the-san-pham-dung-chung__hang-dau {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
    margin-bottom: 7px;
}

.the-san-pham-dung-chung__hang-dau h3 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #111111;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.the-san-pham-dung-chung__hang-dau strong {
    color: #fb5b20;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
    white-space: nowrap;
}

.the-san-pham-dung-chung__noi-dung p {
    margin: 0;
    overflow: hidden;
    color: #5f636b;
    font-size: 13.5px;
    font-weight: 450;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.the-san-pham-dung-chung__hang-cuoi {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.the-san-pham-dung-chung__xoa {
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 2px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #7a7f87;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.the-san-pham-dung-chung__xoa:hover,
.the-san-pham-dung-chung__xoa:focus-visible {
    background: transparent;
    color: #d13b16;
    outline: 0;
}

@media (max-width: 599px) {
    .the-san-pham-dung-chung {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 10px;
        min-height: 88px;
        padding: 10px;
    }

    .the-san-pham-dung-chung__khung-anh {
        width: 68px;
        height: 68px;
    }

    .the-san-pham-dung-chung__hang-dau {
        gap: 8px;
        margin-bottom: 5px;
    }

    .the-san-pham-dung-chung__hang-dau h3 {
        padding-right: 0;
        font-size: 15px;
    }

    .the-san-pham-dung-chung__hang-dau strong {
        font-size: 13px;
    }

    .the-san-pham-dung-chung__noi-dung p {
        font-size: 11.5px;
    }

    .the-san-pham-dung-chung__hang-cuoi {
        gap: 8px;
    }
}
