/* TeleCare+ TC+ logo sizing */
.tc-logo {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.tc-logo--portal {
    height: 32px;
    width: auto;
}

.tc-logo--auth {
    height: 52px;
    width: auto;
}

.tc-logo--landing {
    height: 36px;
    width: auto;
}

.tc-logo--footer {
    height: 34px;
    width: auto;
}

.tc-logo--header {
    height: 32px;
    width: auto;
}

.tc-logo--receipt {
    height: 42px;
    width: auto;
}

.login-logo .tc-logo--auth,
.login-logo img.tc-logo--auth {
    margin-bottom: 4px;
}

.portal-brand a .tc-logo--portal {
    flex-shrink: 0;
}

.lp-logo .tc-logo--landing {
    flex-shrink: 0;
}

.footer-logo .tc-logo--footer {
    margin-bottom: 12px;
}

.logo .tc-logo--header {
    margin-right: 4px;
}
