#chat-page.chat-page--love-mi-support .chat-heartbeat-monitor,
#chat-page.chat-page--love-mi-support .chat-header-buttons {
    display: none !important;
}

#chat-page.chat-page--love-mi-support .chat-header-title-cluster {
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}

#chat-page.chat-page--love-mi-support #chat-contact-name::after {
    content: "客服";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(212, 160, 160, .22);
    color: #7a4f55;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}

#chat-page.chat-page--love-mi-support .chat-message.other-message .chat-message-avatar {
    background-color: rgba(255, 255, 255, .92);
    background-image: url("assets/e__op_______love_____love_2.5_love-mi-logo.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(212, 160, 160, .24);
}

#chat-page.chat-page--love-mi-support .chat-message.other-message .chat-message-avatar.transparent-avatar {
    color: transparent;
}

#chat-page.chat-page--love-mi-support #chat-more-panel .chat-more-item.love-mi-support-more-hidden {
    display: none !important;
}

#chat-page.chat-page--love-mi-support #chat-more-panel .chat-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 240px;
    margin: 0 auto;
}

#chat-page.chat-page--love-mi-support #chat-more-panel .chat-more-item.love-mi-support-more-allowed .chat-more-icon {
    background:
        radial-gradient(circle at 24% 18%, rgba(255,255,255,.85), transparent 28%),
        linear-gradient(145deg, rgba(212,160,160,.24), rgba(123,184,212,.18));
    border: 1px solid rgba(95, 68, 72, .18);
}

#chat-page.chat-page--love-mi-support #chat-more-panel .chat-more-item.love-mi-support-more-allowed .chat-more-label {
    color: #5f4448;
    font-weight: 700;
}

#chat-page.chat-page--love-mi-support .chat-function-btn.receive-btn {
    overflow: visible;
    isolation: isolate;
}

#chat-page.chat-page--love-mi-support .chat-function-btn.receive-btn.love-mi-support-receiving {
    background: rgba(255, 255, 255, .92);
    color: #2f8b76;
    box-shadow:
        0 0 0 1px rgba(226, 244, 238, .95),
        0 4px 16px rgba(47, 139, 118, .18);
}

#chat-page.chat-page--love-mi-support .chat-function-btn.receive-btn.love-mi-support-receiving::after {
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;
    border-radius: 999px;
    background:
        conic-gradient(
            from 0deg,
            rgba(47, 139, 118, 0),
            rgba(47, 139, 118, .18),
            rgba(212, 160, 160, .72),
            rgba(123, 184, 212, .42),
            rgba(47, 139, 118, 0)
        );
    animation: loveMiSupportReceiveRing 1s linear infinite;
    filter: drop-shadow(0 0 8px rgba(212, 160, 160, .25));
}

#chat-page.chat-page--love-mi-support .chat-function-btn.receive-btn.love-mi-support-receiving::before {
    border-color: rgba(47, 139, 118, .16);
    border-top-color: #2f8b76;
}

#chat-page.chat-page--love-mi-support .chat-function-btn.receive-btn.love-mi-support-receiving .chat-function-icon {
    opacity: 0;
}

@keyframes loveMiSupportReceiveRing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    #chat-page.chat-page--love-mi-support .chat-function-btn.receive-btn.love-mi-support-receiving::after {
        animation-duration: 1.8s;
    }
}
