.hc-bm-phase-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #fdfdfd;
    border: 2px dashed #bdc3c7;
    border-radius: 10px;
}
.hc-bm-desc {
    line-height: 1.7;
    color: #444;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-size: 1rem;
}
