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