.home-general-chat-card {
    background:
        radial-gradient(circle at top right, rgba(109, 165, 68, 0.15), transparent 42%),
        linear-gradient(135deg, #ffffff, #f4f9f1);
    border-color: rgba(91, 125, 71, 0.22);
}

.home-general-chat-card .info-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #2f7b4f, #174f35);
    box-shadow: 0 7px 18px rgba(23, 79, 53, 0.18);
}

.home-general-chat-body {
    width: 100%;
    min-width: 0;
}

.home-general-chat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.home-general-chat-total {
    display: inline-flex;
    min-width: 1.75rem;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.48rem;
    color: #ffffff;
    background: #b42318;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 900;
    box-shadow: 0 5px 12px rgba(180, 35, 24, 0.18);
}

.home-general-chat-total--activity {
    background: #1f6f43;
    box-shadow: 0 5px 12px rgba(31, 111, 67, 0.2);
}

.home-general-chat-summary {
    margin-top: 0.3rem;
    color: #5e6a61 !important;
    font-size: 0.9rem;
}

.home-general-chat-rooms {
    display: grid;
    margin-top: 0.75rem;
    border-top: 1px solid rgba(91, 125, 71, 0.14);
}

.home-general-chat-room {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    min-width: 0;
    padding: 0.72rem 0;
    color: #17251b;
    text-decoration: none;
    border-bottom: 1px solid rgba(91, 125, 71, 0.14);
    transition: color 0.15s ease, transform 0.15s ease;
}

.home-general-chat-room:hover,
.home-general-chat-room:focus {
    color: #1f6f43;
    transform: translateX(2px);
}

.home-general-chat-room-copy {
    display: grid;
    min-width: 0;
    gap: 0.1rem;
}

.home-general-chat-room-copy strong,
.home-general-chat-room-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-general-chat-room-copy strong {
    font-size: 0.95rem;
    font-weight: 850;
}

.home-general-chat-room-copy small {
    color: #6a756d;
    font-size: 0.78rem;
}

.home-general-chat-room-badge {
    display: inline-flex;
    min-width: 1.65rem;
    height: 1.65rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 0.42rem;
    color: #b42318;
    background: #fff1f0;
    border: 1px solid rgba(180, 35, 24, 0.18);
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 900;
}

.home-general-chat-room-arrow {
    flex: 0 0 auto;
    color: #8a948c;
    font-size: 0.82rem;
}

.home-general-chat-open {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    color: #1f6f43;
    font-weight: 800;
    text-decoration: none;
}

.home-general-chat-open:hover,
.home-general-chat-open:focus {
    color: #174f35;
}
