/* WIT Blog Post — Heading Styles */

#tm-main h1.uk-heading-medium {
    background-color: #380158;
    color: #fff !important;
    padding: 20px 28px 16px;
    border-radius: 4px;
    border-bottom: 5px solid #e90074;
    margin-bottom: 12px;
    line-height: 1.25;
}

#tm-main h2 {
    background-color: #592c88;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 4px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#tm-main h3 {
    color: #592c88 !important;
    border-left: 5px solid #592c88;
    padding-left: 12px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#tm-main h4 {
    color: #592c88 !important;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#tm-main hr {
    border-top: 1px solid #e0d0f0;
    margin: 24px 0;
}
