.status-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.status-indicator {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, var(--success), #34d399);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

.status-text {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-primary);
}
