/* ============================================================
   mtp-practice-header.css — [mtp_practice_header]
   ============================================================ */

.mtp-practice-header {
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e2d8;
    max-width: 860px;
    width: 100%;
    box-sizing: border-box;
}

.mtp-practice-header h2 {
    font-family: 'Lora', serif;
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.2;
    padding: 0;
    border: none;
    text-transform: none;
    letter-spacing: normal;
}

.mtp-practice-header h2 .mtp-ph-plain {
    font-style: normal;
    color: #1e1c17;
}

.mtp-practice-header h2 .mtp-ph-gold {
    font-style: italic;
    color: #b07d2a;
}

.mtp-practice-header .mtp-ph-desc {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 15px;
    color: #5c5447;
    line-height: 1.75;
    margin: 0;
}
