﻿.user-mart10 {
    margin-top: 30px;
}

/*usercenter*/
#user-index .user-index,
#user-proinfo .user-proinfo,
#user-order .user-order,
#user-favorite .user-favorite,
#user-inquiry .user-inquiry,
#user-address .user-address,
#user-password .user-password {
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
}

.user-left {
    width: 20%;
    margin: 0;
}

    .user-left a {
        display: block;
        width: 100%;
        background: #fff;
        margin-bottom: 10px !important;
        height: 52px;
        line-height: 52px;
        padding: 0 35px;
        border-radius: 100px 0 0 100px;
        box-shadow: 0 0 15px -7px rgba(216, 117, 158, 0.20);
        transition: all .3s;
        color: #333;
        text-decoration: none;
    }

        .user-left a:hover {
            background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
            color: #fff;
            transform: translateX(5px);
        }

        .user-left a i {
            margin-right: 15px;
            font-size: 20px;
            width: 20px;
        }

        .user-left a.active {
            background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
            color: #fff;
            position: relative;
        }

            .user-left a.active::after {
                content: "";
                position: absolute;
                right: -8px;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 0 8px 8px;
                border-color: transparent transparent transparent #e886ae;
            }

.user-right {
    width: 79%;
    margin: 0;
    background: #fff;
    padding: 30px;
    border: 1px solid #f5d6e3;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(216, 117, 158, 0.08);
}

    .user-right .info-list h2 {
        background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        border-bottom: 1px solid #f5d6e3;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        margin-bottom: 15px;
    }

        .user-right .info-list h2 label {
            float: right;
            font-size: 14px;
            color: #777;
            font-weight: normal;
        }

        .user-right .info-list h2 i {
            margin-right: 10px;
        }

    .user-right .form-group span {
        color: red;
        margin-right: 5px;
    }

.user-box {
    width: 100%;
}

.user-box-item {
    padding-bottom: 25px;
}

.user-avatar {
    width: 15%;
}

    .user-avatar img {
        width: 100%;
        border-radius: 50%;
    }

.user-info {
    width: 80%;
}

    .user-info li {
        width: 50%;
        height: 32px;
        line-height: 32px;
    }

        .user-info li a {
            background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            padding-left: 5px;
            text-decoration: none;
        }

            .user-info li a:hover {
                text-decoration: underline;
            }

.user-menu {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #f5d6e3;
    border-top: 1px solid #f5d6e3;
}

    .user-menu dl {
        text-align: center;
        width: 20%;
        transition: transform .2s;
    }

        .user-menu dl:hover {
            transform: translateY(-3px);
        }

        .user-menu dl dd a {
            color: #666;
            text-decoration: none;
        }

            .user-menu dl dd a:hover {
                color: #e886ae;
            }

