/* The approved transparent product mark, shared by dark and light pages. */
.tflow-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    max-width: 100%;
    text-decoration: none;
}

.tflow-brand .tflow-brand-mark {
    display: block;
    flex: 0 0 auto;
    width: var(--tflow-mark-size, 42px);
    height: var(--tflow-mark-size, 42px);
    margin: 0;
    object-fit: contain;
    object-position: center;
}

.tflow-brand-label {
    white-space: nowrap;
}

.tflow-brand:focus-visible {
    outline: 2px solid #34b7f1;
    outline-offset: 6px;
    border-radius: 4px;
}

.tflow-brand--card {
    display: flex;
    width: fit-content;
    margin: 0 auto 24px;
    color: #173152;
    font-size: 1.125rem;
    font-weight: 700;
}

.tflow-brand--card:hover {
    color: #173152;
}
