:host {
    display: block;
}

.webiq-title {
    display    : flex;
    align-items: center;
    user-select: none;
}

.webiq-title b {
    font-weight: 900;
}

.webiq-logo {
    background: center / contain no-repeat url(../images/webiq-logo.svg);
    width     : 7.25em;
    height    : 7.25em;
}

.title-text {
    font-size : 2.75em;
    line-height: calc(3em / 2.75);

    text-transform: uppercase;
    padding-left  : 0.75em;
}

.webiq-version {
    font-size     : calc(1.5625em / 2.75);
    font-weight   : 700;
    vertical-align: text-top;
    padding-left  : 0.32em;
}
