.user-visit-notify-desc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 12px;
    padding: 12px 14px;
    background: var(--accent-glow-xs);
    border: 1px solid rgba(255, 66, 66, 0.28);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.user-visit-notify-desc i {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    background: var(--accent-btn);
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.user-visit-notify-desc p {
    margin: 0;
    padding-top: 2px;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.user-visit-notify-toggle {
    display: flex;
    gap: 8px;
    width: 100%;
}

.user-visit-notify-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 66, 66, 0.22);
    background: var(--bg-card);
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    letter-spacing: 0.8px;
    font-family: 'Furore', sans-serif;
    font-weight: 100;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.user-visit-notify-btn i {
    font-size: 15px;
    line-height: 1;
}

.user-visit-notify-btn:hover {
    opacity: 0.85;
    color: #ffffff;
    border-color: rgba(255, 66, 66, 0.45);
}

.user-visit-notify-btn.is-active {
    border-color: transparent;
    color: #ffffff;
    background: var(--accent-btn);
    box-shadow: 0 0 16px var(--accent-glow-soft);
}

.user-visit-notify-btn.is-active:hover {
    opacity: 0.78;
}

.user-visit-notify-status {
    display: none;
    min-height: 18px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
}

.balance_account_profile.user-visit-block,
.balance_account_profile.user-visit-new-block {
    height: auto;
    min-height: 125px;
    justify-content: flex-start;
    overflow: visible;
}

#user-visit-list,
#user-visit-new-profile-list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.user-visit-avatar {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0;
}

.user-visit-avatar img {
    width: 39px;
    height: 39px;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
    display: block;
}

.user-visit-avatar:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 12px var(--accent), 0 0 24px var(--accent-glow-soft);
}
