.hc-sm-status {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff9db;
    border-radius: 8px;
}
.hc-sm-info {
    line-height: 1.6;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.hc-sm-info p { margin: 10px 0; }
.hc-note {
    font-size: 0.9rem;
    color: #4a5568;
    background: #edf2f7;
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px !important;
}
