.subtitle-header {
    position: relative;
    margin: 0;
    font-weight: 400;
    min-height: 3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0c7ed5;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-image: linear-gradient(to right, #f6b73c, transparent) 5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.subtitle-header-caption {
    min-height: 2.4rem;
    margin-left: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.subtitle-header-toolbar {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.1rem;
    min-height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: end;
    margin-right: 5px;
}

