/* ================================================================
   TRE – Title Block
   File: assets/css/tre-title-block.css
   ================================================================ */

.tre-title {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 18px;
}

/* heading */
.tre-title__heading {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.3;
}
.tre-title__main      { color: #0f1f4a; }
.tre-title__highlight { color: #000000; }

/* subtitle */
.tre-title__subtitle {
    font-size: 12px;
    color: #777777;
    margin: 0 0 10px;
}

/* underline rule */
.tre-title__rule {
    height: 2px;
    background: #e8eef8;
}

/* responsive */
@media (max-width: 600px) {
    .tre-title__heading  { font-size: 16px; }
    .tre-title__subtitle { font-size: 11px; }
}
