.hc-le-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #2c3e50 0%, #000 100%);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.hc-le-desc {
    line-height: 1.6;
    color: #444;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
    border-left: 5px solid #2c3e50;
}
