.hc-fm-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    border: 2px solid #34495e;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(52, 73, 94, 0.1);
}
.hc-fm-desc {
    line-height: 1.6;
    color: #444;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
    border-left: 5px solid #34495e;
}
