/*
文件名称：youce_tuijian.css
文件职责：只负责师傅详情页右侧“附近严选师傅推荐”模块样式。
维护要求：本文件不维护右侧联系卡、主内容、证书、评价等其他模块。
*/

.youce-tuijian-kapian {
    padding: 20px;
}

.youce-tuijian-biaoti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f4f7;
    font-size: 18px;
    font-weight: 700;
}

.youce-tuijian-biaoti span {
    color: #333;
}

.youce-tuijian-gengduo {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.youce-tuijian-gengduo:hover {
    color: #1677ff;
}

.youce-tuijian-liebiao {
    display: grid;
}

.youce-tuijian-shifu {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: transform 0.2s ease;
}

.youce-tuijian-shifu:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.youce-tuijian-shifu:hover {
    transform: translateX(2px);
}

.youce-tuijian-touxiang {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
    background: #f0f0f0;
    flex-shrink: 0;
}

.youce-tuijian-xinxi {
    flex-grow: 1;
    min-width: 0;
}

.youce-tuijian-xinxi h4 {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.youce-tuijian-xinxi p {
    margin-bottom: 2px;
    color: #8a8f99;
    font-size: 12px;
    line-height: 1.6;
}

.youce-tuijian-renzheng {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border-radius: 999px;
    background: #e8f7ee;
    color: #00b42a;
    flex-shrink: 0;
}

.youce-tuijian-xingzu {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-left: auto;
    color: #fa8c16;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.youce-tuijian-xing {
    width: 12px;
    height: 12px;
    color: #d7dce3;
    fill: currentColor;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
}

.youce-tuijian-xing.shi-man,
.youce-tuijian-xing.shi-ban {
    color: #fa8c16;
}

.youce-tuijian-xing.shi-ban {
    opacity: 0.62;
}

.youce-tuijian-xingzu em {
    margin-left: 3px;
    color: #6b7280;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
}

.youce-jiage-kapian {
    padding: 16px;
    border-color: rgba(222, 203, 178, 0.82);
    background: radial-gradient(circle at 100% 0%, rgba(213, 138, 69, 0.12) 0%, transparent 34%), linear-gradient(180deg, #fffdf9 0%, #fbf6ee 100%);
    box-shadow: 0 14px 28px rgba(74, 53, 31, 0.07);
}

.youce-jiage-tou {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.youce-jiage-xiaobiaoqian {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    margin-bottom: 7px;
    border: 1px solid rgba(213, 138, 69, 0.22);
    border-radius: 999px;
    background: rgba(255, 246, 233, 0.9);
    color: #9a5f2d;
    font-size: 10px;
    font-weight: 800;
}

.youce-jiage-tou h3 {
    margin: 0;
    color: #2f241a;
    font-size: 16px;
    font-weight: 900;
}

.youce-jiage-gengduo {
    flex-shrink: 0;
    margin-top: 26px;
    color: #9a5f2d;
    font-size: 12px;
    font-weight: 800;
}

.youce-jiage-gengduo:hover {
    color: #7a421b;
}

.youce-jiage-tishi {
    margin-bottom: 12px;
    padding: 9px 10px;
    border: 1px solid rgba(226, 214, 199, 0.78);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #7b6d5c;
    font-size: 11px;
    line-height: 1.65;
}

.youce-jiage-tishi p {
    margin: 0 0 8px;
}

.youce-jiage-paixu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.youce-jiage-paixu button {
    min-height: 28px;
    padding: 0 8px;
    border: 1px solid rgba(213, 138, 69, 0.18);
    border-radius: 999px;
    background: rgba(255, 248, 238, 0.86);
    color: #8b7a68;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.youce-jiage-paixu button:hover,
.youce-jiage-paixu button.shi-xuanzhong {
    border-color: rgba(213, 138, 69, 0.42);
    background: #fff2df;
    color: #9a5f2d;
    box-shadow: 0 8px 16px -14px rgba(74, 53, 31, 0.35);
}

.youce-jiage-liebiao {
    display: grid;
    gap: 10px;
}

.youce-jiage-xiang {
    display: block;
    padding: 12px;
    border: 1px solid rgba(226, 214, 199, 0.78);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 250, 243, 0.84) 100%);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.youce-jiage-xiang:hover {
    transform: translateY(-2px);
    border-color: rgba(190, 145, 91, 0.46);
    box-shadow: 0 12px 22px -16px rgba(74, 53, 31, 0.24);
}

.youce-jiage-xiang-tou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.youce-jiage-xiang-tou strong {
    color: #2f241a;
    font-size: 13px;
    font-weight: 900;
}

.youce-jiage-xiang-tou span {
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(255, 246, 233, 0.9);
    color: #8f5d2d;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.youce-jiage-jiagezu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 8px;
}

.youce-jiage-jiagezu span,
.youce-jiage-chengjiao {
    border: 1px solid rgba(213, 138, 69, 0.18);
    border-radius: 12px;
    background: rgba(255, 248, 238, 0.92);
    color: #9a5f2d;
    text-align: center;
    font-weight: 900;
}

.youce-jiage-jiagezu span {
    padding: 7px 4px;
    font-size: 13px;
}

.youce-jiage-chengjiao {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 9px 8px;
}

.youce-jiage-chengjiao strong {
    color: #9a5f2d;
    font-size: 18px;
    font-weight: 900;
}

.youce-jiage-chengjiao span {
    color: #8b7a68;
    font-size: 10px;
    font-weight: 700;
}

.youce-jiage-xiang p {
    margin: 0;
    color: #7b6d5c;
    font-size: 11px;
    line-height: 1.6;
}

.youce-jiage-shifu-liebiao {
    gap: 8px;
}

.youce-jiage-shifu {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(226, 214, 199, 0.78);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.youce-jiage-shifu:hover {
    transform: translateY(-2px);
    border-color: rgba(190, 145, 91, 0.46);
    box-shadow: 0 12px 22px -16px rgba(74, 53, 31, 0.24);
}

.youce-jiage-touxiang {
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    background: #f0f0f0;
    object-fit: cover;
    box-shadow: 0 8px 16px rgba(74, 53, 31, 0.1);
}

.youce-jiage-leimu-tubiao {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #d58a45 0%, #f28d35 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 950;
}

.youce-jiage-kong {
    padding: 12px;
    border: 1px dashed rgba(213, 138, 69, 0.28);
    border-radius: 14px;
    background: rgba(255, 248, 238, 0.68);
    color: #8b7a68;
    font-size: 12px;
    line-height: 1.6;
}

.youce-jiage-shifu-xinxi {
    min-width: 0;
}

.youce-jiage-shifu-tou {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}

.youce-jiage-shifu-tou strong {
    overflow: hidden;
    color: #2f241a;
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youce-jiage-shifu-tou span {
    flex-shrink: 0;
    padding: 2px 6px;
    border-radius: 999px;
    background: #fff2df;
    color: #9a5f2d;
    font-size: 10px;
    font-weight: 800;
}

.youce-jiage-shifu-xinxi p {
    overflow: hidden;
    margin: 0 0 2px;
    color: #594636;
    font-size: 11.5px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youce-jiage-shifu-xinxi em {
    display: block;
    overflow: hidden;
    color: #8b7a68;
    font-size: 10.5px;
    font-style: normal;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.youce-jiage-shifu-jiage {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 52px;
    padding-left: 8px;
    border-left: 1px solid rgba(213, 138, 69, 0.16);
}

.youce-jiage-shifu-jiage span {
    margin-bottom: 2px;
    color: #9c8a77;
    font-size: 10px;
    font-weight: 800;
}

.youce-jiage-shifu-jiage strong {
    color: #d56a19;
    font-size: 17px;
    line-height: 1;
    font-weight: 950;
}

@media (max-width: 640px) {
    .youce-tuijian-kapian {
        padding: 18px;
    }

    .youce-jiage-shifu {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .youce-jiage-shifu-jiage {
        align-items: flex-start;
        grid-column: 2;
        padding-left: 0;
        border-left: 0;
    }
}
