.sa-brand {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 11px;
    min-width: 0;
}

.sa-brand-mark {
    display: inline-flex;
    flex: 0 0 auto;
    height: 38px;
    width: 38px;
}

.sa-brand-mark svg {
    display: block;
    height: 100%;
    overflow: visible;
    width: 100%;
}

.sa-brand-shield {
    fill: #4f46e5;
    stroke: #818cf8;
    stroke-width: 1.5;
}

.sa-brand-scale {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.sa-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sa-brand-name {
    color: inherit;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.65px;
    line-height: 1.05;
    white-space: nowrap;
}

.sa-brand-tagline {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
    margin-top: 7px;
}

.sa-brand-large {
    gap: 16px;
}

.sa-brand-large .sa-brand-mark {
    filter: drop-shadow(0 14px 22px rgba(79, 70, 229, .35));
    height: 68px;
    width: 68px;
}

.sa-brand-large .sa-brand-name {
    font-size: 34px;
}

.landing-brand > .sa-brand .sa-brand-name {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.landing-brand > .sa-brand .sa-brand-mark {
    filter: drop-shadow(0 10px 18px rgba(79, 70, 229, .45));
    height: 36px;
    width: 36px;
}

.landing-brand > .sa-brand .sa-brand-shield {
    fill: #4f46e5;
    stroke: rgba(255, 255, 255, .78);
}

@media (max-width: 640px) {
    .sa-brand-name { font-size: 20px; }
    .sa-brand-mark { height: 34px; width: 34px; }
    .sa-brand-large .sa-brand-mark { height: 56px; width: 56px; }
    .sa-brand-large .sa-brand-name { font-size: 28px; }
}
