/* User Strip */
.block-nc-user-strip-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0rem;
	width: 100%;
	text-align: left;
	background-color: #111;

	.block-wrapper {
		display: flex;
		align-items: center;
		justify-content: start;
		width: 100%;
		max-width: 1200px;

		> .content {
			display: flex;
			align-items: center;
			justify-content: start;
			width: 100%;
		}
	}

	.nc-user-strip {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0.5rem 0;
		padding-top: 0.55rem;
		font-size: 0.75rem;

		> div {
			display: flex;
			align-items: center;
			gap: 0.35rem;
		}

		ul:not(.contextual-links) {
			gap: 0.5rem 3rem;

      &,
      li,
      a  {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
      }
    }

		a {
			gap: 0.25rem;
		}

    /* Anonimo */
    &.nc-user-strip--anon {
      justify-content: end;
    }

    /* Autenticato */
    &.nc-user-strip--auth {
      justify-content: end;
      gap: 0.5rem 4rem;
    }
	}
}
