.wisacco-auth-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: left;
}

.wisacco-auth-brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: contain;
    flex-shrink: 0;
}

.wisacco-auth-brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wisacco-auth-brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.wisacco-auth-brand-tagline {
    font-size: 13px;
    color: #666;
    line-height: 1.2;
}

.wisacco-auth-brand--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 20px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.wisacco-auth-brand--inline {
    margin-bottom: 24px;
}

.wisacco-auth-brand--footer .wisacco-auth-brand-logo {
    width: 36px;
    height: 36px;
}

.wisacco-auth-brand--footer .wisacco-auth-brand-name {
    font-size: 15px;
}

.wisacco-auth-brand--footer .wisacco-auth-brand-tagline {
    font-size: 12px;
}

.wisacco-auth-attribution {
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 1.4;
    color: #999;
    text-align: center;
}

.wisacco-auth-attribution a {
    color: #999;
    text-decoration: none;
}

.wisacco-auth-attribution a:hover {
    color: #ff7a00;
    text-decoration: underline;
}

.wisacco-auth-nav .wisacco-auth-attribution {
    display: block;
    width: 100%;
    margin: 0.375rem 0 0;
    padding-top: 0;
    text-align: center;
    flex: 0 0 auto;
}
