.hairlines {
    .choosePackage-item__labels {
        .choosePackage-item__label {
            border-width: 0.5px !important;
        }
    }
}

//css for PackageList
.line-clamp(@line: 3) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: @line;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    /* autoprefixer: ignore next */
    text-overflow: ellipsis;
}

.cbkfe-choosePackage-item {
    position: relative;
    width: 100%;
    border-radius: 0.2rem;
    padding: 0.65rem 2.5rem 0.75rem 0.65rem;
    background: rgba(255, 255, 255, 1);
    .choosePackage-item__rightIcon {
        position: absolute;
        top: 50%;
        right: 0.75rem;
        transform: translate3d(0, -50%, 0);
        width: 1rem;
        height: 1rem;
    }
    .choosePackage-item__title {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        font-weight: 500;
        color: rgba(255, 153, 51, 1);
        line-height: 1rem;
        .choosePackage-item__titleIcon {
            width: 0.7rem;
            margin-right: 0.3rem;
            transform: translateY(-1px);
        }
        .choosePackage-item__titleText {
            .line-clamp(1);
        }
    }
    .choosePackage-item__subTitle {
        font-size: 0.7rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 0.9rem;
        margin-top: 0.3rem;
        .line-clamp(1);
    }
    .choosePackage-item__desc {
        display: flex;
        align-items: center;
        margin-top: 0.25rem;
        font-size: 0;
        line-height: 0;
        .line-clamp(1);
        .choosePackage-item__descItem {
            display: inline-flex;
            align-items: center;
            font-size: 0.6rem;
            line-height: 0.8rem; // margin-bottom: 0.2rem;
            font-weight: 400;
            color: #757575;
            flex-shrink: 0;
            &:first-child {
                &[data-type="2"] {
                    font-weight: 500;
                    color: #22BE8E;
                }
            }
            &:not(:first-child)::before {
                content: '|';
                display: inline-block;
                font-size: 0.6rem;
                font-weight: 400;
                color: #757575;
                margin: 0 0.3rem;
            }
        }
    }
    .choosePackage-item__labels {
        display: flex;
        align-items: center;
        margin-top: 0.23rem;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        height: 0.8rem;
        .line-clamp(1);
        .choosePackage-item__label {
            display: inline-flex;
            align-items: center;
            flex-shrink: 0;
            line-height: 1;
            border-radius: 0.1rem;
            border: 1px solid #9D9D9D;
            padding: 0 0.25rem;
            margin-right: 0.3rem;
            max-width: 100%;
            height: 0.75rem;
            .productor-recommend__tagText {
                font-size: 0.5rem;
                font-weight: 300;
                color: #9D9D9D;
                overflow-x: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 0.65rem;
            }
            .recommend__tagText--and {
                transform: translateY(1px);
            }
        }
    }
}

.cbkfe-template-choosePackage {
    padding: 0.75rem;
    .cbkfe-choosePackage-header {
        padding: 0.5rem 0;
    }
    .cbkfe-choosePackage-box {
        margin-top: 0.5rem;
    }
    .cbkfe-choosePackage-expandBtn {
        font-size: 0.7rem;
        font-weight: 500;
        color: rgba(68, 68, 68, 1);
        line-height: 0.9rem;
        text-align: center;
        padding: 0.65rem 0 0.15rem 0;
        .arrow--up {
            display: inline-block;
            transform: rotate(180deg);
        }
    }
}