.topbar-logo-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-logo-title-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
    border-radius: 6px;
    padding: 2px 8px;
}
.topbar-logo-title-btn:active {
    background: #e6e6e6;
}

.topbar-logo {
    height: 32px;
    max-width: 32px;
}

.header-title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.texto-verde-fieka {
    color: #21c36a;
    font-weight: 700;
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar-logo-title small {
    color: lightgray;
}