.wp-block-custom-login-logout {
    display: flex;
    align-items: center;
}

.wp-block-custom-login-logout a {
    transition: all 0.3s ease;
    text-decoration: none;
}

.wp-block-custom-login-logout a:hover {
    opacity: 0.8;
}

.wp-block-custom-login-logout .dashicons {
    line-height: 1;
}

.wp-block-custom-login-logout .username-display {
    margin-right: 4px;
}