.live-box {
    width: 100%;
    max-width: 1280px;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: 'Segoe UI', 'Malgun Gothic', sans-serif;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    /* 선택사항: 아주 부드러운 그림자 */
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.live-box td {
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.live-box tr:last-child td {
    border-bottom: none;
}

.live-box .profile-cell {
    width: 140px;
    text-align: center;
    background-color: transparent;
}

.live-box img.profile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.live-box .verified-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 5px;
    ;
}

.live-box .live-title {
    font-weight: bold;
    font-size: 16px;
    color: #111;
}

.live-box .live-follower {
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    color: #999;
}

.live-box .live-status {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

.live-box .info-label {
    font-weight: bold;
    color: #555;
}

.live-box .info-value {
    color: #333;
}

.profile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.live-ring {
    border: 3px solid green;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}