.status-container {
    display: flex;
    gap: 12px;
    background: white;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.status-profile-img-container {
    flex-shrink: 0;
}

.status-profile-img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
}

.status {
    flex: 1;
    min-width: 0;
}

.status-name {
    margin-bottom: 8px;
}

.status-dname {
    font-weight: 600;
    color: #000;
}

.status-uname {
    color: #666;
    margin-left: 4px;
    text-decoration: none;
}

.status-content {
    color: #333;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}