.user-order-list {
    width: 100%;
    padding: 25px 0;
    overflow-x: auto;
}

    .user-order-list h3 {
        font-size: 1.4rem;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .user-order-list table {
        border: 1px solid #f5d6e3;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        border-spacing: 0;
    }

        .user-order-list table td {
            border: 1px solid #f5d6e3;
            border-right: 0;
            border-left: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            border-bottom: 0px;
            padding: 6px;
        }

            .user-order-list table td img {
                max-width: 60px;
            }

        .user-order-list table tr:first-child {
            background: #fff1f7;
            height: 46px;
            line-height: 46px;
        }

.user-information-list .col-lg-4 {
    width: 32.3%;
}

.user-information-list label {
    display: block;
    height: 42px;
    line-height: 42px;
}

    .user-information-list label span {
        color: red;
    }

.user-information-list input {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #f5d6e3;
    border-radius: 6px;
    padding: 0 10px;
    transition: border-color .2s, box-shadow .2s;
}

    .user-information-list input:focus {
        border-color: #e886ae;
        outline: none;
        box-shadow: 0 0 0 3px rgba(232, 134, 174, .12);
    }

.user-information-list select {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #f5d6e3;
    border-radius: 6px;
    padding: 0 10px;
    transition: border-color .2s;
}

    .user-information-list select:focus {
        border-color: #e886ae;
        outline: none;
    }

.user-information-list .col-lg-8 {
    width: 66%;
}

.user-information-list h2 {
    display: flex;
    justify-content: space-between;
    clear: both;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #f5d6e3;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

    .user-information-list h2 label {
        display: inline;
        font-weight: normal;
        color: #999;
        font-size: 1rem;
        background: none;
        -webkit-background-clip: unset;
    }

    .user-information-list h2 input {
        display: inline;
        width: 12px;
        height: 12px;
        border: 1px solid #f5d6e3;
        border-radius: 3px;
    }

.user-info-msg {
    width: 100%;
    clear: both;
    margin-top: 15px;
}

.u-tab-head {
    width: 100%;
    height: auto;
    line-height: 48px;
    border-bottom: 1px solid #f5d6e3;
    margin-bottom: 10px;
}

    .u-tab-head a {
        display: inline-block;
        height: 49px;
        background: #fff1f7;
        padding: 0 25px;
        text-decoration: none;
        color: #333;
        transition: all .3s;
    }

        .u-tab-head a i {
            margin-right: 10px;
        }

        .u-tab-head a.selected {
            background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
            color: #fff;
        }

        .u-tab-head a:hover:not(.selected) {
            background: #fff8fb;
            color: #e886ae;
        }

.user-address-table {
    width: 100%;
    overflow-x: auto;
}

    .user-address-table table {
        border: 1px solid #f5d6e3;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        border-spacing: 0;
    }

        .user-address-table table td {
            border: 1px solid #f5d6e3;
            border-right: 0;
            border-left: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom: 0px;
            height: 46px;
            padding: 6px;
        }

            .user-address-table table td img {
                max-width: 60px;
            }

        .user-address-table table tr:first-child {
            background: #fff1f7;
            height: 46px;
            line-height: 46px;
        }

        .user-address-table table th {
            min-width: 120px;
        }

.page-foot {
    width: 100%;
    margin: 15px 0;
}

.btn-box a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity .2s;
}

    .btn-box a:hover {
        opacity: 0.9;
    }

.u-tab-content {
    width: 100%;
}

.step-box ul {
    width: 100%;
    padding: 25px 0;
}

    .step-box ul li {
        width: 19.9%;
        text-align: center;
    }

.step-box2 ul li {
    width: 24.9%;
    text-align: center;
}

.step-box ul li .progress1 {
    background: #fff1f7;
    height: 38px;
    line-height: 38px;
    color: #667085;
}

.step-box ul li .info {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.step-box ul li.first .progress1 {
    border-radius: 20px 0 0 20px;
}

.step-box ul li.last .progress1 {
    border-radius: 0 20px 20px 0;
}

.step-box ul li.done .progress1 {
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    color: #fff;
}

.step-box ul li i {
    margin-right: 10px;
}

.user-accept-list {
    width: 100%;
}

    .user-accept-list dl {
        width: 100%;
        line-height: 36px;
        padding: 5px 0;
        border-bottom: 1px solid #f5d6e3;
    }

        .user-accept-list dl dd a {
            display: inline-block;
            padding: 0 25px;
            background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
            color: #fff;
            border-radius: 30px;
            text-decoration: none;
            transition: opacity .2s;
        }

            .user-accept-list dl dd a:hover {
                opacity: 0.9;
            }

.accept-box-info {
    padding: 15px 0;
}

    .accept-box-info h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 42px;
    }

    .accept-box-info dl {
        line-height: 36px;
        padding: 5px 0;
        border-bottom: 1px solid #f5d6e3;
    }

        .accept-box-info dl dt {
            font-weight: bold;
        }

/*repassword*/
.repass-box {
    padding: 80px;
    border: 1px solid #f5d6e3;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(216, 117, 158, 0.08);
}

.repass-box-left {
    width: 40%;
    height: auto;
}

    .repass-box-left img {
        max-width: 100%;
        height: 100%;
    }

.repass-box-right {
    width: 42%;
}

    .repass-box-right h2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
        background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .repass-box-right .repass-box-item {
        padding: 3px 0;
    }

        .repass-box-right .repass-box-item label {
            display: block;
            line-height: 42px;
        }

        .repass-box-right .repass-box-item em {
            display: block;
            margin-right: 10px;
            line-height: 42px;
        }

        .repass-box-right .repass-box-item input.form-control {
            width: 100%;
            height: 42px;
            line-height: 42px;
            border: 1px solid #f5d6e3;
            border-radius: 6px;
            background: #fff;
            padding: 0 15px;
            transition: border-color .2s, box-shadow .2s;
        }

            .repass-box-right .repass-box-item input.form-control:focus {
                border-color: #e886ae;
                outline: none;
                box-shadow: 0 0 0 3px rgba(232, 134, 174, .12);
            }

        .repass-box-right .repass-box-item input.form-control-small {
            width: 70%;
            height: 42px;
            line-height: 42px;
            border: 1px solid #f5d6e3;
            border-radius: 6px;
            background: #fff;
            padding: 0 15px;
            transition: border-color .2s;
        }

            .repass-box-right .repass-box-item input.form-control-small:focus {
                border-color: #e886ae;
                outline: none;
            }

/*register*/
.register-box {
    padding: 80px;
    border: 1px solid #f5d6e3;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(216, 117, 158, 0.08);
}

.register-box-left {
    width: 40%;
    height: auto;
}

    .register-box-left img {
        max-width: 100%;
        height: auto;
    }

.register-box-right {
    width: 42%;
}

.register-inner-box {
    width: 100%;
}

    .register-inner-box strong {
        display: block;
        font-size: 1.2rem;
        line-height: 36px;
        background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .register-inner-box p {
        line-height: 28px;
    }

        .register-inner-box p a {
            color: #e886ae;
            text-decoration: underline;
        }

            .register-inner-box p a:hover {
                color: #d8759e;
            }

/*login*/
.login-box {
    padding: 80px;
    border: 1px solid #f5d6e3;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(216, 117, 158, 0.08);
}

.login-box-left {
    width: 40%;
    height: auto;
}

    .login-box-left img {
        max-width: 100%;
        height: 100%;
    }

.login-box-right {
    width: 42%;
}

    .login-box-right h2 {
        margin-bottom: 15px;
        font-size: 1.8rem;
        background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.login-box-right-tab li {
    height: 52px;
    line-height: 52px;
    font-size: 1rem;
    font-weight: bold;
    width: 32.3%;
    text-align: center;
    background: #fff1f7;
    cursor: pointer;
    transition: all .3s;
}

    .login-box-right-tab li.thistab {
        background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
        color: #fff;
    }

    .login-box-right-tab li:hover:not(.thistab) {
        background: #fff8fb;
        color: #e886ae;
    }

.login-tips-txt {
    width: 100%;
    text-align: center;
    line-height: 28px;
    margin: 10px 0;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.login-tab-pane {
    display: none;
    padding: 15px 0;
}

/* 通用按钮样式 */
.btn-primary {
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity .2s;
}

    .btn-primary:hover {
        opacity: 0.9;
    }

.btn-default {
    background: #fff1f7;
    border: 1px solid #f5d6e3;
    color: #333;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}

    .btn-default:hover {
        border-color: #e886ae;
        color: #e886ae;
        background: #fff;
    }

.privacy-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.privacy-modal-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(4px);
}

.privacy-modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 620px;
    max-width: calc(100% - 30px);
    max-height: 82vh;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(216, 117, 158, .28);
}

.privacy-modal-head {
    padding: 20px 26px;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .privacy-modal-head h3 {
        margin: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

        .privacy-modal-head h3 i {
            margin-right: 8px;
        }

.privacy-modal-close {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    opacity: .85;
}

    .privacy-modal-close:hover {
        color: #fff;
        opacity: 1;
    }

.privacy-modal-body {
    padding: 26px;
    max-height: 52vh;
    overflow-y: auto;
    color: #333;
    font-size: 15px;
    line-height: 28px;
}

    .privacy-modal-body p {
        margin: 0 0 14px;
    }

.privacy-modal-foot {
    padding: 18px 26px;
    text-align: right;
    background: #fff8fb;
    border-top: 1px solid #f5d6e3;
}

    .privacy-modal-foot button {
        min-width: 110px;
        height: 42px;
        border: none;
        border-radius: 8px;
        background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
        color: #fff;
        font-size: 15px;
        cursor: pointer;
    }

        .privacy-modal-foot button:hover {
            opacity: .9;
        }

/* theme polish */
.user-right .info-list h2,
.user-info li a,
.user-information-list h2,
.repass-box-right h2,
.register-inner-box strong,
.login-box-right h2,
.login-tips-txt {
    -webkit-text-fill-color: transparent;
}

.user-left a:hover,
.user-left a.active,
.u-tab-head a.selected,
.step-box ul li.done .progress1,
.user-accept-list dl dd a,
.btn-box a,
.btn-primary,
.login-box-right-tab li.thistab,
.privacy-modal-head,
.privacy-modal-foot button {
    box-shadow: 0 10px 24px rgba(216, 117, 158, .18);
}

.user-information-list input:focus,
.repass-box-right .repass-box-item input.form-control:focus {
    box-shadow: 0 0 0 3px rgba(232, 134, 174, .12);
}

@media (max-width: 768px) {
    .user-left {
        width: 100%;
    }

        .user-left a {
            border-radius: 6px;
            margin-bottom: 8px;
            padding: 0 20px;
        }

            .user-left a:hover {
                transform: translateX(0);
            }

            .user-left a.active::after {
                display: none;
            }

    .user-right {
        width: 100%;
        padding: 20px;
        margin-top: 10px;
    }

    .user-box-item {
        padding-bottom: 15px;
    }

    .user-avatar {
        display: none;
    }

    .user-info {
        width: 100%;
    }

        .user-info li {
            width: 100%;
            height: 28px;
            line-height: 28px;
        }

    .user-menu {
        padding: 15px 0;
    }

        .user-menu dl {
            width: 49%;
            margin-bottom: 10px;
        }

            .user-menu dl dd {
                padding: 5px 0;
            }

    .user-order-list {
        padding: 15px 0;
    }

        .user-order-list h3 {
            font-size: 1.2rem;
        }

    .user-information-list .col-lg-4 {
        width: 100%;
    }

    .user-information-list .col-lg-8 {
        width: 100%;
    }

    .u-tab-head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .u-tab-head a {
            padding: 0;
            width: 50%;
            text-align: center;
        }

    .step-box ul {
        width: 100%;
        padding: 25px 0;
    }

        .step-box ul li {
            width: 100%;
            text-align: center;
        }

            .step-box ul li.first .progress1 {
                border-radius: 20px 20px 0 0;
            }

            .step-box ul li.last .progress1 {
                border-radius: 0 0 20px 20px;
            }

    .repass-box {
        padding: 20px;
    }

    .repass-box-left {
        display: none;
    }

    .repass-box-right {
        width: 100%;
    }

        .repass-box-right h2 {
            margin-bottom: 10px;
        }

        .repass-box-right .repass-box-item {
            padding: 0;
        }

    .register-box {
        padding: 20px;
    }

    .register-box-left {
        display: none;
    }

    .register-box-right {
        width: 100%;
    }

    .register-inner-box strong {
        font-size: 1.1rem;
        line-height: 28px;
    }

    .register-inner-box p {
        line-height: 26px;
    }

    .login-box {
        padding: 20px;
    }

    .login-box-left {
        display: none;
    }

    .login-box-right {
        width: 100%;
    }

    .login-box-right-tab li {
        height: 42px;
        line-height: 42px;
        font-size: 0.9rem;
        font-weight: normal;
    }

    .user-information-list h2 {
        display: block;
        height: auto;
        line-height: 30px;
    }

        .user-information-list h2 label {
            display: block;
        }

    .privacy-modal-box {
        width: calc(100% - 24px);
        max-height: 86vh;
    }

    .privacy-modal-head {
        padding: 18px 20px;
    }

    .privacy-modal-body {
        padding: 20px;
        max-height: 58vh;
        font-size: 14px;
        line-height: 26px;
    }

    .privacy-modal-foot {
        padding: 16px 20px;
    }

        .privacy-modal-foot button {
            width: 100%;
        }
}


/* =========================================================
   User Inquiry Card List
========================================================= */

.user-inquiry-card-wrap {
    width: 100%;
    padding: 25px 0;
}

    .user-inquiry-card-wrap h3 {
        position: relative;
        margin: 0 0 18px;
        padding-left: 15px;
        color: #111111;
        font-size: 1.4rem;
        line-height: 36px;
        font-weight: bold;
    }

        .user-inquiry-card-wrap h3:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 4px;
            height: 20px;
            background: #e886ae;
            border-radius: 4px;
        }

.user-inquiry-card-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.user-inquiry-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #f5d6e3;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 28px rgba(216, 117, 158, 0.08);
    transition: all .25s ease;
}

    .user-inquiry-card:hover {
        border-color: #e886ae;
        box-shadow: 0 18px 38px rgba(232, 134, 174, 0.14);
        transform: translateY(-3px);
    }

.user-inquiry-card-head {
    padding-bottom: 14px;
    border-bottom: 1px solid #f5e3eb;
    align-items: flex-start;
}

.user-inquiry-card-no span {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
}

.user-inquiry-card-no a {
    display: block;
    color: #e886ae;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    word-break: break-word;
}

    .user-inquiry-card-no a:hover {
        color: #d8759e;
        text-decoration: underline;
    }

.user-inquiry-card-status {
    flex-shrink: 0;
    margin-left: 15px;
    color: #e886ae;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-align: right;
}

.user-inquiry-card-body {
    padding: 16px 0;
}

.user-inquiry-card-item {
    margin-bottom: 14px;
}

    .user-inquiry-card-item:last-child {
        margin-bottom: 0;
    }

    .user-inquiry-card-item label {
        display: block;
        margin-bottom: 6px;
        color: #667085;
        font-size: 13px;
        line-height: 20px;
    }

    .user-inquiry-card-item strong {
        display: block;
        color: #e886ae;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }

    .user-inquiry-card-item em {
        display: block;
        margin-top: 2px;
        color: #667085;
        font-size: 13px;
        line-height: 20px;
        font-style: normal;
    }

    .user-inquiry-card-item span {
        display: block;
        color: #333333;
        font-size: 14px;
        line-height: 24px;
    }

.inquiry-products-list {
    max-height: 78px;
    overflow-y: auto;
    padding: 10px 12px;
    background: #fff8fb;
    border: 1px solid #f5d6e3;
    border-radius: 10px;
}

    .inquiry-products-list::-webkit-scrollbar {
        width: 5px;
    }

    .inquiry-products-list::-webkit-scrollbar-track {
        background: #fff1f7;
        border-radius: 10px;
    }

    .inquiry-products-list::-webkit-scrollbar-thumb {
        background: #e8a5c1;
        border-radius: 10px;
    }

        .inquiry-products-list::-webkit-scrollbar-thumb:hover {
            background: #e886ae;
        }

    .inquiry-products-list p {
        margin: 0;
        padding: 3px 0;
        color: #333333;
        font-size: 14px;
        line-height: 22px;
        word-break: break-word;
    }

.user-inquiry-card-foot {
    padding-top: 14px;
    border-top: 1px solid #f5e3eb;
    justify-content: flex-start;
    gap: 10px;
}

    .user-inquiry-card-foot a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 96px;
        height: 38px;
        padding: 0 16px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

        .user-inquiry-card-foot a i {
            margin-right: 6px;
        }

.user-inquiry-view {
    color: #ffffff;
    background: linear-gradient(270deg, #d8759e 0%, #e886ae 100%);
    box-shadow: 0 10px 22px rgba(216, 117, 158, 0.20);
}

    .user-inquiry-view:hover {
        color: #ffffff;
        background: linear-gradient(270deg, #e886ae 0%, #d8759e 100%);
    }

.user-inquiry-cancel {
    color: #e886ae;
    background: #fff1f7;
    border: 1px solid #f5d6e3;
}

    .user-inquiry-cancel:hover {
        color: #ffffff;
        background: #e886ae;
        border-color: #e886ae;
    }

.user-inquiry-empty {
    width: 100%;
    padding: 55px 20px;
    text-align: center;
    background: #fff8fb;
    border: 1px dashed #f5d6e3;
    border-radius: 16px;
    color: #667085;
}

    .user-inquiry-empty i {
        display: block;
        margin-bottom: 12px;
        color: #e886ae;
        font-size: 42px;
    }

    .user-inquiry-empty p {
        margin: 0;
        color: #667085;
        font-size: 15px;
        line-height: 24px;
    }

.user-inquiry-card-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.user-inquiry-card-closed {
    opacity: .95;
}

    .user-inquiry-card-closed .user-inquiry-card-status {
        color: #667085;
    }

    .user-inquiry-card-closed .user-inquiry-view {
        background: #fff1f7;
        color: #e886ae;
        border: 1px solid #f5d6e3;
        box-shadow: none;
    }

        .user-inquiry-card-closed .user-inquiry-view:hover {
            background: #e886ae;
            color: #fff;
            border-color: #e886ae;
        }

@media screen and (max-width: 768px) {
    .user-inquiry-card-wrap {
        padding: 18px 0;
    }

        .user-inquiry-card-wrap h3 {
            font-size: 1.2rem;
            line-height: 32px;
            margin-bottom: 14px;
        }

    .user-inquiry-card-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .user-inquiry-card {
        padding: 16px;
        border-radius: 14px;
    }

    .user-inquiry-card-head {
        display: block;
    }

    .user-inquiry-card-status {
        margin-left: 0;
        margin-top: 8px;
        text-align: left;
    }

    .user-inquiry-card-foot {
        display: flex;
        flex-wrap: wrap;
    }

        .user-inquiry-card-foot a {
            flex: 1;
            min-width: 0;
        }

    .inquiry-products-list {
        max-height: 92px;
    }

    .user-inquiry-card-info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
