.ycp {
    --ycp-brand: #ef5526;
    --ycp-deep: #c73f16;
    --ycp-ink: #14161c;
    --ycp-soft: #5b6272;
    --ycp-line: #ececf1;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 16px 16px 14px;
    border: 1px solid var(--ycp-line);
    border-radius: 16px;
    background: linear-gradient(140deg, #fff7f4 0%, #fff 55%);
    box-shadow: 0 4px 16px rgba(20, 22, 28, .05);
}

.ycp-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
}

.ycp-face {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #f6d9cd;
    overflow: hidden;
}

.ycp-face dotlottie-wc {
    width: 34px;
    height: 34px;
    display: block;
}

.ycp-head-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0;
}

.ycp .ycp-head-text strong {
    font-size: 1.42rem;
    font-weight: 700;
    color: var(--ycp-ink);
}

.ycp .ycp-head-text small {
    font-size: 1.2rem;
    color: var(--ycp-soft);
}

.ycp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ycp-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid #e4e5ec;
    border-radius: 999px;
    background: #fff;
    font-family: inherit;
    font-size: 1.24rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.ycp .ycp-chip { color: var(--ycp-ink); }
.ycp .ycp-chip i { color: var(--ycp-brand) !important; font-size: 1.22rem; }

.ycp .ycp-chip:hover,
.ycp .ycp-chip:focus {
    border-color: var(--ycp-brand);
    color: var(--ycp-deep);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(239, 85, 38, .16);
}

.ycp .ycp-chip:hover i,
.ycp .ycp-chip:focus i { color: var(--ycp-deep) !important; }

@media (max-width: 575px) {
    .ycp { padding: 14px 13px 12px; }
    .ycp-chip { font-size: 1.18rem; padding: 7px 11px; }
}
