.dd-expert-help {
    margin: 18px 0 20px;
    padding: 16px;
    background: #f5f6f3;
    border-radius: 8px;
    text-align: left;
}

.dd-expert-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.dd-expert-text {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
}

.dd-expert-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.dd-expert-link:hover {
    text-decoration: underline;
}

.producto-experto {
    margin-top: 22px;
    margin-bottom: 28px;
    padding: 14px 18px;
    border-left: 3px solid #647454;
    background: rgba(100, 116, 84, 0.08);
    font-size: 14px;
    line-height: 1.5;
}

.producto-experto a {
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    text-decoration: none;
}

.producto-experto a:hover {
    text-decoration: underline;
}